16 Topics
Question

Windows 8.1 SDK doesn't find math.h

Question

msvcrt.getch() detects space every time

Question

How to find the type_info symbol without using /export (for unit tests)

Question

Mingw-w64 C versions support?

Question

Replacing MSVC CRT function with private implementation

Question

What is the symbol `myLibrary!__scrt_stub_for_is_c_termination_complete+0x12345`

Question

Having trouble identifying keypress using msvcrt

Question

Do I still need to install Microsoft VC++ 2015 runtime redistributable if I already have Microsoft VC++ 2017 runtime installed?

Question

Get path to current Windows SDK and C++ RT from within CMake at configure time

Question

Using "string" header file gives error in c++ on Windows 10

Question

msvcrt function does not seem to work as intended in game

Question

How do I disable ASLR for heap addresses for a program compiled and linked with mingw-w64 GCC?

Question

Getting keyboard input doesn't work for arrow keys

Question

How to build python 3.10 statically on windows?

Question

How to open a Win32 FILE* from Python