Thread: MSVC++ Setup?

  1. #1
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335

    MSVC++ Setup?

    Is there anything special I need to set for the compiler to work correctly? I always hear people saying that someone needs to setup the compiler a certain way. Oh and it's the Intro version. Thanks.

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    Setting up visual c++ you should just be able to
    follow the gui promts but to be able to run it
    off the command line with cl you have to follow the
    directions and modify autoexec.bat

  3. #3
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    You don't need to set up anything. Don't mess up your computer. You are using Microsoft, not Linux.

    If you want to write a program than you have to open a workspace. Try a Win32 console. A hello world application. Than write your C program in that workspace.

    Another thing that you can do is open a plain C++ file than write your program. When you build the program, it will create a workspace.
    I compile code with:
    Visual Studio.NET beta2

  4. #4
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Witch_King is right. This isn't some Linux freeware stuff.
    To use the tools that come with it, just insert the first
    CD, follow the installation instructions and start coding.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  5. #5
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    or you could always get a mans compiler
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  6. #6
    barjor
    Guest
    A compiler from an era when real man wrote there own drivers

  7. #7
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335
    This compiler kicks ass. Thanks to that secret person on the board, you know who you are

  8. #8
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    In the beginning VC++6 does seem confusing. Once you learn to use a win32 console application and you figure out in which file in that workspace to write your programs, it becomes much clearer. It takes experience but the good thing is that Microsoft upgrades their compilers every 3 years or so and most of what you learned about the compilers GUI features carry over into the next version. VS.NET has all VC++6's features plus many additional features.
    I compile code with:
    Visual Studio.NET beta2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble with MSVC, Mingw32 and Code::Blocks
    By Brafil in forum C Programming
    Replies: 11
    Last Post: 10-12-2009, 11:34 AM
  2. IE Page Setup
    By afreedboy in forum Tech Board
    Replies: 5
    Last Post: 05-07-2005, 04:35 AM
  3. MSVC behaves strange
    By ripper079 in forum C++ Programming
    Replies: 4
    Last Post: 10-28-2003, 08:34 PM
  4. GCC (cygwin) much faster than MSVC, Borland?
    By Sargnagel in forum C Programming
    Replies: 15
    Last Post: 08-05-2003, 03:15 AM
  5. Setup
    By gvector1 in forum C# Programming
    Replies: 0
    Last Post: 07-10-2003, 09:22 AM