Asking for advise .

Hello, i just start from scratch programming in c++. Is quite difficult but fantastic too. I found a lot of good tutorials, all of them are theory with no exercises on them. It would be nice to know were i could find lots of solved exercises to practise. At the moment learning pointers.
Also i would like to know where i could find a sort of chm help file with the sintax of c++ with all the function it contains.A sort of Bible to consult in any moment.

Thanks a lot.

By the way this site is amazing ! ! !
Check out:
http://www.cplusplus.com/forum/articles/12974/

They aren't "solved" but you can certainly ask for help. :)
Look into getting a book DeepFreeze. The one I am learning with in my Computer Science class is called Absolute C++ by Savitch. It has lots of examples and practice exercises at the end with solutions online.
A sort of Bible to consult in any moment.

You can look for the C++ standard document ( it's a PDF )
The standard name is ISO/IEC 14882:2003. At IEC site you can get it for free
The standard is rather hard to read except for the simplest things (e.g. the last time I wanted to know if true is always casted to 1 and false always casted to 0). The C++ Programming Language is kind of like a translation.
Topic archived. No new replies allowed.