2011年4月27日

SVN checkout 地址

摘要: https://192.168.2.144/svn/DSPlayer这个是你的项目的路径 阅读全文

posted @ 2011-04-27 16:40 风乔 阅读(230) 评论(0) 推荐(0) 编辑

test

摘要: class A{public: virtual void foo(){};};class B :public A{ };int main(){ B b;} 阅读全文

posted @ 2011-04-27 16:24 风乔 阅读(92) 评论(0) 推荐(0) 编辑

C语言字符串函数大全函数名

摘要: C语言字符串函数大全函数名: stpcpy功能: 拷贝一个字符串到另一个用法: char *stpcpy(char *destin, char *source);程序例:#include #include int main(void){ char string[10]; char *str1 = "abcdefghi"; stpcpy(string, str1); prin... 阅读全文

posted @ 2011-04-27 11:27 风乔 阅读(459) 评论(0) 推荐(0) 编辑

导航