November 2001
Beginner
1128 pages
29h 12m
English
If you've been using malloc() and free(), switch to using new and delete instead. If you've been using setjmp() and longjmp() for error handling, use try, throw, and catch instead. Try using the bool type for values representing true and false.
Read now
Unlock full access