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
Assigning operations
Assigning operations
Aug 6, 2017 at 3:58pm UTC
shalzy
(1)
HI guys,
i am stuck on one part of my code. I need so assign "-, +" operations to a character. I can't figure it out.
Aug 6, 2017 at 4:32pm UTC
JLBorges
(13770)
1
2
3
4
5
6
char
operation ;
// ...
operation =
'-'
;
// ...
operation =
'+'
;
// etc.
Topic archived. No new replies allowed.