Forum Home
Press F1
 
Thread ID: 8672 2001-04-11 01:59:00 computer game programming Guest (0) Press F1
Post ID Timestamp Content User
11156 2001-04-11 01:59:00 I have c++ game programming starter kit 4.0. And I would like any information or help anyone can give me. Guest (0)
11157 2001-04-17 11:23:00 Contrary to popular myth, programming isnt something one can simply by a tool kit for and leap into writing your own games. Firstly, choice of language is important, some languages such as Java are really not very good for writing games, and some such as C, are simply too time consuming for decent game design. C++ however as an OO language is a good choice for game development. Much like any language, programming languages are not something one can simply know exist and then program in them. You do actually have to learn their syntax and semantics, and how to utilise their individual programming concepts to your ends. If you are serious about learning to program, C is a really good language to learn as a first language, as it gives a very easy way of understanding the basic programming concepts. I would advice taking a course in programming, as while it is possible to teach yourself by reading a book, it is almost always faster and easier when you have someone you can ask questions of. Once you have learnt how to program in C++, then you can start using your game development kit, which will provide tested and well used objects and methods to simplify the progamming process. Guest (0)
11158 2001-04-17 19:55:00 Thank you very much for your reply. At the moment Iam reading Sams Teach yourself Visual c++ 6 in 21 days. But I am having trouble When I get to Listing A.1 Helloworld.cpp. I have typed everything correctly. When i go to set active configuration and highlight Hello-win32debug then click ok. Thats ok no problem but then i go to build from the main menu it says Build - Hello.dll not Build-Hello.exe. Any help you can give me would be greatly appreciated. Thanks
Oliver Gaudreault
Guest (0)
1