Help: Visual Studio 2008

Discussion in 'Software' started by Horizon, 16 Sep 2008.

  1. Horizon

    Horizon Dremel Worthy

    Joined:
    30 May 2008
    Posts:
    765
    Likes Received:
    10
    It's on my comp and I never really bothered to learn how to use it. I need it to write some C code but it doesn't seem to support it. In my programming class we use VS 6.0
     
  2. azrael-

    azrael- I'm special...

    Joined:
    18 May 2008
    Posts:
    3,852
    Likes Received:
    124
    I'm not quite sure if I understand your problem. You should be able to program in C using Visual C++ 2008 (which is part of Visual Studio 2008).

    Could you describe your problem in more detail?
     
  3. Horizon

    Horizon Dremel Worthy

    Joined:
    30 May 2008
    Posts:
    765
    Likes Received:
    10
    The build/link/compile buttons are missing. The help files say to type " cl simple.exe " minus quotes in command prompt (command window?) to compile code but when i do that it says " cl " command isn't valid.
     
  4. Krikkit

    Krikkit All glory to the hypnotoad! Super Moderator

    Joined:
    21 Jan 2003
    Posts:
    23,644
    Likes Received:
    467
    Why don't you just try a free C compiler/ide? There're plenty about that are available under the GCC...
     
  5. Horizon

    Horizon Dremel Worthy

    Joined:
    30 May 2008
    Posts:
    765
    Likes Received:
    10
    I've tried a few and they seem broken in Vista.
     
  6. Horizon

    Horizon Dremel Worthy

    Joined:
    30 May 2008
    Posts:
    765
    Likes Received:
    10
    using Dev++

    nvm, it's in c++ mode...seems to work
     
    Last edited: 17 Sep 2008
  7. klutch4891

    klutch4891 What's a Dremel?

    Joined:
    4 Feb 2008
    Posts:
    693
    Likes Received:
    25
    +1 to Dev-C++. And my beta copy has an option to use either C or C++.
     

Share This Page