Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wie kann ich folgenden C++11-Code in C++03 übersetzen?
class T {int i, j;} const T t = {1,2}; const vector<int> v = {1,2};
Schau dir mal Boost.Assign an.
Das Problem ist das "const".
Nein, das ist kein Problem.
vector -> array