-
Compiling warning..
I get this warning when compiling,...what does it mean?
utils.hh:102:8: warning: extra tokens at end of #endif directive
Also, if a constructor has paramters
apple(int ns, int nc, int nl, bool zm = false);
bool x = 0;
so i create an apple object using apple myapp(1,2,3,x)??
thx
-
I spent a few hours looking for a link for you
I finally found one.
http://www.google.ca/search?q=extra+...irective&hl=en
-
I thought I made this post about 10 minutes ago...I guess I'm drunk....time really flies when you're programming...
Thanks for spending hours to look up that link for me :)
But can someone also answer the second question I posted in this thread??