After two months of using my updated system, I do not regret the purchase as much.
]]>If account security risk is unacceptable, I recommend implementing dynamic DNS with Hurricane Electric.
]]>
Struct support data visiblity and (hiding) (encapsulation) just like class! Also the same for methods!
It was clearly stated by many comments! the difference is in the the visibility defaulting only one default to private the other to public!
Run the code bellow! Tested with gcc!
================
#include <iostream>
using namespace std;
int main(int argv, char * argc[]) {
struct {
private:
bool _iamSuperPrivate = true;
void _sayHallo() {
cout << "Hallo mein Bruder!" << endl;
}
public:
string helloAddress = "";
void sayHellow() {
cout << "Hellow!" << helloAddress != "") {
cout << helloAddress << _sayHallo();
}
bool isSuperPrivateWorking() {
return this->_iamSuperPrivate;
}
} testStruct;
testStruct.helloAddress = "my Friend!";
testStruct.sayHellow();
if (testStruct.isSuperPrivateWorking()) {
cout << "Super private is working all well!" << endl;
} else {
cout << "Super private not working LOL !!!" << endl;
}
return 0;
}
===============================
]]>
Traded Microsoft Windows 10 Professional and an additional $81.86 for a better display and Ubuntu Linux 18.04.
The laptop being replaced has the following specifications:
Benchmarks at the following sites give an idea of this upgrade’s magnitude:
]]>