I am working on a trasition from JAVA to C++
I was wondering if it would be possible to call classes which are in other files.... for example:
FILE 01
FILE 02Code:class no1 int multiply(int num) { return (num * num); }
Maybe JAVA is just too simplified and weak... *sigh*Code:class no2 void main() { no1.multiply(numbah); <-- or something like that }
Any help or tips would be reeeeeally appreciated, thanx!
(all of this happens inside the same project, mind you)



LinkBack URL
About LinkBacks



, I have no idea of what you just wrote....