摘要: C++基础知识的题 大概3道,概率题 34道,基础数据结构 2道,操作系统 1-2道题 关于a++#define F(a) (a)*((a)*(a))void main() { int a = 5; int b = F(a);... 阅读全文
posted @ 2015-05-12 22:09 cyy_cnblog 阅读(139) 评论(0) 推荐(0) 编辑
摘要: c++ 中的字符串相等问题#include #include using namespace std;int main(){ char strA[] = "aaa"; cout java中的字符串相等问题public class StrEqual { public static voi... 阅读全文
posted @ 2015-05-12 10:15 cyy_cnblog 阅读(453) 评论(0) 推荐(0) 编辑