[Message Deleted]
-
First problem - you posted more code than anyone is ever going to look at for you Second problem - you didn't tell us what it's supposed to do, or where it's not doing what you want
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
First problem - you posted more code than anyone is ever going to look at for you Second problem - you didn't tell us what it's supposed to do, or where it's not doing what you want
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
It is a mathematic evaluator in windows form wit 2 textbox and 1 button txtInput.text = evaluate(txtAnswer.text) I cant figure out where it the problem.. i mean in Calc_scan function
let us all agree there is no problem then.
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
let us all agree there is no problem then.
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
but it is not functioning.. when i insert 123+321+23 the answer given is 123 but not the sum of the equation
Then that should have been part of your original message. This thread already has six messages in it and lacking a good description of goals, current situation, and problems, the solution is not in sight yet. Please read the forum guidelines, and look at some other discussion threads. Also use PRE tags when showing code, so we get original indentation. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
How about telling us what your problem is and only post the code that is in the suspect area. No one is going to debug your entire code for you.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon