class profile {
private:
string acc_name = "f4alt";
string IP = "45.56.76.233";
vector<string> code{ "c", "c++", "html", "css", "python" };
vector<string> tools{ "linux", "mac", "windows" };
public:
profile() {};
~profile() {};
void add_code(string _code) { code.push_back(_code); };
void add_tool(string _tool) { tools.push_back(_tool); };
void print() { /* fixme */ };
};
int main() {
profile f4alt;
// seems like a lot of work in CMake these days..
f4alt.add_code("cmake");
f4alt.print();
return 0;
}
Popular repositories Loading
-
-
-
brlcad
brlcad PublicForked from BRL-CAD/brlcad
BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system
C
-
TAMU-Classes
TAMU-Classes PublicA not so nice and neat list of classes I had repo's for throughout my time at A&M.
C++
-
-
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.