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
Getting started with C++
Getting started with C++
Feb 20, 2013 at 6:47am UTC
kimanthi mutua
(4)
Am new in C++ programming and am interested in it. May you help me please to get to know the point I will start learning the language, The requirements of getting started with the language and moreso the uses of C++.
Feb 20, 2013 at 11:10am UTC
coder777
(8444)
First you should get an IDE.
E.g.
Code::Blocks:
http://www.codeblocks.org/
Note that you might need to install MinGw (which actually is the compiler)
Visual C++ Express:
http://www.microsoft.com/visualstudio/eng/downloads#d-2012-express
With C++ you can any kind of program you want.
It's not that suitable for Web applications.
There're loads of libraries out there like boost:
http://www.boost.org/
or GUI:
http://www.wxwidgets.org/
http://qt.digia.com/
Feb 22, 2013 at 12:09pm UTC
kimanthi mutua
(4)
hey thanks for your help may you help me with your email address for more support
Feb 22, 2013 at 11:31pm UTC
Retrokin
(38)
Also watch this series as it has helped me A LOT.
Installing an IDE(Visual C++ Express):
http://www.youtube.com/watch?v=WYbeLBVG34I
First Lesson:
http://www.youtube.com/watch?v=JlcPIjCTxLk
And so on.
Topic archived. No new replies allowed.