Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: console disable c++  (Read 900 times)

0 Members and 1 Guest are viewing this topic.

floppa_dev

  • Newbie
  • *
  • Posts: 11
    • View Profile
console disable c++
« on: March 31, 2023, 01:43:33 pm »
how can i hide console c++ from showing, like when i send my project to my friend his console to be hidden

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: console disable c++
« Reply #1 on: March 31, 2023, 02:07:07 pm »
It depends on your IDE / tool chain. For example in Visual Studio go to your project settings, Linker>System>SubSystem and set the value to Windows.

Grundkurs

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: console disable c++
« Reply #2 on: April 30, 2023, 08:00:31 pm »
this blogpost might help you, which covers the topic:
"Getting rid of the console window using SFML and CMake on Windows-OS"

http://zaunfish.blogspot.com/2017/