What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Advanced VB coders

Advanced VB coders
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Advanced VB coders
quote:
Originally posted by PiP
Using a stack (or two) and convertng the equation from infix to postfix (or prefix) notation, might make it a hell of alot easyer to evaluate :)
true, but that wouldn't give the wanted result in steps (or you need to reverse everytime from postfix to infix....

DJeX, the easy way of doing it is to write a normal calculation program (by using infix only!) and instead of just outputting the result as you normaly would, also output the results in between, because they will be exactly what you want...

Also, if you are not familiar with recursive routines, you may want to learn/check that out first! Because you will need them....

Tip: and the very first check you need to make to avoid inproper input is to check if you have equaly the amount of "(" as the amount of ")"...
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-23-2004 08:56 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Advanced VB coders - by DJeX on 09-23-2004 at 02:19 AM
RE: Advanced VB coders - by aptiva on 09-23-2004 at 02:37 AM
RE: Advanced VB coders - by PiP on 09-23-2004 at 07:08 AM
RE: Advanced VB coders - by CookieRevised on 09-23-2004 at 08:56 AM
RE: Advanced VB coders - by DJeX on 09-23-2004 at 08:29 PM
RE: Advanced VB coders - by CookieRevised on 09-24-2004 at 06:40 AM
RE: Advanced VB coders - by DJeX on 09-24-2004 at 08:43 PM
RE: Advanced VB coders - by dotNorma on 09-24-2004 at 10:54 PM
RE: Advanced VB coders - by DJeX on 09-25-2004 at 12:22 AM
RE: Advanced VB coders - by CookieRevised on 09-25-2004 at 03:10 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On