Ok i always have this problem
i make a .h file containting the declaration of a class
then i make a .cpp file contaning the acually code for the decalred class functions
then i include the .h files at the top the first .cpp i made, in this case a file implementing windows code, and not at the top of the .cpp file for the respective class. note: i have never gotten that to work eaither
shouldent the .cpp class files be able to see these .h class files, because they are not.
i thought that the .cpp class files would be below the .cpp window file and have all of those in sight
since i am useing modules that return a premade modular instance, i need the declarations of the classes to come before i make these and i need the declarations of the class functions after, so they can see them
i have never been able to get all of this to work, so i would usually just have every thing in the include file but by using modules i need to have them separate
i dont know mabe i am crazy and need to be shot, but befor that can some one plz help me, i truly am lost on the subject of includes and the like HELP PLEASE!!!
