Author Topic: Visual C++2005 Express Edition  (Read 584 times)

restore

  • Hydlaa Resident
  • *
  • Posts: 65
    • View Profile
Visual C++2005 Express Edition
« on: July 29, 2006, 10:56:28 am »
Is this a program that would help you to make games. Well it does involve a bit of codes and all but i'll try to get the hang of it. I have to ask since i downloaded it and i'm so excited and greatful for using a good program such as this one. I know a lot more in Visual Basic though I think so far Visual C++ is quite hard but hey i'm only 15 and the people making Planeshift are over 18 years old. I guess now i understand why it's very hard to get the server's back up. Plus it's tiring. Just to tell the makers of the game if you come accroos this post you've done an exceptional job creating this game. Oh and could I will you ever advertise this online game on TV maybe in every country. Although it might cost a lot it is an idea. ;)

William W

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: Visual C++2005 Express Edition
« Reply #1 on: July 29, 2006, 02:19:04 pm »
You can make game engine with C++, it is not easy and will take really long time to get something as complex as PS made, usually it takes several years of practise until you can produce anything that can be called game.

Also you need to make 3d models, textures, sounds and this C++ code is just motor that makes all those other things work like it would be a  world inside computer. Then there is some things like directx librariers that you need to learn to use as that way you won't end up so easily to problems caused by different hardware etc.

I have had never enough patience to learn c++, all little applications that I need I have made with Visual Basic as it is very good for those things, but for games you really need to learn C++ and if you have patience enough it is really good skill to have.

Microsoft Visual C++ is then different from for example Borland C++ which is more standard if I have understood correctly. Then you can get completely free tools to write C++ programs too, gcc compiler and some text editor with C++ support might be good too. I don't know if there is free tools to designing user interfaces graphically for C++ code.

Anyway I wish you luck and really keep with it, even it starts to feel boring or too difficult, sometimes taking few days brake also helps to get over difficult things ;)

Oh yes, here is little explanation for those who are not familiar what C++ is:
http://en.wikipedia.org/wiki/C%2B%2B_%28programming_language%29
« Last Edit: July 29, 2006, 02:23:00 pm by William W »