Click here to Skip to main content
15,895,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: check if a file exists Pin
Blake Miller2-Nov-04 8:00
Blake Miller2-Nov-04 8:00 
GeneralDll dialog problem Pin
BeerFizz1-Nov-04 7:48
BeerFizz1-Nov-04 7:48 
GeneralRe: Dll dialog problem Pin
Joaquín M López Muñoz1-Nov-04 8:47
Joaquín M López Muñoz1-Nov-04 8:47 
GeneralRe: Dll dialog problem Pin
BeerFizz1-Nov-04 10:09
BeerFizz1-Nov-04 10:09 
GeneralRe: Dll dialog problem Pin
Joaquín M López Muñoz1-Nov-04 10:54
Joaquín M López Muñoz1-Nov-04 10:54 
GeneralArranging Toolbars side by side Pin
Ingo791-Nov-04 7:34
Ingo791-Nov-04 7:34 
GeneralHIde logical disk Pin
faroqtam1-Nov-04 6:20
faroqtam1-Nov-04 6:20 
GeneralRe: HIde logical disk Pin
David Crow1-Nov-04 6:33
David Crow1-Nov-04 6:33 
GeneralRe: HIde logical disk Pin
John M. Drescher1-Nov-04 7:27
John M. Drescher1-Nov-04 7:27 
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 
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 
Here is my source code. http://stuwww.hsu.edu/j/jd147649/web/calc.cxx I have it reading in from the keyboard until you break it but I am using a compiler on our Unix server so there may be some differences. I have looked at the examples on this site and none of them have been similar to what I am trying to do. But my biggest problem is figuring out how to read in the data to where I can convert it to what I need so that after I convert to Postfix I can evaluate the problem correctly. Yes I know there is an error in it but I have not been able to sit down and look at it too much so I am expecting some skepticism as to what I am doing. Please help if at all possible and any ideas or examples would be greatly appreciated. Thanks

James

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 

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.