Does anyone know how to link an implementation file (ie: Myclass.C) with a client code (ie: usingClasses.C) so they can use my own Myclass.h header file?
This is weird, I tried doing it in a G++ compiler on a solaris unix terminal at school and it worked. However, the same exact code didn't work in Dev-cpp. I know there are other options like console application or empty project and I don't know how to use those.
Please let me know the correct way to link an implementation and a client code so they can use my own defined class.
Thank you very much.
Santiago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know how to link an implementation file (ie: Myclass.C) with a client code (ie: usingClasses.C) so they can use my own Myclass.h header file?
This is weird, I tried doing it in a G++ compiler on a solaris unix terminal at school and it worked. However, the same exact code didn't work in Dev-cpp. I know there are other options like console application or empty project and I don't know how to use those.
Please let me know the correct way to link an implementation and a client code so they can use my own defined class.
Thank you very much.
Santiago