Horje
c++ set console title Code Example
c++ set console title
#include <Windows.h>

int main()
{
	SetConsoleTitleA("title name");
}




Cpp

Related
taking a vector in c++ containing element Code Example taking a vector in c++ containing element Code Example
c++ compare strings ignore case Code Example c++ compare strings ignore case Code Example
window title in c Code Example window title in c Code Example
how to check if a value is inside an array in c++ Code Example how to check if a value is inside an array in c++ Code Example
mpi_bcast Code Example mpi_bcast Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11