#include <string>
#include <vector>
class PersonalInfo {
public:
std::string nickname;
private:
std::string fullName;
int age;
};
class ContactInfo{
public:
std::string telegramUsername;
std::string tikTokUsername;
private:
std::string phoneNumber;
std::string email;
}
class AdditionalInfo{
public:
std::vector<std::string> favoriteDistros;
std::vector<std::string> favoritePL;
std::string favoriteIDE;
}
void GoldenVadim(){
PersonalInfo personalInfo;
personalInfo.nickname="GoldenVadim";
ContactInfo contactInfo;
contactInfo.telegramUsername="@GoldenVadimOfficial"
contactInfo.tikTokUsername="@goldenvadim"
AdditionalInfo additionalInfo;
additionalInfo.favoriteDistros = {"Gentoo", "Debian"};
additionalInfo.favoritePL = {"C++", "Python"};
additionalInfo.favoriteIDE = "Qt Creator";
}
int main()
{
GoldenVadim();
}
🏠
Working from home
- Ukraine, Lviv
-
20:11
(UTC +03:00) - GoldenVadim.github.io
- @GoldenVadimOfficial
- https://www.guilded.gg/u/GoldenVadim
Popular repositories Loading
-
-
-
-
-
-
SnapbloxSecurity
SnapbloxSecurity PublicThe dangerous method to save Roblox session on your trusted device.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.