If you want to know about me, read below a C++ code or do compile it in GCC or any C/C++
compiler :)
#include
#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 ( "Title My introduction" );
// instantiating an instance of class Introduction
Introduction myIntrodu
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.