c++ Programming Glossary: vec2_t
help on typedefs - basic c/c++ http://stackoverflow.com/questions/1749531/help-on-typedefs-basic-c-c a statement that somehow disturbed me. typedef GLfloat vec2_t 2 typedef GLfloat vec3_t 3 From my perspective a statement such.. mean unsigned long Now can the statement below mean that vec2_t 2 is equivalent to GLfloat typedef GLfloat vec2_t 2 Most likely.. that vec2_t 2 is equivalent to GLfloat typedef GLfloat vec2_t 2 Most likely Probably its not the intended meaning. I would..
|