By using this site, you agree to our Privacy Policy and our Terms of Use. Close
theshoe23 said:
Wow, first off its Visual Basic there is no "s" at the end. Its not an ideal language to learn if you want to learn how to write games. I would recommend C also then C++, Java or C#. I recommend you learn about object oriented programming as soon as possible. Procedural thinking is bad these days ;)

Actually, there is nothing wrong with procedural thinking as long as the problem is well suited for a procedural solution ...

A lot of people get confused by this that since an object oriented methodology is newer than modular or procedural methodologies it must therefore be better ... The truth is that Aspect Oriented, Object Oriented, Modular and Procedural methodologies all have problems they're well suted to solve, and other problems where they are an awful choice.