Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
nnesse
/
minwin-winapi
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
dd5d650b6e
Branch-ok
Tag-ek
master
minwin-winapi
/
test.c
test.c
104 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
#include "windows.h"
int start()
{
MessageBox(0, "message text", "caption text", MB_OK);
return 0;
}