Monday, May 24, 2010

C++ programming question?

I am taking a class in C++ first time with this language and after reading the chapters several times I am still no closer to answering this question please help.





What factors, conditions, and circumstances are crucial in using C++ as a programming language? How do these differ from using basic C? Any help in pointing me in the right direction would be greatly appreciated.

C++ programming question?
C++ is object oriented, C isn't. So you can list all factors relating to this.
Reply:well, c++ has a object oriented approach, which c doesn't. look to object oriented programming in google, and u will know!
Reply:C++ is the incremented version of C. It has all that C has, with Object Orientation.


To learn C++ i'd suggest you learn the concepts of Objects and classes. This will really help you to get the fundamentals of Object Oriented Programming.


It is crucial to learn Classes.


C++ is widely used in game programming where there can be lots of objects.


I hope i helped. Good luck on learning C++.


No comments:

Post a Comment