摘要:
Description Trees have many applications in computer science. Perhaps the most commonly used trees are rooted binary trees, but there are othe... 阅读全文
posted @ 2014-07-30 19:07 蓝空 阅读(495) 评论(0) 推荐(0)
|
||
|
摘要:
Description Trees have many applications in computer science. Perhaps the most commonly used trees are rooted binary trees, but there are othe... 阅读全文
posted @ 2014-07-30 19:07 蓝空 阅读(495) 评论(0) 推荐(0)
摘要:
在使用这几个函数的时候,如果是让这几个的返回值直接和整数比较是没有问题的,但是如果是和一个负数比的话就出问题了,先看看下面这个例子: #include #include using namespace std; int main() { string a="abcd"; cout= a.le... 阅读全文
posted @ 2014-07-30 09:04 蓝空 阅读(386) 评论(0) 推荐(0) |
||