Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

darkknightkryta

For some reason, when I moved the constructor/destructor to the .h file, it started working.  But the other methods still do not.  
I was having issues with this too with regular C.  I had to end up just doing all definitions in the H file.  I can't remember how to not do it that way.

Almost done making solutions to my student's assignments.