2012年7月23日

understanding assembly code (2)

摘要: What is this topic about?It is a study on the difference betweeen a function returning a vector and a function accepting a reference to a vector as a parameter.[torstan]$ more vec.cc#include<vector>using namespace std;vector<int> f(){ vector<int> v; v.push_back(2); return v;}/*g++ 阅读全文

posted @ 2012-07-23 19:21 Torstan 阅读(425) 评论(0) 推荐(0) 编辑

导航