Nathan@Nathan
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“整个头文件。。 【 在 shell85 (机械师|♂少先队长) 的大作中提到: 】 : 比如我在A.CPP中想使用B.CPP中定义的一个函数 : 该怎么办呢? : 谢谢 : ...................”
“你这个宏定义了两条语句,if只对最近的语句有效 【 在 LA (LA) 的大作中提到: 】 : #include "stdafx.h" : #include <stdio.h> : #define FUN(A) A++;\ : ...................”
“if后面加 { } if... {FUN(A) } 【 在 LA (LA) 的大作中提到: 】 : #include "stdafx.h" : #include <stdio.h> : #define FUN(A) A++;\ : ...................”
“enum 【 在 taps (水龙头) 的大作中提到: 】 : 同学说面试时被问: : 说出两种定义常量的方法,刚要张口,人家说不准用const和宏”
“a.c_str() 返回的是char* sizeof(char*)=4; 【 在 BTW (BTW) 的大作中提到: 】 : 定义了 string a = "abcdef"; 用sizeof(a.c_str())得到的结果居然是4,也就是说取的是string类的sizeof(string),后来试了一下用strlen(…”
“sscanf fscanf 【 在 tarno (南风砍树) 的大作中提到: 】 : 但是假如给个文件不知道文件里面是怎么写入的呢? : 比如: : abc 123 : ...................”
“vc6 对C++支持很烂 【 在 nkutobupt (九河下梢之aiwdt) 的大作中提到: 】 : for(int i=0;i<5;i++) : {balabala;} : int i=2; : ...................”
“子线程不一定有时间片。启动后还是主线程在运行 【 在 david1987040 (东周刊特约狗仔队头头) 的大作中提到: 】 : 为嘛不打印“aaaaa!” : #include "windows.h" : #include "stdio.h" : ...................”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。