Click here to Skip to main content
15,923,376 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Effect of one Dialog event to other Dialogs Pin
ThatsAlok20-Mar-07 19:35
ThatsAlok20-Mar-07 19:35 
GeneralRe: Effect of one Dialog event to other Dialogs Pin
amitmistry_petlad 20-Mar-07 20:56
amitmistry_petlad 20-Mar-07 20:56 
QuestionPPP vs. Ethernet network adapters Pin
Taka Muraoka20-Mar-07 16:39
Taka Muraoka20-Mar-07 16:39 
AnswerRe: PPP vs. Ethernet network adapters Pin
cp987620-Mar-07 17:15
cp987620-Mar-07 17:15 
GeneralRe: PPP vs. Ethernet network adapters Pin
Taka Muraoka20-Mar-07 17:46
Taka Muraoka20-Mar-07 17:46 
GeneralRe: PPP vs. Ethernet network adapters Pin
cp987620-Mar-07 18:46
cp987620-Mar-07 18:46 
QuestionNeed help with manipulating negative fractions Pin
dragon53220-Mar-07 16:24
dragon53220-Mar-07 16:24 
AnswerRe: Need help with manipulating negative fractions Pin
cp987620-Mar-07 17:27
cp987620-Mar-07 17:27 
As you 'are almost done' it is hard to give advice that will fit your solution. What is the problem you have with adding negative items to your current implementation?

As a general guide, I learnt a lot from Stroustrup's book "The C++ Computing Language" where he detailed a simple calculator program. You could probably adapt his recursive descent parser to your application.

On the other hand, if you only have to handle a few simple cases and are case bashing it, it is 'simply' a matter of adding all the extra cases where '-' signs can occur.

Peter

"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

AnswerRe: Need help with manipulating negative fractions Pin
dragon53222-Mar-07 10:18
dragon53222-Mar-07 10:18 
QuestionMessage Removed Pin
20-Mar-07 16:08
Armond Sarkisian20-Mar-07 16:08 
AnswerRe: Beginner MFC Question Pin
David Crow20-Mar-07 16:27
David Crow20-Mar-07 16:27 
AnswerRe: Beginner MFC Question Pin
ThatsAlok20-Mar-07 21:04
ThatsAlok20-Mar-07 21:04 
QuestionCustom Window Messages Pin
x87Bliss20-Mar-07 15:59
x87Bliss20-Mar-07 15:59 
AnswerRe: Custom Window Messages Pin
Mark Salsbery20-Mar-07 16:23
Mark Salsbery20-Mar-07 16:23 
GeneralRe: Custom Window Messages Pin
ppp00120-Mar-07 16:37
ppp00120-Mar-07 16:37 
GeneralRe: Custom Window Messages Pin
Mark Salsbery20-Mar-07 16:40
Mark Salsbery20-Mar-07 16:40 
AnswerRe: Custom Window Messages Pin
Roger Stoltz20-Mar-07 21:57
Roger Stoltz20-Mar-07 21:57 
QuestionMessage Removed Pin
20-Mar-07 13:46
Armond Sarkisian20-Mar-07 13:46 
AnswerRe: CString Conversion Pin
Michael Dunn20-Mar-07 15:47
sitebuilderMichael Dunn20-Mar-07 15:47 
QuestionApplication Crash Pin
AAKAra20-Mar-07 9:00
AAKAra20-Mar-07 9:00 
AnswerRe: Application Crash Pin
PJ Arends20-Mar-07 11:14
professionalPJ Arends20-Mar-07 11:14 
AnswerRe: Application Crash Pin
prasad_som20-Mar-07 18:18
prasad_som20-Mar-07 18:18 
GeneralRe: Application Crash Pin
AAKAra21-Mar-07 5:46
AAKAra21-Mar-07 5:46 
AnswerRe: Application Crash Pin
prasad_som21-Mar-07 7:43
prasad_som21-Mar-07 7:43 
QuestionC++ dll that can be accessed by Cold Fusion Pin
LCI20-Mar-07 8:50
LCI20-Mar-07 8:50 

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.