T
Tom1PL
Guest
Good evening,
I have a problem with VS2019. I am trying to compile a Linux project using Visual Studio 2019 and WSL.
The project consists of main.cpp file, few header and source files.
When I create a class with std::cout<<"text" included from the main file, Console Window Output stays empty. Same happens when I try to invoke std::cout<<"anything" or printf("anything") from the int main();
Continue reading...
I have a problem with VS2019. I am trying to compile a Linux project using Visual Studio 2019 and WSL.
The project consists of main.cpp file, few header and source files.
When I create a class with std::cout<<"text" included from the main file, Console Window Output stays empty. Same happens when I try to invoke std::cout<<"anything" or printf("anything") from the int main();
Continue reading...