Click here to Skip to main content
15,887,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HIde logical disk Pin
David Crow1-Nov-04 8:14
David Crow1-Nov-04 8:14 
GeneralRe: HIde logical disk Pin
Ryan Binns1-Nov-04 17:59
Ryan Binns1-Nov-04 17:59 
GeneralRe: HIde logical disk Pin
ThatsAlok3-Nov-04 18:31
ThatsAlok3-Nov-04 18:31 
GeneralChanging a dialog from Popup to Child at runtime Pin
Ali Niaz1-Nov-04 6:14
Ali Niaz1-Nov-04 6:14 
GeneralRe: Changing a dialog from Popup to Child at runtime Pin
faroqtam1-Nov-04 6:26
faroqtam1-Nov-04 6:26 
GeneralOpening an MFC Application in Splitter Pane Pin
Ali Niaz1-Nov-04 6:04
Ali Niaz1-Nov-04 6:04 
GeneralRe: Opening an MFC Application in Splitter Pane Pin
David Crow1-Nov-04 6:34
David Crow1-Nov-04 6:34 
GeneralCalculator Using Stacks Pin
civicnar1-Nov-04 5:54
civicnar1-Nov-04 5:54 
I was wondering if anyone has created a calculator using the stacks and any help would be useful. I guess my biggest problem with it is that I am trying to figure out how to read the data in and get it to how I need it. My teacher will give us an input file to manipulate and her expressions will have a space in between each char. SO what I was doing is using a getline to stop at a space and read all of these in as a char string. Then once I have these I will perform the isdigit to determine whether it is a digit or operand so then I can start converting to Postfix and later evaluating. I am sorry if this is kind of misleadig but I am just mainly having trouble with what I should read it in as and how I should convert it to something that is useful. Please help if at all possible. Thanks Alot

James

I bow down to the C++ gods for I am only a novice in training.
GeneralRe: Calculator Using Stacks Pin
David Crow1-Nov-04 6:38
David Crow1-Nov-04 6:38 
GeneralRe: Calculator Using Stacks Pin
civicnar1-Nov-04 6:53
civicnar1-Nov-04 6:53 
GeneralRe: Calculator Using Stacks Pin
John M. Drescher1-Nov-04 7:37
John M. Drescher1-Nov-04 7:37 
GeneralRe: Calculator Using Stacks Pin
John M. Drescher1-Nov-04 7:41
John M. Drescher1-Nov-04 7:41 
GeneralRe: Calculator Using Stacks Pin
civicnar1-Nov-04 7:57
civicnar1-Nov-04 7:57 
GeneralRe: Calculator Using Stacks Pin
David Crow1-Nov-04 8:31
David Crow1-Nov-04 8:31 
GeneralRe: Calculator Using Stacks Pin
Joaquín M López Muñoz1-Nov-04 8:38
Joaquín M López Muñoz1-Nov-04 8:38 
GeneralRe: Calculator Using Stacks Pin
civicnar1-Nov-04 8:49
civicnar1-Nov-04 8:49 
GeneralRe: Calculator Using Stacks Pin
civicnar1-Nov-04 8:52
civicnar1-Nov-04 8:52 
GeneralRe: Calculator Using Stacks Pin
Joaquín M López Muñoz1-Nov-04 8:57
Joaquín M López Muñoz1-Nov-04 8:57 
GeneralRe: Calculator Using Stacks Pin
civicnar1-Nov-04 9:03
civicnar1-Nov-04 9:03 
GeneralRe: Calculator Using Stacks Pin
Joaquín M López Muñoz1-Nov-04 9:26
Joaquín M López Muñoz1-Nov-04 9:26 
GeneralRe: Calculator Using Stacks Pin
civicnar1-Nov-04 9:32
civicnar1-Nov-04 9:32 
QuestionHow to Start MFC App with arguments Pin
nonothing1-Nov-04 5:38
nonothing1-Nov-04 5:38 
AnswerRe: How to Start MFC App with arguments Pin
GKarRacer1-Nov-04 5:58
GKarRacer1-Nov-04 5:58 
GeneralRe: How to Start MFC App with arguments Pin
David Crow1-Nov-04 6:41
David Crow1-Nov-04 6:41 
AnswerRe: How to Start MFC App with arguments Pin
Michael Dunn1-Nov-04 8:08
sitebuilderMichael Dunn1-Nov-04 8:08 

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.