Click here to Skip to main content
15,797,672 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: [how to] multi-language/unicode application Pin
Ted Ferenc11-May-03 5:08
Ted Ferenc11-May-03 5:08 
GeneralRe: [how to] multi-language/unicode application Pin
zecodela11-May-03 8:05
zecodela11-May-03 8:05 
GeneralRe: [how to] multi-language/unicode application Pin
Ted Ferenc11-May-03 8:16
Ted Ferenc11-May-03 8:16 
GeneralRe: [how to] multi-language/unicode application Pin
zecodela12-May-03 0:36
zecodela12-May-03 0:36 
GeneralRe: [how to] multi-language/unicode application Pin
Ted Ferenc12-May-03 1:06
Ted Ferenc12-May-03 1:06 
GeneralRe: [how to] multi-language/unicode application Pin
zecodela12-May-03 1:58
zecodela12-May-03 1:58 
GeneralRe: [how to] multi-language/unicode application Pin
Anonymous12-May-03 4:46
Anonymous12-May-03 4:46 
GeneralPassing a va_list to printf Pin
Jo Fredrickson10-May-03 21:37
Jo Fredrickson10-May-03 21:37 
My printf statement isn't giving me the expected results. Can anyone see where I am going wrong here? Thanks, Joanne Confused | :confused:

void LogFormattedMessage(char * sMessage, ...)<br />
{<br />
	va_list ap;<br />
	va_start(ap, sMessage); <br />
<br />
<br />
	TCHAR sFormattedMessage[500];<br />
	_stprintf(sFormattedMessage, sMessage, ap);<br />
	va_end(ap); <br />
<br />
	...<br />
}

GeneralRe: Passing a va_list to printf Pin
Johnny ²10-May-03 22:30
Johnny ²10-May-03 22:30 
GeneralRe: Passing a va_list to printf Pin
Jo Fredrickson10-May-03 23:15
Jo Fredrickson10-May-03 23:15 
QuestionPossible solutions to my problem? Pin
georgiek5010-May-03 18:40
georgiek5010-May-03 18:40 
AnswerRe: Possible solutions to my problem? Pin
G. Steudtel12-May-03 2:50
G. Steudtel12-May-03 2:50 
GeneralDialog box Handle where to find it Pin
WinNewbie10-May-03 16:24
sussWinNewbie10-May-03 16:24 
GeneralRe: Dialog box Handle where to find it Pin
Michael Dunn10-May-03 18:12
sitebuilderMichael Dunn10-May-03 18:12 
GeneralRe: Dialog box Handle where to find it Pin
Win Newbie11-May-03 3:39
sussWin Newbie11-May-03 3:39 
GeneralRe: Dialog box Handle where to find it Pin
WinNewbie12-May-03 7:19
sussWinNewbie12-May-03 7:19 
GeneralHave split up string, but there must be a better way of doing this!! Pin
IrishSonic10-May-03 15:18
IrishSonic10-May-03 15:18 
GeneralRe: Have split up string, but there must be a better way of doing this!! Pin
Bartosz Bien10-May-03 15:24
Bartosz Bien10-May-03 15:24 
GeneralRe: Have split up string, but there must be a better way of doing this!! Pin
Michael Dunn10-May-03 15:29
sitebuilderMichael Dunn10-May-03 15:29 
Generalread a vector Pin
aguest10-May-03 14:48
aguest10-May-03 14:48 
GeneralRe: read a vector Pin
Ernest Laurentin10-May-03 15:50
Ernest Laurentin10-May-03 15:50 
GeneralRe: read a vector Pin
aguest10-May-03 16:37
aguest10-May-03 16:37 
GeneralProblem with GetLine() in a CEdit Pin
selecta10-May-03 13:29
selecta10-May-03 13:29 
GeneralRe: Problem with GetLine() in a CEdit Pin
Ernest Laurentin10-May-03 15:44
Ernest Laurentin10-May-03 15:44 
GeneralRe: Problem with GetLine() in a CEdit Pin
selecta11-May-03 7:17
selecta11-May-03 7:17 

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.