C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-13-2007, 08:35 AM   #1
Registered User
 
Join Date: Dec 2006
Posts: 69
'Solution' and 'Project' usage in VC++

I am writing an online RPG. There is a central server, a database server, a zone server, an AI server and clients(players). How should I organize this in VC++? Should I make a seperate solution for each of these programs, or make 1 solution with several projects? What if I want to use a piece of code (say a class) in multiple programs? Should I make that a seperate library and link to it? And should this library be a seperate solution?
C+/- is offline   Reply With Quote
Old 01-13-2007, 09:45 AM   #2
and the hat of vanishing
 
Salem's Avatar
 
Join Date: Aug 2001
Location: The edge of the known universe
Posts: 21,214
1 solution, many projects.

> What if I want to use a piece of code (say a class) in multiple programs?
Make a library (as you suggested).

It too is just another project inside the same solution.
__________________
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Up to 8Mb PlusNet broadband from only £5.99 a month!
Salem is offline   Reply With Quote
Old 01-13-2007, 09:50 AM   #3
Registered User
 
Join Date: Dec 2006
Posts: 69
Thanks alot
C+/- is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VS 7.1 Linux Source code solution / project file? ahluka Tech Board 6 07-30-2006 02:07 PM
Game Independent Anti-cheat Project Needs Programmers GIA Project Lea Projects and Job Recruitment 3 09-15-2005 07:41 PM
Completly new to C++ Scott B. C++ Programming 42 08-16-2005 11:25 PM
Help me design a class project! codegirl A Brief History of Cprogramming.com 6 03-17-2004 08:19 PM
Remove ActiveX from VC++ project cr_naik Windows Programming 2 07-02-2003 11:15 AM


All times are GMT -6. The time now is 03:22 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22