Search Results

Search: Posts Made By: DinisR
Forum: Programming 10-19-2015
1,700
Posted By DinisR
Thank you for your answer! Here are my...
Thank you for your answer!

Here are my functions which weren't illustrated.

check_property


int check_property(int *vec, int iL, int iR) {
int k, res, resl, resr;
int iM = (iR - iL)...
Forum: Programming 10-18-2015
1,700
Posted By DinisR
Segmentation Fault ERROR in C
Hello guys, i have this code:


int main(int argc, char *argv[]) {
int i, j, N, result = 0, **vec;

if (argc < 2) {
fprintf(stderr, "Usage: %s N\n", argv[0]);

}

/* ... how...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy