Search
 
SCRIPT & CODE EXAMPLE
 

CPP

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");
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: convert from hex to decimal c++ 
Cpp :: stream in c++ 
Cpp :: how to change the type of something in c++ 
Cpp :: assignment operators 
Cpp :: std::string remove last 
Cpp :: c++ return statement 
Cpp :: pre increment vs post increment c++ 
Cpp :: hello world program in c ++ using standard namespace 
Cpp :: flags of open operation c++ 
Cpp :: how to find maximum value in c++ 
C :: colourful text in c 
C :: sleep in c programming 
C :: How to install npm in alpine linux 
C :: golang loop through array 
C :: div en langage c 
C :: sdl draw Rectf 
C :: c data types 
C :: windeployqt example 
C :: #![feature]` may not be used on the // stable release channel 
C :: scan numbers into array c 
C :: c number to string 
C :: Futter Square Button 
C :: string input c 
C :: function for calculate the average and standard deviation of table 
C :: set value of boolean in c 
C :: c programming how to force stop the programme 
C :: c read file content 
C :: mount cifs 
C :: enregistrement en c 
C :: array of strings in c 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =