Advertisement

I need help!

Started by June 01, 2002 10:15 PM
1 comment, last by julioykaly 22 years, 5 months ago
Hello Everyone! I want to know how can I get started making computer games when I just getting started learning C++ Programming? Right, Now I''m stuying in C++, Advance Refenrences and Pointers. So, I just wanted to know if I could still be able to make a video game?
yes you can as long as you have the will and the patient,



http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,
Advertisement
I''ll take it that English isn''t your native tongue.

I would recommend that you don''t even think about game programming until you are pretty firm in your knowledge of beginning to intermediate topics in C++. These include dynamic memory allocation and object-oriented programming (which in turn includes polymorphism and inheritance).

Game programming is all about data manipulation. Once you''re able to break down a problem into the data that represents it, you simply need to convert the interactions of that data into source code, which is where being grounded in C++ helps.

Later,
ZE.


//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links

[if you have a link proposal, email me.]

[twitter]warrenm[/twitter]

This topic is closed to new replies.

Advertisement