[C++] inline function

trap

 

#define GET3(N)  N*N*N

GET3(1+2) :  1+2*1+2*1+2 = 7 

posted @ 2015-10-25 18:54  Jonas0608  阅读(123)  评论(0编辑  收藏  举报