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

C / C++ / MFC

 
GeneralRe: Adding more than 9 pages to a Wizard created using VC++ 6.0 Pin
Subhobroto24-Jul-06 0:45
Subhobroto24-Jul-06 0:45 
Questionweb SMS Pin
Ram Murali18-Jul-06 19:02
Ram Murali18-Jul-06 19:02 
AnswerRe: web SMS Pin
Divyang Mithaiwala18-Jul-06 19:46
Divyang Mithaiwala18-Jul-06 19:46 
GeneralRe: web SMS Pin
Ram Murali18-Jul-06 19:54
Ram Murali18-Jul-06 19:54 
Questioncopying circular buffer Pin
thathvamsi18-Jul-06 16:38
thathvamsi18-Jul-06 16:38 
AnswerRe: copying circular buffer Pin
ankita patel19-Jul-06 10:36
ankita patel19-Jul-06 10:36 
QuestionConversion from int to char Pin
Kuroro Rucilful18-Jul-06 15:57
Kuroro Rucilful18-Jul-06 15:57 
AnswerRe: Conversion from int to char Pin
charlieg18-Jul-06 16:09
charlieg18-Jul-06 16:09 
are you serious?

let's see, method 1:

CString sText;
int nValue = 9901;

sText.Format("%d", nValue);

If CString is not your style, you can always sprintf. itoa will also get the job done.

Charlie Gilley
Will program for food...
Whoever said children were cheaper by the dozen... lied.

My son's PDA is an M249 SAW.
GeneralRe: Conversion from int to char Pin
Kuroro Rucilful18-Jul-06 16:15
Kuroro Rucilful18-Jul-06 16:15 
GeneralRe: Conversion from int to char Pin
ThatsAlok18-Jul-06 18:37
ThatsAlok18-Jul-06 18:37 
AnswerRe: Conversion from int to char Pin
toxcct18-Jul-06 21:22
toxcct18-Jul-06 21:22 
AnswerRe: Conversion from int to char Pin
Hamid_RT18-Jul-06 21:24
Hamid_RT18-Jul-06 21:24 
Questionthe parameter of CreateThread problem Pin
missiles18-Jul-06 15:23
missiles18-Jul-06 15:23 
AnswerRe: the parameter of CreateThread problem Pin
Stephen Hewitt18-Jul-06 15:36
Stephen Hewitt18-Jul-06 15:36 
GeneralRe: the parameter of CreateThread problem Pin
led mike18-Jul-06 17:24
led mike18-Jul-06 17:24 
GeneralRe: the parameter of CreateThread problem Pin
Stephen Hewitt18-Jul-06 17:54
Stephen Hewitt18-Jul-06 17:54 
GeneralRe: the parameter of CreateThread problem Pin
led mike18-Jul-06 18:08
led mike18-Jul-06 18:08 
GeneralRe: the parameter of CreateThread problem Pin
missiles20-Jul-06 16:04
missiles20-Jul-06 16:04 
QuestionDoes any one know something about usbzip boot? Pin
momer18-Jul-06 14:56
momer18-Jul-06 14:56 
QuestionProblem using RegEx (boost) Pin
Mark F.18-Jul-06 14:25
Mark F.18-Jul-06 14:25 
AnswerRe: Problem using RegEx (boost) Pin
Stephen Hewitt18-Jul-06 14:31
Stephen Hewitt18-Jul-06 14:31 
GeneralRe: Problem using RegEx (boost) Pin
Mark F.18-Jul-06 16:21
Mark F.18-Jul-06 16:21 
GeneralRe: Problem using RegEx (boost) Pin
Stephen Hewitt18-Jul-06 16:39
Stephen Hewitt18-Jul-06 16:39 
GeneralRe: Problem using RegEx (boost) Pin
led mike18-Jul-06 17:49
led mike18-Jul-06 17:49 
Questionerror LNK2019 Pin
LCI18-Jul-06 11:08
LCI18-Jul-06 11:08 

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.