Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Detaching dialog boxes Pin
William Engberts27-Sep-07 3:19
William Engberts27-Sep-07 3:19 
GeneralRe: Detaching dialog boxes Pin
David Crow27-Sep-07 3:22
David Crow27-Sep-07 3:22 
GeneralRe: Detaching dialog boxes Pin
Waldermort27-Sep-07 4:04
Waldermort27-Sep-07 4:04 
QuestionDifferent between const char * and const char const* Pin
mohindar_kks27-Sep-07 2:27
mohindar_kks27-Sep-07 2:27 
QuestionRe: Different between const char * and const char const* Pin
David Crow27-Sep-07 2:38
David Crow27-Sep-07 2:38 
AnswerRe: Different between const char * and const char const* Pin
Dave Kreskowiak27-Sep-07 7:44
mveDave Kreskowiak27-Sep-07 7:44 
AnswerRe: Different between const char * and const char const* Pin
baerten27-Sep-07 2:40
baerten27-Sep-07 2:40 
AnswerRe: Different between const char * and const char const* Pin
ShilpiP27-Sep-07 2:44
ShilpiP27-Sep-07 2:44 
Hi ,
The second way is wrong. we cannot use same type qualifier more than once. A type declaration or definition uses a type qualifier (const, volatile, signed, or unsigned) more than once. This causes a warning with Microsoft extensions (/Ze) and an error under ANSI compatibility (/Za).

Yes U Can ...If U Can ,Dream it , U can do it ...ICAN

AnswerRe: Different between const char * and const char const* Pin
jhwurmbach27-Sep-07 3:45
jhwurmbach27-Sep-07 3:45 
AnswerRe: Different between const char * and const char const* Pin
zakkas248327-Sep-07 18:40
zakkas248327-Sep-07 18:40 
QuestionAre important these missing *.dll ?? Pin
Nelek27-Sep-07 2:15
protectorNelek27-Sep-07 2:15 
AnswerRe: Are important these missing *.dll ?? Pin
David Crow27-Sep-07 2:46
David Crow27-Sep-07 2:46 
GeneralRe: Are important these missing *.dll ?? [modified] Pin
Nelek27-Sep-07 3:01
protectorNelek27-Sep-07 3:01 
Questionhow to send data through ShellExecute function to ".php" application? Pin
AnayKulkarni27-Sep-07 1:05
AnayKulkarni27-Sep-07 1:05 
AnswerRe: how to send data through ShellExecute function to ".php" application? Pin
David Crow27-Sep-07 2:48
David Crow27-Sep-07 2:48 
Questionchange buttons style Pin
mitok27-Sep-07 0:46
mitok27-Sep-07 0:46 
AnswerRe: change buttons style Pin
Russell'27-Sep-07 1:42
Russell'27-Sep-07 1:42 
AnswerRe: change buttons style Pin
Nishad S27-Sep-07 2:18
Nishad S27-Sep-07 2:18 
GeneralRe: change buttons style Pin
mitok27-Sep-07 2:44
mitok27-Sep-07 2:44 
GeneralRe: change buttons style Pin
Nishad S27-Sep-07 2:55
Nishad S27-Sep-07 2:55 
GeneralRe: change buttons style Pin
mitok27-Sep-07 3:13
mitok27-Sep-07 3:13 
GeneralRe: change buttons style Pin
Nishad S27-Sep-07 3:30
Nishad S27-Sep-07 3:30 
GeneralRe: change buttons style Pin
mitok27-Sep-07 3:52
mitok27-Sep-07 3:52 
GeneralRe: change buttons style Pin
Nishad S27-Sep-07 4:06
Nishad S27-Sep-07 4:06 
AnswerRe: change buttons style Pin
Naveen27-Sep-07 2:48
Naveen27-Sep-07 2:48 

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.