Hi Jörg, The cout symbol is in the std namespace. Try this: #include <iostream> int main() { std::cout << "C++ Test\n"; } HTH, --Eljay
Hi Jörg, The cout symbol is in the std namespace. Try this: #include <iostream> int main() { std::cout << "C++ Test\n"; } HTH, --Eljay