Page 1 of 1
Best Compiler Tool for Programming?
Posted: Fri Mar 05, 2010 6:07 pm
by lucasfart
I'm just starting to learn programming for myself, and wondered what you guys opinions were on the best programming compiler out there, a free one of course. I've started looking at C++, and was wondering which language in scripting is the best for making games. i've heard that most games use lua language because it is easier to fiddle with setting and values.
Re: Best Compiler Tool for Programming?
Posted: Fri Mar 12, 2010 8:27 pm
by computergeek
Look into Microsoft's Visual C++
As for games, you may want to look up XNA game studio, it will allow you to make games for the PC and 360 (costs money to put it on the 360, but PC is free). XNA game studio uses Visual C#, so if you are familiar with C++, this should be easy for you. Good Luck!
Re: Best Compiler Tool for Programming?
Posted: Fri Mar 12, 2010 11:40 pm
by 501st_commander
Also try .NET versions of programing
Re: Best Compiler Tool for Programming?
Posted: Mon Mar 15, 2010 12:37 am
by lucasfart
thanks guys, i knew of microsoft visual basic but isnt it almost 500mb to download? our total internet downloads per month is 2gb, and we have slow internet, soo anything over 200-300mb is too big. also, the computer i'm using it on doesn't have the internet, which is what visual basic needs to be set up with, doesnt it?
what do you mean by ".NET versions of programming"?
Re: Best Compiler Tool for Programming?
Posted: Mon Mar 15, 2010 10:17 am
by Teancum
http://en.wikipedia.org/wiki/.NET_Framework
If you're doing any sort of programming beyond the most basic stuff, using a .NET compatible compiler is highly recommended. I use Microsoft Visual Studio here at work for C++, C# and VB and wouldn't ever use anything else.