2015年3月25日 星期三

[Linux_C]基本介紹000

運算子優先順序及結合性

  1. ::
  2. () [] . -> ++ --
  3. ++ -- + - ! ~ & *
  4. .* ->*
  5. * / %
  6. + -
  7. << >>
  8. < <= > >=
  9. == !=
  10. &
  11. ^
  12. |
  13. &&
  14. ||
  15. ?:
  16. = *= /= %= += -= <<= >>= &= |= ^=
  17. ,
可重載的運算子
* / + - % ^ & | ~ ! , = < > <= >= ++ -- << >>
== |= && || /= %= *= &= |= += -= <<= >>= -> ->* [] () new delete

標準容器類別樣板
vector
list
deque
set
multiset
map
multimap
stack
queue
priority_queue

C及C++類別 ios 的open_mode常數之關鍵字
app
ate
binary
in
nocreate
noreplace
out
trunc

C及C++關鍵字
asm auto bool break case
catch char class const const_cast
continue default delete do double
dynamic_cast else enum explicit extern
false float for friend goto
if inline int long mutable
namespace new operator private protected
public register reinterpret_cast return short
signed sizeof static static_cast struct
switch template this throw ture
try typedef typeof typeid typename
nion unsigned using virtual void
volatile while





C/C++ 函式查詢





沒有留言:

張貼留言

創用 CC 授權條款
我什麼都不會!!Eddie Sung製作,以創用CC 姓名標示-非商業性-相同方式分享 3.0 台灣 授權條款釋出。
此作品衍生自Eddie Sung