Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Question. Pin
Steve Messer15-Nov-03 5:40
Steve Messer15-Nov-03 5:40 
GeneralRe: C++ Question. Pin
Jeryth15-Nov-03 7:12
Jeryth15-Nov-03 7:12 
GeneralRe: C++ Question. Pin
WREY15-Nov-03 8:37
WREY15-Nov-03 8:37 
GeneralRe: C++ Question. Pin
Michael Gunlock15-Nov-03 13:44
Michael Gunlock15-Nov-03 13:44 
GeneralRe: C++ Question. Pin
WREY15-Nov-03 14:16
WREY15-Nov-03 14:16 
GeneralRe: C++ Question. Pin
WREY15-Nov-03 21:00
WREY15-Nov-03 21:00 
GeneralRe: C++ Question. Pin
Stye18-Nov-03 17:40
Stye18-Nov-03 17:40 
GeneralRe: C++ Question. Pin
WREY18-Nov-03 18:28
WREY18-Nov-03 18:28 
Thanks for replying.

Your suggestion has merit to it (perhaps) for a number of other situations, but for what I'm doing, unless I can engender a character (other than any printable character), using a special terminating character (as this form of 'getline()' requires) would not work for me.

For example, if I were to use "t" as my terminating character, there could very well be instances where I might need "t" as a single character to be by itself, which means when the 'getline()' function sees a single "t" standing by itself, it would interpret that single "t" as the terminating character and transfer the collected data from the input queue to the buffer, when in truth and fact, in that particular instance I did not mean for "t" to be a terminating character (it may have been meant to be data). This is especially true when dealing with scientific equations and formulas.

Sigh | :sigh:

William

Fortes in fide et opere!
GeneralRe: C++ Question. Pin
Stye19-Nov-03 19:46
Stye19-Nov-03 19:46 
GeneralRe: C++ Question. Pin
WREY19-Nov-03 20:41
WREY19-Nov-03 20:41 
GeneralRe: C++ Question. Pin
Stye20-Nov-03 5:52
Stye20-Nov-03 5:52 
GeneralRe: C++ Question. Pin
Stye20-Nov-03 18:19
Stye20-Nov-03 18:19 
QuestionI just bought a PocketPC today. I wonder if I can use VC++ to write programs for it? Pin
Link260014-Nov-03 19:23
Link260014-Nov-03 19:23 
AnswerRe: I just bought a PocketPC today. I wonder if I can use VC++ to write programs for it? Pin
Prakash Nadar14-Nov-03 21:14
Prakash Nadar14-Nov-03 21:14 
GeneralRe: I just bought a PocketPC today. I wonder if I can use VC++ to write programs for it? Pin
Link260014-Nov-03 22:31
Link260014-Nov-03 22:31 
GeneralRe: I just bought a PocketPC today. I wonder if I can use VC++ to write programs for it? Pin
Prakash Nadar15-Nov-03 1:06
Prakash Nadar15-Nov-03 1:06 
GeneralRe: I just bought a PocketPC today. I wonder if I can use VC++ to write programs for it? Pin
Kevin McFarlane15-Nov-03 10:06
Kevin McFarlane15-Nov-03 10:06 
GeneralAbout Message Map in MFC(WM_HSCROLL) Pin
Robe14-Nov-03 18:52
Robe14-Nov-03 18:52 
Questionhow can I manipulate IE in vc++6.0 Pin
linlin200014-Nov-03 16:17
linlin200014-Nov-03 16:17 
AnswerRe: how can I manipulate IE in vc++6.0 Pin
Peter Molnar15-Nov-03 16:12
Peter Molnar15-Nov-03 16:12 
GeneralSHGetFileInfo Pin
alex.barylski14-Nov-03 15:47
alex.barylski14-Nov-03 15:47 
GeneralChecking to See if All Memory Allocated is Free Pin
Anonymous14-Nov-03 14:09
Anonymous14-Nov-03 14:09 
GeneralRe: Checking to See if All Memory Allocated is Free Pin
Ryan Roberts14-Nov-03 16:07
Ryan Roberts14-Nov-03 16:07 
GeneralRe: Checking to See if All Memory Allocated is Free Pin
Gopalakrishna Palem15-Nov-03 2:53
Gopalakrishna Palem15-Nov-03 2:53 
GeneralHorizontal ListBox with OWNERDRAW as yes. Pin
DanYELL14-Nov-03 13:49
DanYELL14-Nov-03 13:49 

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.