How to set c console window title
windows.h
defines SetConsoleTitle()
.
You could use that everywhere, and declare your own function for linux platforms that does the same thing.
windows.h
defines SetConsoleTitle()
.
You could use that everywhere, and declare your own function for linux platforms that does the same thing.