Thread: C++ @ School

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    Drexel University has Visual Studio available for download by way of their FTP server. You should check with your college before spending your own money on it.

    Dev C++ is a very nice, free alternative to Visual Studio. If you're looking to learn even more, you could download Cygwin and use vi/emacs to do your editing and compile with g++.

    Whether you ultimately end up programming in a Windows or *nix environment, it's in your best interests to have experience developing using command-line tools. I'm currently doing embedded programming using a proprietary compiler that only runs on Windows through the command line, but it has no IDE. If it weren't for the CS class I took this year on programming techniques in Unix, I'd be lost when it comes to invoking programs through the command line or writing batch files.

    It did, however, take me a moment or two to figure out why ls wasn't working ...
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  2. #2
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    I wouldn't buy the full Visual Studio package right now. I assume that you already have a compiler to learn with 'till you start college. It's very expensive if you can't get the acedemic discount ($800 ?) If you have that much extra money... spend it on a ship-load of programing books!!!

    When you take a class, especially a begining class, the instructor will standardize on a particular set of tools. You don't want to spend lots of money on the "wrong" compiler, or the wrong version. If you think your school uses Visual Studio, you could get Visual C++ only ($100) or download the free beta version of Visual C++. You will be ahead of the game in the beginning when some other students are struggling to get the compiler installed, configured, and trying to get "hello world" compiled!

    If your school doesn't offer it free, once you are an enrolled college student, you can get Visual Studio at a deep discount... I think you can get it for $100. The acedemic version may have some limitations. The programs compiled on it may not run on another computer that doesn't have Visual Studio installed.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I've been slacking off in high school, am I going to hell
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 06-01-2003, 01:00 PM
  2. I Hate My School (rant!!!!)
    By Dalren in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 04-03-2003, 07:10 AM
  3. The purpose of school
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 11-17-2002, 04:12 AM
  4. School Shooting in Germany
    By Golden Bunny in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 04-27-2002, 01:47 PM
  5. Question about going to a technical school
    By Goalie35 in forum C++ Programming
    Replies: 1
    Last Post: 08-30-2001, 11:34 AM