C++ possibilities

kal2509

New Member
i have been wanting to program for a long time, i was just wondering what exactly i would be able to do by learning C++... would i be able to create programs to do daily computer tasks such as open my email or sumthing like that? What are some of the programs you guys have made using C++?
 
I'm not an advanced C++ programmer, I usually do programs in C++ to help me at Maths, but I'll learn in time to become more advanced.

But the answer is yes, it is very powerful. And not just that, but you can do even operating systems. It's very powerful.

For more info you can check this wiki: http://en.wikipedia.org/wiki/C++
like why it was created and much more.
 
If you are good enough at it (or at reading api specs) you can make C++ do pretty much anything you want. The most complicated thing I made in C++ was a solar system model (used opengl to render).
 
Well, if you're good enough to become a core programmer, you can make a GUI application and launch it for commercial use ;).
You will be able to produce GUI based applications.
 
hmm... sounds good... how long do you think it would take a beginner to get somewhat decent at coding?
 
you can do absolutely anything with c++

java is slightly easier for beginners in my opionon, but even then i wouldnt reccomend any c-type languages to someone who hasnt programmed before. Best to start off with VB or something first , so you can learn the basics of programming logic.
 
Back
Top