Thread: back to school?

  1. #1
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688

    back to school?

    If you go to college or even highschool in the usa or university, do you know what IDE and compiler are used?

    Im intrested cuase I may be going soon.

    Will it one of these:

    DevC++

    Microsoft Visual 6.0 (i hope it's not this it's a little dated)

    Microsoft Visual C++ 2005 Beta 2

    Mgw C++ Developer Studio

    Or somthing else?

    Any insight appreciated

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Short answer - whichever one you feel comfortable using.

    So long as the compiler supports the ANSI language you're studying, it doesn't much matter about the IDE. IDE's really come into their own when you're writing huge programs, most programs at college (with the possible exception of group projects and perhaps final year project) rarely have more than a few files.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    aoeuhtns
    Join Date
    Jul 2005
    Posts
    581
    Quote Originally Posted by swgh
    If you go to college or even highschool in the usa or university, do you know what IDE and compiler are used?

    Im intrested cuase I may be going soon.

    Will it one of these:

    DevC++

    Microsoft Visual 6.0 (i hope it's not this it's a little dated)

    Microsoft Visual C++ 2005 Beta 2

    Mgw C++ Developer Studio

    Or somthing else?

    Any insight appreciated
    IDE and compiler? The question to ask is, What language? And the programming language itself is also irrelevant.

  4. #4
    Information Crocodile
    Join Date
    Dec 2004
    Posts
    204
    In my college we use turbo C and Turbo C++ . Its hard to edit codes when they are too long. Sometimes i just use notepad. It sux

  5. #5
    Prying open my third eye.
    Join Date
    Jun 2005
    Posts
    45
    Last year at college I used the new and updated.....gcc command line compiler (and javac)!

    Also I used, gEdit. hehe

    Yea, as already said, most college assignments are a few files or less, so there is no need for a big IDE. I actually feel it is easier to learn the material by using basic tools, such as a text editor and gcc.
    "So you're one of those condescending UNIX computer users?"

    "Here's a nickel, kid. Get yourself a better computer."

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Lateralus brings up a good point - doing everything from the command line means you get to know all about compiler options, include paths, libraries, linkers etc etc.

    A frequent problem from the IDE only users is when you tell them they need a library or something, the all too frequent response is "huh", how do I do that?

    The IDE may be comfortable, but it does hide you from some useful information which people ought to know about.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we not tell School is back in session?!
    By Dino in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-09-2008, 01:17 AM
  2. Some woman back ended my car today, and back hurts
    By Terrance in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 08-20-2003, 12:42 AM
  3. What Prgramming languages did you learn at school??
    By Inept Pig in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 05-18-2002, 01:02 AM
  4. Question about going to a technical school
    By Goalie35 in forum C++ Programming
    Replies: 1
    Last Post: 08-30-2001, 11:34 AM