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
trouble with int and OOP
trouble with int and OOP
Mar 21, 2011 at 9:59pm UTC
isenhart
(17)
I'm trying to get int to work in an oop class. . I uses Code::Block as an IDE.
Look at the third post for the actual code and question.
Last edited on
Mar 22, 2011 at 10:49pm UTC
Mar 21, 2011 at 10:05pm UTC
Bazzy
(6281)
line 9 of main.cpp is declaring a function.
You are messing up things, I suggest you to read the basic tutorials:
http://www.cplusplus.com/doc/tutorial/variables/
http://www.cplusplus.com/doc/tutorial/functions/
Topic archived. No new replies allowed.