cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What can I do with c++
What can I do with c++
Feb 2, 2013 at 6:42am UTC
socrateslouis
(2)
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
Feb 2, 2013 at 6:42am UTC
Feb 2, 2013 at 10:44am UTC
MiiNiPaa
(8886)
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++.
Feb 2, 2013 at 2:02pm UTC
Fransje
(435)
All products of Adobe Creative Suite, Microsoft Office and Call of Duty are written in C++.
Feb 2, 2013 at 3:00pm UTC
JLBorges
(13770)
> way what can c++ do?
For a representative sample of what C++ can do, see:
http://www.stroustrup.com/applications.html
Feb 3, 2013 at 6:55am UTC
bit01
(5)
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.