modeco80
cc59c0c6db
It's less painful than mingw. I'll next get the DLL going like this, though it'll be pretty easy.
6 lines
88 B
C++
6 lines
88 B
C++
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, C++20 on Windows XP~\n");
|
|
return 0;
|
|
}
|