Thread: Help with C++ microsoft visual studio

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    1

    Help with C++ microsoft visual studio

    hey iam taking a C++/introduction to programing course....so i installed microsoft visual studios 2008...first it was great,but after about 2 month,a serious problem started to show up...let me explain:
    i created a project "assignment 1" for instance and i did run it and compile it and then ,nothing was wrong...after that i created another project "assignment 2",and when i run it ,assignment 1 compile shows up,so i closed assignment 1,and tried to compile assignment2 again,but still the same problem...so i deleted assignment1...and the problem was solved...........
    the assignment 2 was build and run,lets call this run 1....after that,i tried to change the code,and after i pressed "build run",it displayed the run1,no matter what i change in the code, it keeps displaying run1.
    so i got frustrated,deleted visual studios and installed code blocks,it was okay at first,but then the same problem emerged again!!!
    can someone please help,i have the final next monday

  2. #2
    Registered User blackcoder41's Avatar
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    14
    In visual studio there is what we call solutions or workspace in codeblocks. It can contain many projects just like what you did I think. To active it you have to right click on the project then select "set as startup project" and "activate project" in codeblocks.

    Hope that helps. Good luck!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sorting the matrix question..
    By transgalactic2 in forum C Programming
    Replies: 47
    Last Post: 12-22-2008, 03:17 PM
  2. multiple errors generated by socket headers
    By nocturna_gr in forum Windows Programming
    Replies: 5
    Last Post: 12-16-2007, 06:33 PM
  3. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  4. Apps that act "differently" in XP SP2
    By Stan100 in forum Tech Board
    Replies: 6
    Last Post: 08-16-2004, 10:38 PM
  5. header file bringing errors?
    By bluehead in forum Windows Programming
    Replies: 4
    Last Post: 08-19-2003, 12:51 PM