Help with Qt QStringListHello. This is my class: file .h [code] #ifndef UNDOREDO_H #define UNDOREDO_H #include <QUn...
Array declaration and initializationWhen I try to set an array in this way [code] int num[4]; ... if (foobar == 1) num = { 0, 1, 2...
Reproducing lua table in C/C++I heard that a more dynamic solution is to use polymorphism, you can store pointers to a base class ...
Reproducing lua table in C/C++As we know, the lua language derived from C. So the question I would ask is: can I create a structur...
Win32 API how to hide console windowI'm practicing with the Win32 API and I have a questions. This is the first program that I have cr...
This user does not accept Private Messages