Thread: Just getting started

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    1

    Question Just getting started

    I am interested in learning C. I have obtained a copy of Visual Studio 6, Enterprise edition, and am wondering if there is any reason why it wouldn't run on an XP machine. Is there a preferred operating system other than XP? Are there any pitfalls I should be aware of?

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    It should run, but VS6 is pretty old (1997, 10 years is a long time in technology...), consider getting something newer?
    You can get good free compilers/IDEs such as minGW with code::blocks or Dev-C++ (minGW with it's own IDE thingy).

    You can see http://www.cprogramming.com/compilers.html for a list.

    Personally I like, SciTE with minGW (win) or gcc (*nix) and compile by a command line (or makefile)...
    Last edited by zacs7; 10-29-2007 at 05:11 PM.

  3. #3
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I'm pretty sure it would run on XP tho'. What error(s) are you getting, or other symptoms? What code are you trying to compile/run?

    XP is a fine OS to use - although it makes little difference when you start programming, as long as you have an OS that is capable of stopping you from doing really stupid things [Any even remotely modern version of Windows [such as NT, 2K, XP, Vista], as well as any Linux version will do that.]

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  2. Help getting started :(
    By blackocellaris in forum C Programming
    Replies: 4
    Last Post: 11-05-2006, 06:50 PM
  3. Getting started
    By panzeriti in forum Game Programming
    Replies: 3
    Last Post: 06-28-2003, 10:13 AM
  4. How to get started?
    By anoopks in forum Linux Programming
    Replies: 0
    Last Post: 01-14-2003, 03:48 AM
  5. Need help getting started
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2001, 11:08 PM