Hello,
I was wondering if it's possible to do something like this in c++, ie. prototype a class:
Obviously the above dosn't work but I hope you understand what I'd like to accomplish here.Code:class ClassName; int main() { ClassName test; return 0; } class ClassName { };
I know you can prototype functions and such but I've been unsuccessfull in doing the same with class definitions.



LinkBack URL
About LinkBacks



