I am currently in CS53 and 54 and i dont like having to use jpico and SSH to program. Can anyone reccommend a FREE development environment that i can code and compile in and it will be compatible with the g++ compiler and jpico commands we have been taught?
_________________ If you want to tell people the truth, make them laugh, otherwise they'll kill you. -Oscar Wilde
I use UltraEdit with WinSCP3 to send files back and forth, but UltraEdit is shareware. Eclipse for C/C++ is also out there, but I've never really tried that..
Oops...crap...you wanted a Windows program. I kinda breezed past the title.
Eclipse is good, but it does not come with an internal C/C++ compiler. In Linux, this isn't really a problem, since it comes with gcc (disclaimer: I've never used Eclipse for anything but Java). In Windows it's a bigger problem, though. I suppose, if you had the patience, you could put together a Cygwin install that had Eclipse and gcc installed on it.
_________________ M-S-M U-M-R M-O-U-S-T
Go ahead, say it to the Mickey Mouse Club Theme.
"Chaos reigns within.
Reflect, repent, and reboot.
Order shall return."
-
see what you can do to help save the internet at http://www.savetheinternet.com/
Joined: Sun 08-24-2003 3:47PM Posts: 1049 Location: Behind YOU!
Source: Kelly Hall
I second textpad. You can save a unix formated text file. Then just ssh to compile and run.
_________________ "Why is it that we must always choose between certain death and probable death?" ~ Clank, Ratchet and Clank Future: Tools of Destruction
I use UltraEdit with WinSCP3 to send files back and forth, but UltraEdit is shareware. Eclipse for C/C++ is also out there, but I've never really tried that..
Joined: Sun 08-18-2002 10:33AM Posts: 751 Location: Kansas City, KS
Source: Off Campus
Are you looking for an IDE/editor or a win32 port of GCC?
_________________ It is by caffeine alone I set my mind in motion.
It is by the beans of Java the thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.
You could use Microsoft Visual Studio, I actually used to do that for 53. Get C++ 2005 Express Edition (free) and start a new project -> win32 console app. Make sure you select empty project. Some of the syntax is different in gcc, so make sure you compile/valgrind it in unix before you turn it in.
_________________ I have a cheese-shredder, which is its positive name. They don't call it by its negative name, cause no one would buy it: sponge-ruiner. Because I wanted to clean it, and now I have little bits of sponge that would melt easily over tortilla chips.
Are you looking for an IDE/editor or a win32 port of GCC?
Well, if a Win32 port of GCC is available,you could use Eclipse as your IDE. The Wiki article for GCC led me to think that a Win32 port of it does not exist.
Joined: Sun 08-18-2002 10:33AM Posts: 751 Location: Kansas City, KS
Source: Off Campus
zkissane wrote:
GenPFault wrote:
Are you looking for an IDE/editor or a win32 port of GCC?
Well, if a Win32 port of GCC is available,you could use Eclipse as your IDE. The Wiki article for GCC led me to think that a Win32 port of it does not exist.
_________________ It is by caffeine alone I set my mind in motion.
It is by the beans of Java the thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.
Users browsing this forum: No registered users and 2 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum