Posts by Gibran Bortoletto Sproger • 16 points
2 posts
-
0
votes1
answer133
viewsA: Create "drawings" with windows API
Good evening, I created a recursive function called Redraw, which forces the screen update every 50 milliseconds, see if it solves your problem #include<windows.h> #include<iostream>…
-
0
votes1
answer127
viewsA: How to Solve C++ Visual Studio Compiler Problem?
In the Minggw installer, there in "basic setup", are you sure you marked the boxes "mingw32-base-bin and mingw32-gcc-g++-bin"? After installed, you should add the Minggw Bin folder to the system…