Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help finding old intel MMX application notes Pin
Anonymous21-Apr-04 23:45
Anonymous21-Apr-04 23:45 
GeneralRe: Help finding old intel MMX application notes Pin
uus9922-Apr-04 20:24
uus9922-Apr-04 20:24 
Generaldisplaying Integer. Pin
amardude21-Apr-04 20:52
amardude21-Apr-04 20:52 
GeneralRe: displaying Integer. Pin
Maxwell Chen21-Apr-04 21:07
Maxwell Chen21-Apr-04 21:07 
GeneralRe: displaying Integer. Pin
amardude21-Apr-04 21:57
amardude21-Apr-04 21:57 
GeneralRe: displaying Integer. Pin
Maxwell Chen21-Apr-04 22:24
Maxwell Chen21-Apr-04 22:24 
GeneralRe: displaying Integer. Pin
Anonymous22-Apr-04 5:47
Anonymous22-Apr-04 5:47 
GeneralRe: displaying Integer. Pin
Rory Solley21-Apr-04 22:49
Rory Solley21-Apr-04 22:49 
int iNum = 123;
TCHAR szNumAsString[256]; // arbitrary size
_stprintf(szNumAsString, _T("%d"), iNum);
::MessageBox(NULL, szNumAsString, _T(""), MB_OK);
GeneralRe: displaying Integer. Pin
Maxwell Chen21-Apr-04 23:03
Maxwell Chen21-Apr-04 23:03 
GeneralRe: displaying Integer. Pin
Rory Solley21-Apr-04 23:11
Rory Solley21-Apr-04 23:11 
Questionhow to disable precompiled headers ? Pin
intelligent21-Apr-04 20:35
intelligent21-Apr-04 20:35 
AnswerRe: how to disable precompiled headers ? Pin
Anonymous21-Apr-04 21:13
Anonymous21-Apr-04 21:13 
AnswerRe: how to disable precompiled headers ? Pin
toxcct21-Apr-04 23:14
toxcct21-Apr-04 23:14 
GeneralRe: how to disable precompiled headers ? Pin
Prakash Nadar22-Apr-04 1:06
Prakash Nadar22-Apr-04 1:06 
Questionhow can i change the color of a picture?its urgent plz Pin
tahir mehmood21-Apr-04 20:24
tahir mehmood21-Apr-04 20:24 
Questionhow do i make my application to receive the windows messages Pin
NewtonOfComputers21-Apr-04 19:48
NewtonOfComputers21-Apr-04 19:48 
GeneralADSI Programming Pin
M Ashok Kumar21-Apr-04 19:42
M Ashok Kumar21-Apr-04 19:42 
GeneralRe: ADSI Programming Pin
M Ashok Kumar21-Apr-04 20:25
M Ashok Kumar21-Apr-04 20:25 
QuestionHow do i create .chm files in VC++ Pin
NewtonOfComputers21-Apr-04 19:41
NewtonOfComputers21-Apr-04 19:41 
QuestionHow could I detect that My PocketPc supports GPRS? Pin
Member 57102121-Apr-04 19:30
Member 57102121-Apr-04 19:30 
AnswerRe: How could I detect that My PocketPc supports GPRS? Pin
Anonymous21-Apr-04 23:50
Anonymous21-Apr-04 23:50 
GeneralTell me a true replacement for MFC sockets Pin
Atif Mushtaq21-Apr-04 19:28
Atif Mushtaq21-Apr-04 19:28 
GeneralRe: Tell me a true replacement for MFC sockets Pin
valikac21-Apr-04 20:16
valikac21-Apr-04 20:16 
GeneralISAPI Filter not getting MTS object context Pin
andyc13421-Apr-04 19:02
andyc13421-Apr-04 19:02 
Generalserial communication RS232 Pin
Member 101832921-Apr-04 18:38
Member 101832921-Apr-04 18:38 

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.