SFML community forums

Help => General => Topic started by: wize1 on October 06, 2018, 05:56:58 pm

Title: How to Get Tutorial Green Circle Into .exe Window instead of New Window
Post by: wize1 on October 06, 2018, 05:56:58 pm
Hello. I am new to SFML. Intermediate c++.

I just finished tutorial for SFML and just have a curiosity of how the code would look if I were to generate the green circle inside of the .exe window instead of the rendered window.


Title: Re: How to Get Tutorial Green Circle Into .exe Window instead of New Window
Post by: Laurent on October 06, 2018, 06:38:14 pm
It is the .exe window. The other window (if this is what you refer to) is a console for standard I/O, because your project is configured to open one.