2012年12月4日

Beginning iPhone 4 Development

摘要: Book infoTitleBeginning iPhone 4 DevelopmentID00221LanguageEnglishPublisherApressDateJan 2011Size(Mb)32.8FormatPDFPage674TagsJavaScriptDownloadBeginning iPhone 4 DevelopmentBuy(Amazon)Descriptions 阅读全文

posted @ 2012-12-04 21:20 主人的成长 阅读(128) 评论(0) 推荐(0)

Getting Started with Metro Style Apps

摘要: Book infoTitleGetting Started with Metro Style AppsID00222LanguageEnglishPublisherO’reillyDateJul 2012Size(Mb)11.3FormatPDFPage94TagsMetro,WindowsDownloadGetting Started with Metro Style AppsBuy(Amazon)Descriptions 阅读全文

posted @ 2012-12-04 21:18 主人的成长 阅读(162) 评论(0) 推荐(0)

Sams.Teach.Yourself.CPP.in.One.Hour.a.Day.7th.Edition

摘要: Book infoTitleSams.Teach.Yourself.CPP.in.One.Hour.a.Day.7th.EditionID00225LanguageEnglishPublisherSAMSDateMay 2012Size(Mb)4.11FormatPDFPage340TagsMetro,WindowsDownloadSams.Teach.Yourself.CPP.in.One.Hour.a.Day.7th.EditionBuy(Amazon)Descriptions 阅读全文

posted @ 2012-12-04 21:16 主人的成长 阅读(617) 评论(1) 推荐(0)

初学C++

摘要: 刚学c++,今天上午在电脑上想敲几行代码试试,结果问题多多,可见代码看是一回事,写又是一回事。我装了个虚拟机,下载了个visual studio 2005#include <iostream>using namespace std;void test(int &a,int &b);void swap1(int *a, int *b);void main(){int a=3,b=4;//int *x=&a,*y=&b;//swap1(&a,&b);test(a,b);cout<<a<<endl;cout<& 阅读全文

posted @ 2012-12-04 10:54 主人的成长 阅读(152) 评论(0) 推荐(0)

导航