书法字典:https://www.shufadict.com

2010年3月8日

两个面试题-仅供娱乐,切勿模仿

摘要: 代码包括两个题1. 返回两个int型数中的较大者,不准用关系运算符,不准用if, while, for等语句2. 一句代码求字符串长度代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2usingna... 阅读全文

posted @ 2010-03-08 16:23 翰墨小生 阅读(750) 评论(0) 推荐(0) 编辑

Vector与数组的转化

摘要: 可以重载*运算符 1 operator float *(){ return &_x ;} ;2 operator const float *() const{ return &_x ; } ;3 仿照D3D库中的例子,写出如下代码 #include <iostream> using namespac 阅读全文

posted @ 2010-03-08 10:05 翰墨小生 阅读(10266) 评论(0) 推荐(0) 编辑

一个方便的代码编译及共享网站

摘要: 发现一个小网站http://codepad.org/它可以编译你的代码并输出结果,这样你就可以在聊天或和别人讨论问题的时候引用这段代码了,很方便哦,刚刚写了一个HelloWorld,编译完以后是这样的http://codepad.org/GPL96WTI 阅读全文

posted @ 2010-03-08 09:18 翰墨小生 阅读(197) 评论(0) 推荐(0) 编辑

导航

书法字典:https://www.shufadict.com