C++ Class (not school :o)
Hi im back lol thank you all again for all the help. I know how to make and use a class but i was reading this book and got confused allitle. I think it said i can put a class in a header (h) file. Can i ? And i wanted to know if i have a cpp file with some code but not the main code can i still cal it like it was on the main file? or do i have to define it somehow or something
so overview:
1. Can i put a class in a .h
2. How do i use a seperate cpp file that has fuctions and classes in it.
Re: C++ Class (not school :o)
Quote:
Originally posted by JasonLpz
1. Can i put a class in a .h
Yes.
Quote:
Originally posted by JasonLpz
2. How do i use a seperate cpp file that has fuctions and classes in it.
Why not use a header file? That's what they're for.