Sunday, July 12, 2009

Help with dev c++ compiler?

I just downloaded the dev c++ compiler, I tried writing similar to the way I do in dark basic, needless to say. EPIC FAIL. I tried googling a tutorial, I copied one of their programs to see if I could manipulate it, but the code didn't even work. (I triple checked, it was exact when I tried to run but it kept saying the program had to be compiled first, even though I tried compiling it about 6 times.) Some hints for a beginner dev c++ user would be appriciated.

Help with dev c++ compiler?
I dumped Windows for Linux years ago (completed the transition in '05). I use GCC but I don't use any IDEs (one reason I jumped). Nevertheless I've searched for a couple of tutorials for you (Incidently, before you try running something you go to Execute-%26gt;Compile on the menu or hit Ctl-F9).





Actually, everyone dumps you back to the same place: Dev C++ tutorial for CS 161 Students. I remember it as a good compiler (It's GCC in disguise after all). Try to get over your natural frustration.
Reply:What error messages was the compiler giving you?





Also, I took a quick look at SharpDevelop program that shickity recommended. It is C# and .Net IDE. Unless it has a plugin to handle standard C++, it will not help someone try to write C++.
Reply:I would switch to SharpDevelop. Similar syntax, and VISUAL design. Drag-and-drop GUI for most buttons, text boxes, etc. :P


No comments:

Post a Comment