上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 102 下一页
摘要: "> My JSP 'index.jsp' starting page --> This is my JSP page. >"> fgfg 阅读全文
posted @ 2010-06-11 14:43 饺子吃遍天 阅读(146) 评论(0) 推荐(0)
摘要: "> My JSP 'index.jsp' starting page --> This is my JSP page. >"> fgfg 阅读全文
posted @ 2010-06-11 14:43 饺子吃遍天 阅读(115) 评论(0) 推荐(0)
摘要: c++习惯将定义放在头文件中 实现放在cpp文件中 容易出现的错误 错误1: error C2143: syntax error : missing ';' before 'PCH creation point' 该错误是因为 头文件类定义结束时要加 ;结尾 不然... 阅读全文
posted @ 2010-06-10 20:14 饺子吃遍天 阅读(237) 评论(0) 推荐(0)
摘要: c++习惯将定义放在头文件中 实现放在cpp文件中 容易出现的错误 错误1: error C2143: syntax error : missing ';' before 'PCH creation point' 该错误是因为 头文件类定义结束时要加 ;结尾 不然... 阅读全文
posted @ 2010-06-10 20:14 饺子吃遍天 阅读(132) 评论(0) 推荐(0)
摘要: 继承 #include class A{public: static void add(){ couthand=hand; } int hand; void walk() { coutclass Person{public: Person(int hand) ... 阅读全文
posted @ 2010-06-10 00:26 饺子吃遍天 阅读(108) 评论(0) 推荐(0)
摘要: 继承 #include class A{public: static void add(){ couthand=hand; } int hand; void walk() { coutclass Person{public: Person(int hand) ... 阅读全文
posted @ 2010-06-10 00:26 饺子吃遍天 阅读(86) 评论(0) 推荐(0)
摘要: #include //引用传递int add1(int &x,int &y){ x=5; return x+y;};//指针传递int add2(int *x,int *y){ *x=5; return *x+*y;};//值传递int add3(int x,int ... 阅读全文
posted @ 2010-06-10 00:20 饺子吃遍天 阅读(79) 评论(0) 推荐(0)
摘要: #include //引用传递int add1(int &x,int &y){ x=5; return x+y;};//指针传递int add2(int *x,int *y){ *x=5; return *x+*y;};//值传递int add3(int x,int ... 阅读全文
posted @ 2010-06-10 00:20 饺子吃遍天 阅读(98) 评论(0) 推荐(0)
摘要: C++控制台程序 win32报错这个文件中使用了WinMian而不是main作为入口函数。vc这时的默认设置是针对控制台程序的。 解决方法:1.进入project->setting->c/c++, 在category(第一行)中选择preprocessor,在proc... 阅读全文
posted @ 2010-06-09 22:39 饺子吃遍天 阅读(131) 评论(0) 推荐(0)
摘要: C++控制台程序 win32报错这个文件中使用了WinMian而不是main作为入口函数。vc这时的默认设置是针对控制台程序的。 解决方法:1.进入project->setting->c/c++, 在category(第一行)中选择preprocessor,在proc... 阅读全文
posted @ 2010-06-09 22:39 饺子吃遍天 阅读(89) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 102 下一页