Thread: trying to work with 2 files at same time

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    7

    trying to work with 2 files at same time

    ok im trying to work with a client file and server file at the same time but with visual c++ you need a project to make a file and i dont want 2 different projects to work on the 2 different files. Is there someone that could give a little explaination on how i could work with 2 files that i can turn into 2 different executables within the same project. Sorry kinda new to visual c++.

    thanks

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    You can make a solution with two different projects and have each project make an executable.

    That way both files can be open and worked on at the same time, but when you build it creates two different exes.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Help: Multi-threading and Synchronization
    By Anom in forum C Programming
    Replies: 7
    Last Post: 12-08-2009, 05:34 PM
  2. Replies: 4
    Last Post: 08-23-2009, 09:47 PM
  3. learning to work on files
    By cmay in forum C Programming
    Replies: 5
    Last Post: 03-29-2009, 12:50 PM
  4. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  5. inputting time in separate compilation
    By sameintheend01 in forum C++ Programming
    Replies: 6
    Last Post: 03-13-2003, 04:33 AM