#include <iostream> #include <string> std::string compound; struct Element { int number; double mass; int oxistate; int quantity; std::string symbol; ...
Как сделать switch на std::string ? #include <iostream> #include <string> #include <stdlib.h> int main() { enum colour {black, red, blue}; std::string col; colour c;...
Как понять std::forward ?
Этот чат подходит для вопросов по Win32 ?