Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create a HashTable in C++? Pin
David Crow17-Jul-08 16:02
David Crow17-Jul-08 16:02 
GeneralRe: How to create a HashTable in C++? Pin
led mike17-Jul-08 18:08
led mike17-Jul-08 18:08 
GeneralRe: How to create a HashTable in C++? Pin
ThatsAlok18-Jul-08 1:47
ThatsAlok18-Jul-08 1:47 
GeneralRe: How to create a HashTable in C++? Pin
David Crow18-Jul-08 9:02
David Crow18-Jul-08 9:02 
QuestionOleRun in COleDispatchDriver::CreateDispatch returns REGDB_E_CLASSNOTREG Pin
Kevin 123341217-Jul-08 8:35
Kevin 123341217-Jul-08 8:35 
AnswerRe: OleRun in COleDispatchDriver::CreateDispatch returns REGDB_E_CLASSNOTREG Pin
led mike17-Jul-08 18:20
led mike17-Jul-08 18:20 
QuestionMSVC++ 2005, Project Dependancies and unresolved externals [modified] Pin
Budric B.17-Jul-08 6:36
Budric B.17-Jul-08 6:36 
AnswerRe: MSVC++ 2005, Project Dependancies and unresolved externals Pin
Mark Salsbery17-Jul-08 7:28
Mark Salsbery17-Jul-08 7:28 
All the code an individual project needs to build must be
part of the project, or available to the project through a
library.

How you manage the physical files is up to you.

I personally use a "common" folder in the solution's folder to
keep my common/shared cpp/.h files in one location - only one codebase
to update. All projects can reference files there using relative paths,
something like "..\common\somecommoncode.h".

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionHow to fix a window at the top? Pin
iayd17-Jul-08 5:55
iayd17-Jul-08 5:55 
AnswerRe: How to fix a window at the top? Pin
led mike17-Jul-08 6:12
led mike17-Jul-08 6:12 
GeneralRe: How to fix a window at the top? Pin
aks.17-Jul-08 20:11
aks.17-Jul-08 20:11 
GeneralRe: How to fix a window at the top? Pin
iayd17-Jul-08 20:37
iayd17-Jul-08 20:37 
AnswerRe: How to fix a window at the top? Pin
Alan Balkany17-Jul-08 7:41
Alan Balkany17-Jul-08 7:41 
GeneralRe: How to fix a window at the top? Pin
iayd17-Jul-08 10:39
iayd17-Jul-08 10:39 
GeneralRe: How to fix a window at the top? Pin
Alan Balkany17-Jul-08 10:41
Alan Balkany17-Jul-08 10:41 
QuestionTracking mouse event on a Bitmapbutton [modified] Pin
bhanu_850917-Jul-08 3:25
bhanu_850917-Jul-08 3:25 
AnswerRe: Tracking mouse event on a Bitmapbutton Pin
led mike17-Jul-08 5:13
led mike17-Jul-08 5:13 
GeneralRe: Tracking mouse event on a Bitmapbutton Pin
bhanu_850917-Jul-08 20:04
bhanu_850917-Jul-08 20:04 
GeneralRe: Tracking mouse event on a Bitmapbutton Pin
led mike17-Jul-08 20:21
led mike17-Jul-08 20:21 
GeneralRe: Tracking mouse event on a Bitmapbutton Pin
bhanu_850917-Jul-08 20:56
bhanu_850917-Jul-08 20:56 
GeneralRe: Tracking mouse event on a Bitmapbutton Pin
led mike18-Jul-08 6:33
led mike18-Jul-08 6:33 
QuestionCombobox Mouseover for Items Pin
Joschwenk66617-Jul-08 2:08
Joschwenk66617-Jul-08 2:08 
QuestionRe: Combobox Mouseover for Items Pin
David Crow17-Jul-08 4:27
David Crow17-Jul-08 4:27 
AnswerRe: Combobox Mouseover for Items Pin
Joschwenk66621-Jul-08 7:19
Joschwenk66621-Jul-08 7:19 
QuestionThread is not creating the Progress Dialog Pin
ptr_Electron17-Jul-08 1:59
ptr_Electron17-Jul-08 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.