User profile: outcome

User info
User name:outcome
Statistical data
Gender:Male
Skills:C
Python
History
Joined:
Number of posts:3
Latest posts:

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...