Published onJuly 2, 2019C++ CV(const and volatile) type qualifiersCPPbeing declared or of the type being named.
Published onJuly 2, 2019C++ Reference DeclarationCPPDeclares a named vairable as a reference, that is, an alias to an already-existing object or function.
Published onJuly 2, 2019C++ Storage Class SpecifiersCPPThe storage class specifiers are a part of the decl-specifier-seq of a name's declaration syntax.
Published onJune 5, 2019OpenGL LightingOpenGLColors are digitally represented using a red, green and blue component commonly abbreviated as RGB.