#incude "process.h"
void main()
{
system("cals");
}
1. save it called calculator.cpp and compile execute it.
2. Open c:/tc/bin/ and click on calculator.exe.
void main()
{
system("cals");
}
1. save it called calculator.cpp and compile execute it.
2. Open c:/tc/bin/ and click on calculator.exe.