Starting out
How to begin Get the book
Tutorials
C tutorial C++ tutorial Game programming Graphics programming Algorithms More tutorials
Practice
Practice problems Quizzes
Resources
Source code C and C++ tips Getting a compiler Book recommendations Forum
References
Function reference Syntax reference Programming FAQ
int a=10,b=20,c; a=a*b; b=a/b; a=a/b;