cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to
How to
Apr 8, 2009 at 1:31am UTC
uscuba2
(30)
It has been awhile since I used c++. I am not asking for the solution but more of a how to start after int main. What I need to do is emulate the C operators.
Apr 8, 2009 at 12:01pm UTC
Bazzy
(6281)
Do you want to create a program working like this: input="1+2*3;" output="7" ?
If so, you might find useful this example:
http://www.research.att.com/~bs/dc_command_line.c
Topic archived. No new replies allowed.