Click here to Skip to main content
15,880,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhich is faster comparision of string or comaprision of enums ? Pin
Dharmendra Bhargava22-Jul-09 19:22
Dharmendra Bhargava22-Jul-09 19:22 
AnswerRe: Which is faster comparision of string or comaprision of enums ? Pin
hanq_3891013022-Jul-09 19:32
hanq_3891013022-Jul-09 19:32 
AnswerRe: Which is faster comparision of string or comaprision of enums ? Pin
Stephen Hewitt22-Jul-09 19:33
Stephen Hewitt22-Jul-09 19:33 
QuestionConsuming C# webservice in a C++ app Pin
vipin_nvk22-Jul-09 19:05
vipin_nvk22-Jul-09 19:05 
AnswerRe: Consuming C# webservice in a C++ app Pin
Stuart Dootson22-Jul-09 19:42
professionalStuart Dootson22-Jul-09 19:42 
QuestionRebuild Solution Takes so much time. Pin
Le@rner22-Jul-09 18:35
Le@rner22-Jul-09 18:35 
AnswerRe: Rebuild Solution Takes so much time. Pin
N a v a n e e t h22-Jul-09 18:42
N a v a n e e t h22-Jul-09 18:42 
AnswerRe: Rebuild Solution Takes so much time. Pin
hanq_3891013022-Jul-09 18:54
hanq_3891013022-Jul-09 18:54 
I think you can:

a. Use precompiled header file, put all include files that are used frequently but changed infrequently in it.

b. If possible, include header files in .cpp file, not .h file. For example, if you only use class pointer or reference in .h file, then you can declare this class in .h file, and #include its header file in cpp.

c. If possible, try to reduce dependence between files/classes.

More suggestions could be found on the internet Smile | :)
QuestionCreateDirectory() fails in vista os. Pin
KASR122-Jul-09 18:35
KASR122-Jul-09 18:35 
AnswerRe: CreateDirectory() fails in vista os. Pin
Stuart Dootson22-Jul-09 18:53
professionalStuart Dootson22-Jul-09 18:53 
GeneralRe: CreateDirectory() fails in vista os. Pin
vipin_nvk22-Jul-09 19:03
vipin_nvk22-Jul-09 19:03 
GeneralRe: CreateDirectory() fails in vista os. Pin
Stuart Dootson22-Jul-09 19:10
professionalStuart Dootson22-Jul-09 19:10 
QuestionHow to use transparency with GDI+? Pin
Adassus22-Jul-09 15:45
Adassus22-Jul-09 15:45 
AnswerRe: How to use transparency with GDI+? Pin
Prasann Mayekar22-Jul-09 22:36
Prasann Mayekar22-Jul-09 22:36 
GeneralRe: How to use transparency with GDI+? Pin
Prasann Mayekar22-Jul-09 22:44
Prasann Mayekar22-Jul-09 22:44 
QuestionPassing struct in map , vector in C++ Pin
resolvequestion22-Jul-09 12:41
resolvequestion22-Jul-09 12:41 
AnswerRe: Passing struct in map , vector in C++ Pin
Stuart Dootson22-Jul-09 13:14
professionalStuart Dootson22-Jul-09 13:14 
QuestionToolbar button bitmap missing Pin
transoft22-Jul-09 12:16
transoft22-Jul-09 12:16 
AnswerRe: Toolbar button bitmap missing Pin
«_Superman_»22-Jul-09 17:25
professional«_Superman_»22-Jul-09 17:25 
Questioni want to create MFC based project in visual studio c++ 2005 and want to run and see my window(such as add buttons, sample text boxes, and other control objects) that i have write code Pin
goutom roy22-Jul-09 11:09
goutom roy22-Jul-09 11:09 
AnswerRe: i want to create MFC based project in visual studio c++ 2005 and want to run and see my window(such as add buttons, sample text boxes, and other control objects) that i have write code Pin
transoft22-Jul-09 12:25
transoft22-Jul-09 12:25 
AnswerRe: i want to create MFC based project in visual studio c++ 2005 and want to run and see my window(such as add buttons, sample text boxes, and other control objects) that i have write code Pin
Maximilien22-Jul-09 14:33
Maximilien22-Jul-09 14:33 
AnswerRe: i want to create MFC based project in visual studio c++ 2005 and want to run and see my window(such as add buttons, sample text boxes, and other control objects) that i have write code Pin
RomanMzh22-Jul-09 17:21
RomanMzh22-Jul-09 17:21 
AnswerRe: i want to create MFC based project in visual studio c++ 2005 and want to run and see my window(such as add buttons, sample text boxes, and other control objects) that i have write code Pin
chandu00422-Jul-09 19:30
chandu00422-Jul-09 19:30 
AnswerRe: i want to create MFC based project in visual studio c++ 2005 and want to run and see my window(such as add buttons, sample text boxes, and other control objects) that i have write code Pin
Michael Schubert22-Jul-09 21:05
Michael Schubert22-Jul-09 21:05 

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.