Click here to Skip to main content
15,881,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mfc dll and resources Pin
Zizilamoroso30-Sep-02 1:25
Zizilamoroso30-Sep-02 1:25 
Generalmfc dll and resources - UPDATE Pin
Zizilamoroso30-Sep-02 1:30
Zizilamoroso30-Sep-02 1:30 
Questionwhich Db option? Pin
bryce29-Sep-02 22:10
bryce29-Sep-02 22:10 
QuestionHow can I remove popup menu in CHtmlView? Pin
sonshiro29-Sep-02 21:01
sonshiro29-Sep-02 21:01 
AnswerRe: How can I remove popup menu in CHtmlView? Pin
bryce29-Sep-02 22:33
bryce29-Sep-02 22:33 
Generalremoving separator in CComboBox Pin
yourbuddy7729-Sep-02 20:55
yourbuddy7729-Sep-02 20:55 
GeneralFormat strings and iostream Pin
Patje29-Sep-02 20:45
Patje29-Sep-02 20:45 
GeneralRe: Format strings and iostream Pin
benjymous30-Sep-02 0:05
benjymous30-Sep-02 0:05 
You can use sprintf to use a normal printf style formatting into a char array, and then cout that

e.g.
szErrorFormat = "Error found on line %ld in file %s";

sprintf( szOutputBuffer, szErrorFormat, nLineNumber, szFileName );

cout << szOutputBuffer;



(this code is just an example - don't expect it to compile!)

--
Help me! I'm turning into a grapefruit!

GeneralRe: Format strings and iostream Pin
Patje30-Sep-02 6:05
Patje30-Sep-02 6:05 
GeneralRe: Format strings and iostream Pin
jbarton30-Sep-02 7:08
jbarton30-Sep-02 7:08 
Questionfile manage, private property of microsoft? Pin
includeh1029-Sep-02 20:25
includeh1029-Sep-02 20:25 
AnswerRe: file manage, private property of microsoft? Pin
Andreas Saurwein30-Sep-02 3:27
Andreas Saurwein30-Sep-02 3:27 
GeneralCDocument, help!!!! Pin
includeh1029-Sep-02 20:08
includeh1029-Sep-02 20:08 
GeneralRe: CDocument, help!!!! Pin
jhwurmbach29-Sep-02 21:27
jhwurmbach29-Sep-02 21:27 
GeneralCOM related Pin
Shamoon29-Sep-02 18:59
Shamoon29-Sep-02 18:59 
GeneralRe: COM related Pin
Anonymous29-Sep-02 19:45
Anonymous29-Sep-02 19:45 
GeneralRe: COM related Pin
Stephane Rodriguez.29-Sep-02 19:48
Stephane Rodriguez.29-Sep-02 19:48 
GeneralSecure Internet download Pin
DarrollWalsh29-Sep-02 18:13
DarrollWalsh29-Sep-02 18:13 
QuestionHow to create VS.NET Tabview for different kinds of MDI documents Pin
Anonymous29-Sep-02 17:57
Anonymous29-Sep-02 17:57 
GeneralHandle Problem Pin
chen29-Sep-02 17:30
chen29-Sep-02 17:30 
GeneralRe: Handle Problem Pin
Christian Graus29-Sep-02 18:34
protectorChristian Graus29-Sep-02 18:34 
GeneralRe: Handle Problem Pin
valikac29-Sep-02 18:48
valikac29-Sep-02 18:48 
GeneralRe: Handle Problem Pin
chen29-Sep-02 20:02
chen29-Sep-02 20:02 
GeneralRe: Handle Problem Pin
jmkhael29-Sep-02 22:43
jmkhael29-Sep-02 22:43 
GeneralRe: Handle Problem Pin
chen29-Sep-02 22:59
chen29-Sep-02 22:59 

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.