User profile: fx11

User info
User name:fx11
Bio:I have read and practiced through the C++ Language Tutorial of this site:
http://www.cplusplus.com/doc/
Now I have a very basic knowledge of C++.
I read the forum section of this site if I have time:
http://www.cplusplus.com/forum/beginner/
I try to solve problems of the posts by myself if I find them interesting and I can do them and when I have time.
History
Joined:
Number of posts:48
Latest posts:

main - argc, argv[]
thanks

How to post code and output side-by-side
[quote]PM from booradley60: How do you post code and output side-by-side?[/quote] Look at my first ...

Classes that contain instances of another class
This may help: [code] // http://www.cplusplus.com/doc/tutorial/classes/ #include <iostream> using n...

string or char array - any diff.?
Stewbond It looks like C++ string has a lot of advantage over C. I'll use that. Thanks.

main - argc, argv[]
Oooh, I've found another one: [code] #include <iostream> using namespace std; int main (int argc, ...