|
||||||||||||||||||
Add Forum to Favorites | Send Topic To a Friend | View Forum FAQ | Track this topic |
Last Thread Next Thread ![]() |
| Freeware compilers & code editors |
|
![]() The_Game Member since: 6/29/2008 From: Coon Rapids, MN, United States |
||||
|
|
||||
| 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. |
||||
|
||||
![]() Daaark Member since: 8/1/2001 From: Ottawa, On, Canada |
||||
|
|
||||
| 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/ |
||||
|
||||
![]() _fastcall Member since: 2/4/2008 From: Salt Lake City, UT, United States |
||||
|
|
||||
| Another vote for Microsoft Visual Studio 2008 Express Edition! |
||||
|
||||
![]() prh99 Member since: 11/22/2000 From: Illinois, USA |
||||
|
|
||||
| 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. |
||||
|
||||
![]() NinjaMonkeyPirate Member since: 8/10/2006 From: Rialto, CA, United States |
||||
|
|
||||
| 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) |
||||
|
||||
![]() jbadams Moderator - Help Wanted Member since: 9/26/2002 From: Seaford, Australia |
||||
|
|
||||
| What platform are you using - Windows, or something else? What language or languages do you need editors for? |
||||
|
||||
![]() The_Game Member since: 6/29/2008 From: Coon Rapids, MN, United States |
||||
|
|
||||
| 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. |
||||
|
||||
![]() oler1s Member since: 12/9/2007 |
||||
|
|
||||
Quote: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:Those are the elements that make up what is called a GUI. Quote:There's no magic here. You are generating code. Either you type it manually or you use a program to help you generate it. |
||||
|
||||
![]() Wes22 Member since: 11/4/2009 From: Lafayette, CO, United States |
||||
|
|
||||
Quote: 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. |
||||
|
||||
![]() Dbproguy Member since: 5/10/2008 From: Denver, CO, United States |
||||
|
|
||||
| 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. |
||||
|
||||
![]() TheUnbeliever Member since: 3/19/2005 From: Falkirk, United Kingdom |
||||
|
|
||||
| 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. |
||||
|
||||
All times are ET (US)![]() |
Last Thread Next Thread ![]() |
|