C++的替代运算标记符
摘要:
标记符and, and_eq, bitand, bitor, compl, not, not_eq, or, or_eq, xor, xor_eq, , 都可以用来代替我们常用的&&, &=, &, |, ~, !, !=, ||, |=, ^, ^=, {, }, [ 和 ]。在键盘上缺乏必要的符... 阅读全文
posted @ 2014-02-23 23:37 Stomach_ache 阅读(328) 评论(0) 推荐(0)