How to read a certain line of a txt file?[code] for (int lineno = 0; getline (myfile,line) && lineno < 7; lineno++) if (lineno ==...
How long did it take you guys to learn all of C++[quote=filipe]Herb Schildt? From my experience, it's best to stay away from his books.[/quote] it s...
Is there a way to return an array from a function?array packed into structure, C-style [code] #include <stdio.h> #include <stdlib.h> #define M...