Search
 
SCRIPT & CODE EXAMPLE
 

CPP

controlling in windows

#include <iostream>
using namespace std;
int main()
{
 //example on windows: try to open cmd and write pause command or echo hello (what you write between system("......"); is send to cmd)
 //this isn't for windows only but in linux ,ubunto,... .
 system("pause"); 
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: constant pointer c++ 
Cpp :: g++ -wall option meaning 
Cpp :: inreament operator 
Cpp :: write a code that adds two number 
Cpp :: C++ Area of Scalene Triangle 
Cpp :: dev c++ tahe last word error 
Cpp :: shuffle elements c++ 
Cpp :: how to load from files C++ 
Cpp :: time measurement c++ 
Cpp :: xmake run with arg 
Cpp :: web scraping with cpp 
Cpp :: c++ overwrite file 
Cpp :: string to char array c++ 
Cpp :: cpp random in range 
Cpp :: C++ Converting Kelvin to Fahrenheit 
Cpp :: delete specific vector element c++ 
Cpp :: quick sort c++ 
Cpp :: how to display a variable in c++ 
Cpp :: using find in vector c++ 
Cpp :: how to write a hello world program in c++ 
Cpp :: removing a character from a string in c++ 
Cpp :: how to get input in cpp 
Cpp :: c++ product of vector 
Cpp :: run c++ file putty 
Cpp :: round double to n decimal places c++ 
Cpp :: change to lowercase in notepad++ 
Cpp :: c++ how to make a negative float positive 
Cpp :: for in c++ 
Cpp :: c++ terminal color 
Cpp :: all data types in c++ 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =