Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Help Pin
Henry miller16-Nov-04 2:26
Henry miller16-Nov-04 2:26 
GeneralCommand line error D2022 Pin
bneacetp15-Nov-04 13:07
bneacetp15-Nov-04 13:07 
GeneralRIFF and LIST Chunks Pin
Anonymous15-Nov-04 12:45
Anonymous15-Nov-04 12:45 
GeneralShort Jumps in Inline Assembly Pin
Xzyx987X15-Nov-04 11:41
Xzyx987X15-Nov-04 11:41 
QuestionHow do I... Pin
KORCARI15-Nov-04 10:38
KORCARI15-Nov-04 10:38 
AnswerRe: How do I... Pin
David Crow15-Nov-04 10:55
David Crow15-Nov-04 10:55 
GeneralRe: How do I... Pin
Christian Graus15-Nov-04 13:36
protectorChristian Graus15-Nov-04 13:36 
GeneralRe: How do I... Pin
DaFrawg15-Nov-04 21:03
DaFrawg15-Nov-04 21:03 
I guess it's better to replace
using std::string;
by
using namespace std;
or else the class 'string' will not be available (it's 'std::string', not 'std::string::string').

LPCTSTR is not really a macro:
#define LPCTSTR const char*
(or something like that, I probably forgot the As and Ws for ANSI and Unicode)
GeneralRe: How do I... Pin
Christian Graus16-Nov-04 0:29
protectorChristian Graus16-Nov-04 0:29 
GeneralRe: How do I... Pin
DaFrawg18-Nov-04 3:55
DaFrawg18-Nov-04 3:55 
GeneralRe: How do I... Pin
Christian Graus18-Nov-04 10:15
protectorChristian Graus18-Nov-04 10:15 
GeneralRe: How do I... Pin
David Crow16-Nov-04 2:36
David Crow16-Nov-04 2:36 
GeneralRe: How do I... Pin
Christian Graus16-Nov-04 8:14
protectorChristian Graus16-Nov-04 8:14 
GeneralCalling a member function Pin
Howard789015-Nov-04 9:15
Howard789015-Nov-04 9:15 
GeneralRe: Calling a member function Pin
Christian Graus15-Nov-04 9:34
protectorChristian Graus15-Nov-04 9:34 
GeneralRe: Calling a member function Pin
Budric B.15-Nov-04 9:37
Budric B.15-Nov-04 9:37 
GeneralRe: Calling a member function Pin
John M. Drescher15-Nov-04 9:39
John M. Drescher15-Nov-04 9:39 
GeneralRe: Calling a member function Pin
Howard789015-Nov-04 15:12
Howard789015-Nov-04 15:12 
GeneralRe: Calling a member function Pin
John M. Drescher16-Nov-04 6:02
John M. Drescher16-Nov-04 6:02 
GeneralRe: Calling a member function Pin
Howard789016-Nov-04 14:40
Howard789016-Nov-04 14:40 
QuestionSDI Project-Clicking Enter Causes Modeless Dialogs to Close?? Pin
jerry1211a15-Nov-04 9:08
jerry1211a15-Nov-04 9:08 
AnswerRe: SDI Project-Clicking Enter Causes Modeless Dialogs to Close?? Pin
David Crow15-Nov-04 10:58
David Crow15-Nov-04 10:58 
GeneralRe: SDI Project-Clicking Enter Causes Modeless Dialogs to Close?? Pin
jerry1211a15-Nov-04 11:27
jerry1211a15-Nov-04 11:27 
Generalwant icons in subitems of listview, but not first column Pin
BlackDice15-Nov-04 9:05
BlackDice15-Nov-04 9:05 
GeneralRe: want icons in subitems of listview, but not first column Pin
Ryan Binns15-Nov-04 17:05
Ryan Binns15-Nov-04 17: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.