MSFN Forum: A good compiler - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

A good compiler Rate Topic: -----

#1 User is offline   fillalph 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 29-July 03

Posted 15 January 2004 - 06:43 PM

I am taking a computer science course at university. It is a first year course so nothing too advanced. In the computer labs we are using g++ (I am sorry, I didn't take the time to ask what OS we are using. All what I can remember is a Solaris image when trying to log into the server). I use windows at home and I was hoping someone could recommend a basic compiler. Nothing fancy that will auto correct mistakes etc. Also, (I am new to programming) someone mention that using a windows compiler may not work due to it using different header information?

If this is too vague please let me know and I can ask for any information that you need to respond. (hehe, newbie :S)

Thanks
]Bonkers[


#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 January 2004 - 09:36 PM

Take a look here

You sure thats not C++

#3 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 17 January 2004 - 12:07 AM

borland c++ 5.02 (not free though)
I've been using it! I love it. it checks for errors and stuff (color coded)
and yes u're right in school we use unix as well. some stuff is different. but u get used to it. If u're being just introduced to c++ and learning in school, u probably won't have to deal with those...

since u're using unix u don't need a visual compiler go with non-visual..
u guys won't be making any windows apps :)
also my school lets us to have remote access to unix computers from wherever we are. so I'm using windows, by ssh I get connected to the unix lab and compile there and check for further errors and stuff. I can even print it and it gets printed in the lab, next day in class I wouldn't need to print :rolleyes:

unix is fun but case sensitive be carefull about that :D
and if u use direction keys so much u'll have to get used to different keys in unix to move up down :D ( i j k l etc.)

#4 User is offline   jdeboeck 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 376
  • Joined: 13-October 03

Posted 17 January 2004 - 12:37 AM

no that's g++ you are using. (gpp ?)

its gnu c++, which comes standard on solaris.. i think there is a windows version of the same thing, look for GNU windows compiler... **** open source ports I can't find a link right now... if you find it, it should be free

EDIT: for school work C++ there won't be a difference between win and solaris

#5 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 17 January 2004 - 12:48 AM

g++ is a unix cmd too to compile a .cpp file..
he I think confused those...
g++ is a gnu windows compiler.. (as jdeboeck mentioned)

u probably use vi editor in unix
or emacs etc...

#6 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 January 2004 - 01:53 AM

lol confused us all wasn't thinking of gnu c++
DevC++ is on that link reason I pointed to it among others cause I was sure he wanted something ++.

Quote

auto correct mistakes

that won't happen unless you use paid versions of Microsoft/ Borland C / C++ but the freebies will crash on ya and point to error.
Caution is recommended cause these things can mess your PC up if you do something wrong.

#7 User is offline   Fuzzy Viking 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 26-February 04

Posted 26 February 2004 - 07:52 AM

If what you need is a unix-style compiler on the windows platform, check out cygwin.

It is used extensively for many open source projects and has packages for almost everything.

It is commandline ( Bash shell - like a unix command prompt ), but you can edit the source files with anything you like and then run the actual compiling inside the shell window.

Linkage : http://www.cygwin.com/

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy