Click here to Skip to main content
15,917,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: accessing the elements of a struct from another class Pin
johnstonsk10-Jul-03 10:20
johnstonsk10-Jul-03 10:20 
General(cin>>x).get( ); Pin
DaveE9th10-Jul-03 7:44
DaveE9th10-Jul-03 7:44 
GeneralRe: (cin>>x).get( ); Pin
Nick Parker10-Jul-03 8:25
protectorNick Parker10-Jul-03 8:25 
GeneralRe: (cin>>x).get( ); Pin
John M. Drescher10-Jul-03 10:38
John M. Drescher10-Jul-03 10:38 
GeneralRe: (cin>>x).get( ); Pin
Michael Dunn10-Jul-03 13:30
sitebuilderMichael Dunn10-Jul-03 13:30 
GeneralRe: (cin>>x).get( ); Pin
Nick Parker10-Jul-03 18:10
protectorNick Parker10-Jul-03 18:10 
GeneralRe: (cin>>x).get( ); Pin
DaveE9th10-Jul-03 21:57
DaveE9th10-Jul-03 21:57 
GeneralRe: (cin>>x).get( ); Pin
Ryan Binns10-Jul-03 22:46
Ryan Binns10-Jul-03 22:46 
The get() function with no parameters reads and returns the next character from the stream. If this character is not required (eg. you simply need to skip to the next character) then there is no use for the return value.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: (cin>>x).get( ); Pin
DaveE9th11-Jul-03 7:27
DaveE9th11-Jul-03 7:27 
GeneralRe: (cin>>x).get( ); Pin
Ryan Binns11-Jul-03 15:59
Ryan Binns11-Jul-03 15:59 
GeneralRe: (cin>>x).get( ); Pin
DaveE9th12-Jul-03 2:29
DaveE9th12-Jul-03 2:29 
Generalbtrees in STL Pin
Anonymous10-Jul-03 7:43
Anonymous10-Jul-03 7:43 
GeneralRe: btrees in STL Pin
valikac10-Jul-03 7:48
valikac10-Jul-03 7:48 
GeneralRe: btrees in STL Pin
David Crow10-Jul-03 8:58
David Crow10-Jul-03 8:58 
GeneralRe: btrees in STL Pin
Anonymous10-Jul-03 12:24
Anonymous10-Jul-03 12:24 
GeneralRe: btrees in STL Pin
David Crow11-Jul-03 3:08
David Crow11-Jul-03 3:08 
GeneralRe: btrees in STL Pin
Nemanja Trifunovic10-Jul-03 9:09
Nemanja Trifunovic10-Jul-03 9:09 
Generalinput/change/delete array elements Pin
DaveE9th10-Jul-03 7:37
DaveE9th10-Jul-03 7:37 
GeneralRe: input/change/delete array elements Pin
valikac10-Jul-03 7:49
valikac10-Jul-03 7:49 
GeneralRe: input/change/delete array elements Pin
David Crow10-Jul-03 9:06
David Crow10-Jul-03 9:06 
GeneralRe: input/change/delete array elements Pin
DaveE9th10-Jul-03 22:05
DaveE9th10-Jul-03 22:05 
QuestionHow do you save work or settings with a dialog in a diffrent file and opening it? Pin
Snyp10-Jul-03 7:23
Snyp10-Jul-03 7:23 
AnswerRe: How do you save work or settings with a dialog in a diffrent file and opening it? Pin
valikac10-Jul-03 7:50
valikac10-Jul-03 7:50 
GeneralRe: How do you save work or settings with a dialog in a diffrent file and opening it? Pin
Snyp10-Jul-03 16:58
Snyp10-Jul-03 16:58 
AnswerRe: How do you save work or settings with a dialog in a diffrent file and opening it? Pin
Terry O'Nolley10-Jul-03 8:58
Terry O'Nolley10-Jul-03 8:58 

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.