Best Compiler Tool for Programming?

How To's, Questions, and Solutions for problems. This covers anything from computer hardware problems to software recommendations to tutorials for various software programs.

Note: Neither Gametoast nor any of its members/visitors are responsible for any damage to your computer as a result from advice given in this forum. Follow advice at your own risk and be sure to back up any important files.

Moderator: Moderators

Post Reply
User avatar
lucasfart
Sith
Sith
Posts: 1440
Joined: Tue Feb 24, 2009 5:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Australia

Best Compiler Tool for Programming?

Post 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.
computergeek
General
General
Posts: 770
Joined: Thu Jun 07, 2007 6:26 pm
Projects :: Halo Warthog vehicle for SWBF2
Games I'm Playing :: Bioware RPGs - Halo
xbox live or psn: No gamertag set
Location: Far Far away....

Re: Best Compiler Tool for Programming?

Post 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!
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: Best Compiler Tool for Programming?

Post by 501st_commander »

Also try .NET versions of programing
User avatar
lucasfart
Sith
Sith
Posts: 1440
Joined: Tue Feb 24, 2009 5:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Australia

Re: Best Compiler Tool for Programming?

Post 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"?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Best Compiler Tool for Programming?

Post 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.
Post Reply