Saturday, July 12, 2008

Where I am Now

#include <>
#include <>
#include <>

functions or function prototypes...

main()

{
variable declarations and inititializations;
statements;
sending addresses of variables to parameters that are pointers;
return 0;
}


functions of the function prototypes if there are any

That was not real C++ code; however, those are most of the concepts I understand so far in C++. I understand classes and objects too, but I really haven't gotten there yet. I'm still furthing my understanding of the new operator and pointers.


No comments: