Hi, I have been doing c++ for about a month and a half and have done 26 tutorials on Youtube and I feel rather proud of learning something I have wanted to do since I was 13 (I'm 20 now) and that is to program. Back to the point. I know a console title can be done with system("title windowname"); but I want to have one that is portable and the stupid firewall (Comodo) asking me to give it permissions. cin.get(); has stopped the firewall were had it wouldn't if I put system("PAUSE");
What I am saying is: is there an alternative to system("title windowname") I'm pretty sure its not portable and I am trying to make my code as portable as possible, to set me in good habits.
Thnx in advance!!