Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDrawing Graphs Pin
^GeeK^22-Oct-01 1:40
^GeeK^22-Oct-01 1:40 
GeneralRe: Drawing Graphs Pin
Christian Graus22-Oct-01 11:06
protectorChristian Graus22-Oct-01 11:06 
GeneralMiniDump (as part of DBGHELP.DLL) Pin
EiSl22-Oct-01 1:20
EiSl22-Oct-01 1:20 
GeneralWhich files of the ATL DLL project I need to provide Pin
mimi22-Oct-01 0:07
mimi22-Oct-01 0:07 
GeneralRe: Which files of the ATL DLL project I need to provide Pin
Michael P Butler22-Oct-01 0:41
Michael P Butler22-Oct-01 0:41 
GeneralManny thanks, Michael ! Pin
mimi22-Oct-01 0:59
mimi22-Oct-01 0:59 
GeneralSimple STL Stream Problem Pin
Derek Lakin21-Oct-01 23:35
Derek Lakin21-Oct-01 23:35 
GeneralRe: Simple STL Stream Problem Pin
markkuk22-Oct-01 0:27
markkuk22-Oct-01 0:27 

You don't need to pass a string argument to the ostringstream constructor.

You can discard stuff from an istringstream just like from an ordinary istream, e.g.

input.ignore(numeric_limits<std_streamsize>::max(),'\t');

GeneralRe: Simple STL Stream Problem Pin
Derek Lakin22-Oct-01 0:43
Derek Lakin22-Oct-01 0:43 
GeneralMore Help Needed Pls :( Pin
Derek Lakin22-Oct-01 1:19
Derek Lakin22-Oct-01 1:19 
GeneralRe: More Help Needed Pls :( Pin
markkuk22-Oct-01 20:14
markkuk22-Oct-01 20:14 
GeneralRe: More Help Needed Pls :( Pin
Derek Lakin23-Oct-01 0:26
Derek Lakin23-Oct-01 0:26 
Generalregarding dlls Pin
21-Oct-01 21:26
suss21-Oct-01 21:26 
GeneralMy Computer Pin
21-Oct-01 21:08
suss21-Oct-01 21:08 
Generalprogrammatically creating menus in SDI Pin
marym21-Oct-01 18:13
marym21-Oct-01 18:13 
GeneralRe: programmatically creating menus in SDI Pin
Christian Graus21-Oct-01 20:15
protectorChristian Graus21-Oct-01 20:15 
GeneralRe: programmatically creating menus in SDI Pin
marym22-Oct-01 10:08
marym22-Oct-01 10:08 
GeneralRe: programmatically creating menus in SDI Pin
Christian Graus22-Oct-01 11:14
protectorChristian Graus22-Oct-01 11:14 
Generalillegal use of type as an expression Pin
Stephen Caldwell21-Oct-01 17:14
Stephen Caldwell21-Oct-01 17:14 
GeneralGetting Rect of a Menu Pin
denis.flotat21-Oct-01 12:41
denis.flotat21-Oct-01 12:41 
GeneralPainting a dialog background Pin
Michael P Butler21-Oct-01 12:36
Michael P Butler21-Oct-01 12:36 
GeneralRe: Painting a dialog background Pin
Michael Dunn21-Oct-01 17:07
sitebuilderMichael Dunn21-Oct-01 17:07 
GeneralRe: Painting a dialog background Pin
Christian Graus21-Oct-01 17:29
protectorChristian Graus21-Oct-01 17:29 
GeneralModeless Dialogbox inside an MDI Window Pin
2sky21-Oct-01 9:50
2sky21-Oct-01 9:50 
QuestionHow to convert my MFC View class into a DLL? Pin
21-Oct-01 8:09
suss21-Oct-01 8:09 

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.