随笔分类 - C++
摘要:- check if a state is ok> while(cin >> word)> // ok: read successful- condition states are constants defined in `ios_base` as public members + `...
阅读全文
摘要:- software is a system built up of many parts + rebuild that decomposition + see the patterns in codes is a skill that one develops with practic...
阅读全文
摘要:#An example```java#include #include #include using namespace std;using namespace boost::python;#define show(x) cout derived_as_base(){ return shar...
阅读全文
摘要:`Metafunction` is a more general idiom than `type generator`. Metafunctions that produce type(s) as a result is used as `type generators`.#Appearance:...
阅读全文
摘要:### A crude explanation# ConceptA set of requirements on a type, e.g. a *RandomAccessible* **concept** requires the type implements:`operator[] (int)`...
阅读全文
浙公网安备 33010602011771号