Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralModifying an existing Visual C++ GUI Pin
humots2-May-05 13:48
humots2-May-05 13:48 
GeneralRe: Modifying an existing Visual C++ GUI Pin
Christian Graus2-May-05 13:58
protectorChristian Graus2-May-05 13:58 
GeneralHelp! How to build a VC++ program from the command line Pin
Wayne Jin2-May-05 13:31
Wayne Jin2-May-05 13:31 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Christian Graus2-May-05 13:56
protectorChristian Graus2-May-05 13:56 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Wayne Jin2-May-05 14:06
Wayne Jin2-May-05 14:06 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Christian Graus2-May-05 14:09
protectorChristian Graus2-May-05 14:09 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Wayne Jin2-May-05 14:28
Wayne Jin2-May-05 14:28 
GeneralHelp getting Unicode FILENAMES into an array Pin
stvprg2-May-05 13:09
stvprg2-May-05 13:09 
GeneralRe: Help getting Unicode FILENAMES into an array Pin
Ryan Binns2-May-05 18:31
Ryan Binns2-May-05 18:31 
GeneralRe: Help getting Unicode FILENAMES into an array Pin
stvprg2-May-05 19:24
stvprg2-May-05 19:24 
GeneralRe: Help getting Unicode FILENAMES into an array Pin
Ryan Binns3-May-05 0:14
Ryan Binns3-May-05 0:14 
GeneralHelp to get WIN32_FIND_DATAW FindFileData from FindFirstFilesW into a file Pin
stvprg4-May-05 7:32
stvprg4-May-05 7:32 
GeneralRe: Help to get WIN32_FIND_DATAW FindFileData from FindFirstFilesW into a file Pin
Ryan Binns4-May-05 23:39
Ryan Binns4-May-05 23:39 
GeneralAvailable DLL / C++-SourceCode for 3D-presentation of rectangular solids of different sizes Pin
Roland F.2-May-05 12:26
Roland F.2-May-05 12:26 
GeneralRe: Available DLL / C++-SourceCode for 3D-presentation of rectangular solids of different sizes Pin
Christian Graus2-May-05 13:20
protectorChristian Graus2-May-05 13:20 
Generali still need just a little help Pin
Anonymous2-May-05 11:58
Anonymous2-May-05 11:58 
GeneralRe: i still need just a little help Pin
Christian Graus2-May-05 13:23
protectorChristian Graus2-May-05 13:23 
GeneralRe: i still need just a little help Pin
Anonymous2-May-05 14:25
Anonymous2-May-05 14:25 
GeneralRe: i still need just a little help Pin
Christian Graus2-May-05 14:32
protectorChristian Graus2-May-05 14:32 
d - '0' is a hack. Use atoi(d) instead.

What's going wrong ? Have you tried stepping through the code ? Why are you setting skipws instead of checking what the value of the flag is before you start ( so that you never change the state of the stream ) ? Why are there no brackets in the above code ? I'd expect you to just use a while loop for the entire code, not have the if at the start, and I'd expect all of the above code to be within the while loop, so if the first character is not a digit, none of it would run.

Christian Graus - Microsoft MVP - C++
GeneralRe: i still need just a little help Pin
Anonymous2-May-05 15:06
Anonymous2-May-05 15:06 
GeneralRe: i still need just a little help Pin
Christian Graus2-May-05 15:31
protectorChristian Graus2-May-05 15:31 
QuestionUrgent ! How to instanciate an OCX control in an Office app? Pin
turenne2-May-05 11:50
turenne2-May-05 11:50 
GeneralMenu+Bitmaps recommendation Pin
peterchen2-May-05 11:43
peterchen2-May-05 11:43 
GeneralWMI Pin
Alex_Y2-May-05 8:40
Alex_Y2-May-05 8:40 
QuestionByte Chunker? Pin
OutlawTornNMT2-May-05 7:46
OutlawTornNMT2-May-05 7:46 

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.