When I finished creating the code related to internet connection, it outputs an error ... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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...

31st Dec 2020, 3:13 AM
Carbon dioxide
Carbon dioxide - avatar
1 Answer
0
How is this piece of code related to internet connection?
31st Dec 2020, 4:15 AM
Michal Doruch