extern "C" GLuint texturas[4];
this declaration is right? since exists another classe with a variable called texturas right?
This is a discussion on external variables within the C++ Programming forums, part of the General Programming Boards category; extern "C" GLuint texturas[4]; this declaration is right? since exists another classe with a variable called texturas right?...
extern "C" GLuint texturas[4];
this declaration is right? since exists another classe with a variable called texturas right?
Yes. The actual variable must be defined elsewhere.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^