Thread: VC++ Express Edition

  1. #1
    Registered User
    Join Date
    Dec 2006
    Location
    Jacksonville, AR
    Posts
    91

    Smile VC++ Express Edition

    Hi, everyone..
    I am new in programming. I have a little experience with Turbo Pascal and C which was 12 years ago. I have downloaded VC++ Express Edition and I am having trouble with how the libraries work in C++. Whenever I use the Express, it always sets to Console application with precompiled files and the program body is automatic to include stdafx which really confuses me because I can't seem to run any other program than the Hello World.
    I am missing something here, huh?
    Please help.. Thanks..

  2. #2
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    Depends on the type of project you first create. If you select General->Empty Project then you won't have any of that extra stuff.
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

  3. #3
    Registered User
    Join Date
    Dec 2006
    Location
    Jacksonville, AR
    Posts
    91

    Smile

    Thanks hk..
    It creates a new program but it doesn't take me to the page where I can type my code.. How do I? Thanks..

  4. #4
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    Once you've got a new empty project created, you can right click on that project in the window on the left that list all the projects in your current solution and go to Add->New Item->Code/C++ File (.cpp) then type in a name for the source file you are going to create (make sure the location box under where you input the source file name indicates the correct directory, the one named after the project you just created). After that, your source file will be created and you can start typing code into it.
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

  5. #5
    Registered User
    Join Date
    Dec 2006
    Location
    Jacksonville, AR
    Posts
    91

    Smile

    Thanks again, hk.. I got it eventually..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual c++ 2005 express edition to run .c files
    By the_fall_guy in forum C Programming
    Replies: 4
    Last Post: 04-05-2007, 12:33 PM
  2. Visual Studio Express Edition
    By mewatC in forum Tech Board
    Replies: 1
    Last Post: 09-30-2006, 05:34 PM
  3. Setting C++ express edition.
    By shiju in forum Game Programming
    Replies: 12
    Last Post: 08-15-2006, 05:55 AM
  4. Replies: 2
    Last Post: 01-18-2006, 09:06 AM
  5. Visual C++ 2005 Express Edition
    By BestGameMovie in forum C++ Programming
    Replies: 6
    Last Post: 05-15-2005, 01:49 PM