Visual Studio do not compile dynamic array initialization. Instead, I
used a pointer initialized with new and free it with delete[]. I'm a C++
newbie but according to http://h30097.www3.hp.com/cplus/ugu_port.html
these keywords seem to be part of International C++ Standard.
Visual Studio do not compile dynamic array initialization. Instead, I used a pointer initialized with new and free it with delete[]. I'm a C++ newbie but according to http://h30097.www3.hp.com/cplus/ugu_port.html these keywords seem to be part of International C++ Standard.