Click here to Skip to main content
15,889,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to use c# dll in vc++ .net ? Pin
jalsa G30-May-07 2:31
jalsa G30-May-07 2:31 
QuestionRe: how to use c# dll in vc++ .net ? Pin
Hamid_RT30-May-07 2:42
Hamid_RT30-May-07 2:42 
AnswerRe: how to use c# dll in vc++ .net ? Pin
jalsa G30-May-07 3:02
jalsa G30-May-07 3:02 
GeneralRe: how to use c# dll in vc++ .net ? Pin
Hamid_RT30-May-07 8:52
Hamid_RT30-May-07 8:52 
QuestionProblem with AfxFormatStrings Pin
uday kiran janaswamy30-May-07 2:31
uday kiran janaswamy30-May-07 2:31 
AnswerRe: Problem with AfxFormatStrings Pin
jhwurmbach30-May-07 3:05
jhwurmbach30-May-07 3:05 
GeneralRe: Problem with AfxFormatStrings Pin
uday kiran janaswamy30-May-07 3:13
uday kiran janaswamy30-May-07 3:13 
GeneralRe: Problem with AfxFormatStrings Pin
jhwurmbach30-May-07 3:26
jhwurmbach30-May-07 3:26 
OK. I see.

You got the text with the %1-replace markers inside and can not change it.
How stupid!

You could have a regex[^] exchanging all '%digit' by '%digit%' and use something like this
cout << boost::format("writing %1%,  x=%2% : %3%-th try") % "toto" % 40.23 % 50; 
     // prints "writing toto,  x=40.230 : 50-th try"
(example from the boost-page)

Ok. This idea comes out of desperation.



Failure is not an option - it's built right in.

QuestionAgain ,again CListCtrl ! Pin
Bravoone_200630-May-07 2:14
Bravoone_200630-May-07 2:14 
AnswerRe: Again ,again CListCtrl ! Pin
#realJSOP30-May-07 2:45
mve#realJSOP30-May-07 2:45 
GeneralRe: Again ,again CListCtrl ! Pin
Bravoone_200630-May-07 2:47
Bravoone_200630-May-07 2:47 
GeneralRe: Again ,again CListCtrl ! Pin
#realJSOP30-May-07 3:21
mve#realJSOP30-May-07 3:21 
QuestionACL Pin
vivekphlp30-May-07 2:07
vivekphlp30-May-07 2:07 
AnswerRe: ACL Pin
David Crow30-May-07 6:12
David Crow30-May-07 6:12 
AnswerRe: ACL Pin
Hamid_RT30-May-07 8:52
Hamid_RT30-May-07 8:52 
QuestionSetup Maker Pin
garfield18530-May-07 1:47
garfield18530-May-07 1:47 
AnswerRe: Setup Maker Pin
Hamid_RT30-May-07 2:28
Hamid_RT30-May-07 2:28 
QuestionSimple pointer question... Pin
Haroon Sarwar30-May-07 1:32
Haroon Sarwar30-May-07 1:32 
AnswerRe: Simple pointer question... [modified] Pin
Nibu babu thomas30-May-07 1:49
Nibu babu thomas30-May-07 1:49 
AnswerRe: Simple pointer question... Pin
CPallini30-May-07 2:11
mveCPallini30-May-07 2:11 
AnswerRe: Simple pointer question... Pin
Matthew Faithfull30-May-07 2:20
Matthew Faithfull30-May-07 2:20 
AnswerRe: Simple pointer question... Pin
David Crow31-May-07 3:32
David Crow31-May-07 3:32 
QuestionAgain CListCtrl Pin
Bravoone_200630-May-07 1:01
Bravoone_200630-May-07 1:01 
AnswerRe: Again CListCtrl Pin
Naveen30-May-07 1:05
Naveen30-May-07 1:05 
QuestionRe: Again CListCtrl Pin
Bravoone_200630-May-07 1:08
Bravoone_200630-May-07 1: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.