Home » Community » Forums » For Beginners » Freeware compilers & code editors
  Intel sponsors gamedev.net search:   
[Control Panel] [Register] [Bookmarks] [Who's Online] [Active Topics] [Stats] [FAQ] [Search]

Add Forum to Favorites |  Send Topic To a Friend | View Forum FAQ | Track this topic


 Last Thread Next Thread 
 Freeware compilers & code editors
Post New Topic  Post Reply 
This question is probably so simple that it seems stupid, but I was wondering if anyone here knows of some free code editors and compliers. I've been so out of practice with my programming I don't know if I am using the correct terms and kind of feel like an idiot for asking.

The problem is that I don't have jack for money, so trying to go out and buy something is out of the picture. Having a compiler/code editor would really help with refreshing my memory for both game developement and other more business related programming. I used to have some programs I could use, but they were on my college laptop and they took that back when I graduated so I've been left with nothing, including any previous work to show employers.

 User Rating: 1015   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

You can use Visual Studio Express line for free. Just pick your language of choice. They are not crippled in any way.

http://www.microsoft.com/express/product/

 User Rating: 1451   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

Another vote for Microsoft Visual Studio 2008 Express Edition!

 User Rating: 1353   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

If you're developing for Window you may as well go with Microsoft's express editions of their development tools as linked to above. They're probably the among the best you'll get on Windows.

There is also Code::Blocks which is available on Linux, Windows, and Mac.

 User Rating: 1149   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

Visual Studio (even the Express versions) are tops, and pretty much standard for Windows-based development.

You can also try GCC for just a compiler and hook it into a text editor like Programmer's Notepad(my favorite), Crimson Editor or Notepad++(open source)

 User Rating: 1028   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

What platform are you using - Windows, or something else?

What language or languages do you need editors for?

 User Rating: 1903   |  Rate This User  Send Private MessageView ProfileView Journal Report this Post to a Moderator | Link

Thanks, I'll give them a shot.

In a somewhat unrelated topic, a while back I did pick up some "For Dummies" books and tried to get a refresher(and maybe learn some new stuff). All the stuff they had me doing though were just giving back lines of code, not actually making a real application like I have before in Java in a program called J-Builder. Nothing like windows, buttons, check boxs, text boxes and buttons. If I remember, I used Visual Studio before and you could click and drag things like that into a window, but I heard it takes up more memory than just using regular code. Which would be better?

Sorry if all this stuff seems jammed together and a little incoherent but I have a lot of questions and hard time concentrating right now.

 User Rating: 1015   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

Quote:
All the stuff they had me doing though were just giving back lines of code, not actually making a real application
Mindlessly following someone else's footsteps doesn't make you a programmer though. You are being taught about the building blocks so you can then construct arbitrary "real" programs on your own. If you want to look at the results of the development process of some real programs, just look at open source code. I don't deny that it's a bit enlightening to see the mess that is a real program.

But it's not useful for learning.

Quote:
Nothing like windows, buttons, check boxs, text boxes and buttons.
Those are the elements that make up what is called a GUI.

Quote:
If I remember, I used Visual Studio before and you could click and drag things like that into a window, but I heard it takes up more memory than just using regular code.
There's no magic here. You are generating code. Either you type it manually or you use a program to help you generate it.

 User Rating: 1234   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

Quote:
Original post by Daaark
You can use Visual Studio Express line for free. Just pick your language of choice. They are not crippled in any way.

http://www.microsoft.com/express/product/


They do lack some features that you'd find in the Standard and Professional editions, but the Express editions are still pretty damn good. I've recently switched from some older non-free C/C++ compilers to Visual C++ Express, and am quite happy with it... I even use it for some pro stuff.

 User Rating: 1003   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

With that DreamSpark thing, it's pretty easy to get the pro version of Visual Studio as well. I haven't found anything in pro that isn't in express that has been particularly useful to me though.

 User Rating: 1005   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

The main thing I miss in the Express Editions is the ability to have add-ons (e.g. VisualAssist - which I don't use - or the AMD CodeAnalyst plugin). Pretty much everything else that's different, I don't really use.

 User Rating: 1421   |  Rate This User  Send Private MessageView Profile Report this Post to a Moderator | Link

All times are ET (US)

Post Reply
 Last Thread Next Thread 
Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
You may not use HTML in your posts
Jump To:
Administrative Options: