摘要:
Here, in an excerpt from a 1994 Rolling Stone interview, Jobs explains what object-oriented programming is.Jeff Goodell:Would you explain, in simple t... 阅读全文
摘要:
这个关于算法的博客系列我将用英文(都是基础英文词汇)来写,文中若有英文语法搭配错误请大家指出。 This is the source code: 1 #include 2 void mySwap(int &a,int &b); 3 int main(){ 4 int a[]={23,... 阅读全文