whats wrong with it?
This is a discussion on Hey, I'm trying to make a calculator within the C++ Programming forums, part of the General Programming Boards category; whats wrong with it?...
whats wrong with it?
I dunno - what doesn't it do right?
-Govtcheez
govtcheez03@hotmail.com
did you even attempt to compiler it?
Nope - I don't have a compiler here.
Why should I have to compile it to tell you what you did wrong?
-Govtcheez
govtcheez03@hotmail.com
I've found a very useful technique for finding bugs in programs, you may want to try it. It's all the rage right now.
It's called debugging. Believe it or not, we do not have the time to debug your program for you. If you have a bug that you just can't seem to fix then post the problem and the code that you believe is causing it and we'll be glad to help.
A huge part of programming is fixing your own mistakes, learning how to do so is the key to success.
-Prelude
My best code is written with the delete key.