Saturday, 8 October 2011

Getting started with C++ : Free Compiler

Here are 2 free C++ compiler that come with IDE (Integrated Development Environment)

1) Dev-C++ (Recommended by this book : "C++ Without Fear")
2) Code::Blocks ( Recommended by my Cprogramming.com)


Pretty easy .. Just follow the note step by step...
Enjoy =)

Friday, 7 October 2011

Book

Book (beginer to expert) :

1) C++ Without Fear ( second edition) by Brian Overland
2) Practical C++ Programming
3) Programming Perl
4) Effective C++ : 55 specific ways to improve your programs and designs
5) More effective C++ : 35 new ways to improve your programs and designs

Website resource:
1) Cprogramming.com