Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems drawing an activex control with GDI+ Pin
Iain Clarke, Warrior Programmer16-Apr-04 5:24
Iain Clarke, Warrior Programmer16-Apr-04 5:24 
GeneralRe: Problems drawing an activex control with GDI+ Pin
xdebidou22-Apr-04 2:29
xdebidou22-Apr-04 2:29 
QuestionVoice recognition - is SAPI 5.2 still alive? Pin
srev16-Apr-04 3:30
srev16-Apr-04 3:30 
Generalformatting a string Pin
NikoTanghe16-Apr-04 3:01
NikoTanghe16-Apr-04 3:01 
GeneralRe: formatting a string Pin
ykutanoor16-Apr-04 3:08
ykutanoor16-Apr-04 3:08 
GeneralRe: formatting a string Pin
NikoTanghe16-Apr-04 3:16
NikoTanghe16-Apr-04 3:16 
GeneralRe: formatting a string Pin
Stlan16-Apr-04 3:16
Stlan16-Apr-04 3:16 
GeneralRe: formatting a string Pin
Andrew Walker16-Apr-04 3:30
Andrew Walker16-Apr-04 3:30 
The standard libraries IOStream libraries. That's what exactly what they're designed for.

int i = 1;
std::string s = "foo"
std::cout << i << s;

or in the case of printing to a buffer use std::ostringstream in preference to sprintf


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: formatting a string Pin
Tim Smith16-Apr-04 3:51
Tim Smith16-Apr-04 3:51 
GeneralRe: formatting a string Pin
Robert A. T. Káldy16-Apr-04 4:05
Robert A. T. Káldy16-Apr-04 4:05 
GeneralRe: formatting a string Pin
toxcct16-Apr-04 4:08
toxcct16-Apr-04 4:08 
GeneralRe: formatting a string Pin
Navin16-Apr-04 6:00
Navin16-Apr-04 6:00 
GeneralSelect Folder Pin
Anonymous16-Apr-04 2:12
Anonymous16-Apr-04 2:12 
GeneralRe: Select Folder Pin
Maximilien16-Apr-04 2:34
Maximilien16-Apr-04 2:34 
GeneralRe: Select Folder Pin
Anonymous16-Apr-04 3:00
Anonymous16-Apr-04 3:00 
GeneralRe: Select Folder Pin
Stlan16-Apr-04 3:08
Stlan16-Apr-04 3:08 
QuestionChange Background color of selected text? Pin
irshad_bukhari16-Apr-04 1:57
irshad_bukhari16-Apr-04 1:57 
AnswerRe: Change Background color of selected text? Pin
Dominik Reichl16-Apr-04 4:58
Dominik Reichl16-Apr-04 4:58 
GeneralChange selected CListView row background color Pin
notlebme16-Apr-04 1:42
notlebme16-Apr-04 1:42 
GeneralSplitter in MDI Mainframe without active doc Pin
Erick7416-Apr-04 1:38
Erick7416-Apr-04 1:38 
GeneralRe: Splitter in MDI Mainframe without active doc Pin
Jeff Bogan16-Apr-04 2:31
Jeff Bogan16-Apr-04 2:31 
GeneralRe: Splitter in MDI Mainframe without active doc Pin
Erick7416-Apr-04 4:39
Erick7416-Apr-04 4:39 
QuestionHINTERNET safe for multithreading ? Pin
Hesham Amin16-Apr-04 1:12
Hesham Amin16-Apr-04 1:12 
GeneralProblem in parsing a file Pin
ykutanoor16-Apr-04 1:11
ykutanoor16-Apr-04 1:11 
GeneralRe: Problem in parsing a file Pin
jmkhael16-Apr-04 2:43
jmkhael16-Apr-04 2:43 

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.