What can I do with c++

Hey guys i am a cs student and i just read a whole book about c++. what do i do next or where do i start..by the way what can c++ do?
Last edited on
Start with some exercises (http://www.cplusplus.com/articles/N6vU7k9E/). Then try to solve some problems on http://projecteuler.net/ or http://www.codechef.com/.

by the way what can c++ do

Literally everything. Most of the OS you are using probably written in C++.
All products of Adobe Creative Suite, Microsoft Office and Call of Duty are written in C++.
> way what can c++ do?

For a representative sample of what C++ can do, see:
http://www.stroustrup.com/applications.html
You can also visit these links to understand concepts and common mistakes done in C++:
www.parashift.com
http://www.questionscompiled.com/questions.jsp?technology=cpp&page=1
Topic archived. No new replies allowed.