11 2014 档案

摘要:1 值传递:#includeusing namespace std;int main(){void change(int ,int);int x=2,y=3;coutusing namespace std;int main(){void change(int * ,int *);int x=2,y=... 阅读全文
posted @ 2014-11-07 21:14 白大虾 阅读(1326) 评论(0) 推荐(0)
摘要:1、windows->Preferences...打开"首选项"对话框,左侧导航树,导航到 general->Workspace,右侧Text file encoding,选择Other,改变为UTF-8,以后新建立工程其属性对话框中的Text file encoding即为UTF-8。2、wind... 阅读全文
posted @ 2014-11-05 18:20 白大虾 阅读(214) 评论(0) 推荐(0)