You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile it by GCC 8.2, but the binary file cannot be executed correctly
My Windows Version is NT 10.0, 64bit, the complier command is following: > g++ --std=c++11 -o debug.exe test.cpp
Looking forward to your reply! Thanks!
The text was updated successfully, but these errors were encountered:
I'm using MSVC. From my experience, you have to include <io.h> and change isatty to _isatty. Also, Windows can't execute test $STY so I simply set in_screen to true (in_tmux to false). This meets what I need (no tmux), and it works fine.
I tried to compile it by GCC 8.2, but the binary file cannot be executed correctly
My Windows Version is NT 10.0, 64bit, the complier command is following:
> g++ --std=c++11 -o debug.exe test.cpp
Looking forward to your reply! Thanks!
The text was updated successfully, but these errors were encountered: