Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 23:19
thathvamsi15-Nov-06 23:19 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 23:22
protectorChristian Graus15-Nov-06 23:22 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 23:23
protectorChristian Graus15-Nov-06 23:23 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 23:33
thathvamsi15-Nov-06 23:33 
AnswerRe: passing array of pointers Pin
Raj Prathap15-Nov-06 18:47
Raj Prathap15-Nov-06 18:47 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 18:53
thathvamsi15-Nov-06 18:53 
GeneralRe: passing array of pointers Pin
Raj Prathap15-Nov-06 20:47
Raj Prathap15-Nov-06 20:47 
QuestionFrustrated with conversion Pin
Stick^15-Nov-06 15:14
Stick^15-Nov-06 15:14 
Hi,

I'm pulling my hair out trying to do something simple. Thanks to the complicated and cryptic function signatures of MS with all that _in _out stuff I can't figure out how to do the following:

int pageNumber = 1;
int numPages = 2;

wstring wstr2Display; // I want to make this: L"1/2"

wstr2Display = ToString(pageNumber) + L"/" + ToString(numPages);

Seems I also can't directly 'add' the L"/".

Can someone share with me how to do this?

Thanks

AnswerRe: Frustrated with conversion Pin
Christian Graus15-Nov-06 15:24
protectorChristian Graus15-Nov-06 15:24 
GeneralRe: Frustrated with conversion Pin
Stick^15-Nov-06 16:02
Stick^15-Nov-06 16:02 
GeneralRe: Frustrated with conversion Pin
PJ Arends15-Nov-06 16:14
professionalPJ Arends15-Nov-06 16:14 
GeneralRe: Frustrated with conversion Pin
Christian Graus15-Nov-06 16:44
protectorChristian Graus15-Nov-06 16:44 
AnswerRe: Frustrated with conversion Pin
Raj Prathap15-Nov-06 18:51
Raj Prathap15-Nov-06 18:51 
GeneralRe: Frustrated with conversion Pin
Christian Graus15-Nov-06 19:13
protectorChristian Graus15-Nov-06 19:13 
GeneralRe: Frustrated with conversion Pin
Stick^15-Nov-06 19:44
Stick^15-Nov-06 19:44 
QuestionCreating a DLL Pin
colin_os15-Nov-06 10:38
colin_os15-Nov-06 10:38 
AnswerRe: Creating a DLL Pin
Blake Miller15-Nov-06 10:52
Blake Miller15-Nov-06 10:52 
QuestionCSocket connections Pin
jpyp15-Nov-06 8:53
jpyp15-Nov-06 8:53 
AnswerRe: CSocket connections Pin
Mark Salsbery15-Nov-06 10:19
Mark Salsbery15-Nov-06 10:19 
GeneralRe: CSocket connections Pin
jpyp16-Nov-06 6:05
jpyp16-Nov-06 6:05 
GeneralRe: CSocket connections Pin
Mark Salsbery16-Nov-06 7:08
Mark Salsbery16-Nov-06 7:08 
GeneralRe: CSocket connections Pin
jpyp16-Nov-06 7:30
jpyp16-Nov-06 7:30 
QuestionDetect button three press Pin
Johpoke15-Nov-06 8:33
Johpoke15-Nov-06 8:33 
QuestionRe: Detect button three press Pin
David Crow15-Nov-06 10:01
David Crow15-Nov-06 10:01 
AnswerRe: Detect button three press Pin
Johpoke16-Nov-06 5:32
Johpoke16-Nov-06 5:32 

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.