+ 1
When I finished creating the code related to internet connection, it outputs an error ...
#include "MyClass.h" #include <iostream> using namespace std; MyClass::MyClass() { cout<<"Constructor"<<endl; } MyClass::~MyClass() { cout<<"Destructor"<<endl; } Please tell me what's wrong...
1 Answer
0
How is this piece of code related to internet connection?