Hello,
I have mingw-w64 compiler tools version 8.1.0, downloaded here:
https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting
Win32/Personal Builds/mingw-builds/installer/mingw-w64-install.exe/download
I would like to use the flags ENABLE_VIRTUAL_TERMINAL_PROCESSING and
ENABLE_VIR
Hi Peng,
I've also noticed that some options for gcc are not listed in the output of
--help. I generally look here for help:
https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
and then I just try the option I want and see if the compiler accepts it.
Some work, some don't. I have not found a
Hello,
What is the correct way to use ncurses in my programs compiled with
mingw-w64?
I use this version of the compiler on Windows 10: gcc
(x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
The compiler came with some ncurses stuff but I don't know if that's meant
to be used, because the