摘要:
cppreference Container Built-in Types Abstract Data Types defined directly by C++ language defined by standard libraty repersents computer hardware fa 阅读全文
摘要:
https://tlanyan.pp.ua/cpp-function-modifier-summary/ #include <bits/stdc++.h> using namespace std; #define PI 3.14 typedef int myint int main(){ const 阅读全文
摘要:
references C++语言文档MS Unresolved questions Do main with parameter:char *argc, char *argv Undefined-behavior Statically-typed language 强类型、弱类型、静态类型、动态类型 阅读全文
摘要:
Polish Calculator Infix->Postfix Rules: number → postfix stack ( → opera stack ) → pop opera stack until ( +-*/ → pop greater or equal priority operat 阅读全文