I have problems compiling the following piece of code under Microsoft Visual C++
6.0 with UNICODE defined. The compiler complains about a missing operator<<.
What can I do in order to get this programme compiled ?
#include <iostream>
#include
I have problems compiling the following piece of code under Microsoft Visual C++
6.0 with UNICODE defined. The compiler complains about a missing operator<<.
What can I do in order to get this programme compiled ?
#include <iostream>
#include