static code analysis & debuggersthe gnu debugger gdb. works greate for linux. i dont know what to use on windows. i think ida pro is...
String array into double array@lowestone this does not check, wether the strimg it reads is actuly a number. a wrong input could c...
Checking input data solution[code] bool found_pair = false; int tmp; for(int i=0; i<(row*col)/sizeof(num[0]); i++) { tmp = nu...
Random number problem; i changed for ISOthe int i you declared in the first for loop exist only for this for loop. its not accesable from lo...
String array into double array[code] #include <stdlib.h> double strtod(const char *nptr, char **endptr); [/code] you could use thi...
This user does not accept Private Messages