Sunday, August 2, 2009

Help moving forward with C++ programming..?

i've learnt c++ programming and all concepts thoroughly.. but im really really confused as to what applications this might have whatsoever in real life... any way i could get to see real world examples of c++ programs ? ?

Help moving forward with C++ programming..?
check out nehe.gamedev.net, if u like playing with graphics. That one uses OpenGL, but there are other availbale graphics libraries out there.





C++ can be used for a lot of things.


Web servers are usually written in C or C++


A few Operating Systems are written in C (like Windows)


Games can be written in C/C++


If you want to look into web development, u can transfer ur knowledge of C++ into C#.net with fair ease.








Once you know C/C++ thoroughly, other languages will come to u like a piece of cake. Since C is a mid-level language, it offers power that high-level languages might not have, for example messing with memory directly.





Sorry for the lack of order, I was just jotting down things that came to mind.
Reply:Software development is where u see real examples. Such as an airline controler program, banks databases use C++ programs to connect to the databases, etc. everywhere u see real life c++ program.


No comments:

Post a Comment