while ( true ) {
std::cout
#include
#include
using namespace std;
// Introduction declaration
class Introduction
{
public:
// Default constructor
Introduction ();
// Function to use my whole introduction
void getIntroduction ();
};
// Starting of main function
int main ( int argc, char **argv )
{
// command line back ground color
// 'teal back ground with yellow text color"
system ( "color 3e" );
// command line application title
system ( "T
We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data.
You can read the details below. By accepting, you agree to the updated privacy policy.