Posts by Arthur Rocha • 11 points
1 post
-
1
votes1
answer305
viewsQ: Insert a program into a windows window. h in C
I have this code in C using the windows. h library for creating a simple window. How to implement a program so that it appears inside this window. #include <windows.h> const char…