User profile: acorn

User info
User name:acorn
History
Joined:
Number of posts:276
Latest posts:

difference between these functions and const correctness
I know that a const variable cant be changed. I also understand that a const reference as a functio...

Vote for which book is best for beginners
c++ primer plus is the best ive come across. very complete but not to technical. People do like acc...

pointer to a pointer
I understand basic pointers but im having trouble with pointers that are written like this int **tes...

Are these really the basics of programming in C++ with visual studio 2008?
dude you might want to make sure you actually know what the heck your talking about before attemptin...

copy constructor
the functions dont need all that extra code. [code] int NUMBERS::getsum() { return x+ y; } [...