Horje
batch to exe Code Example
batch to exe
# This is script of C++. and don't copy this line. copy only the lines 3-10.

#include <Windows.h>

int main() {
	//do stuff
	system("title Hello");
	system("echo HELLO YOU THE GUY WHO SEEING THIS WINDOW");
	system("Pause");
}




Cpp

Related
array c plus plus Code Example array c plus plus Code Example
dynamic memory allocation for string in c++ Code Example dynamic memory allocation for string in c++ Code Example
dynamically array of string in c++ Code Example dynamically array of string in c++ Code Example
how to declare a function in c++ header file Code Example how to declare a function in c++ header file Code Example
check lowercase letters c++ Code Example check lowercase letters c++ Code Example

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