struct data { u_short sin_port; struct in...
大家讲道理来自于 2016-11-11 14:10:44 0 4 1049
#include <iostream>using namespace std;const int i = 1;class T {...
大家讲道理来自于 2016-11-11 14:07:18 0 2 949
void fun(ostream &os) //可以main中,ostream &os //不可以,为什么?ostream os //不可以,为什么
大家讲道理来自于 2016-11-11 14:04:49 0 2 1118
大家讲道理来自于 2016-11-11 14:01:58 0 3 1069
为了交换a和b的值,将a,b的地址作为函数参数传递2.实例代码:#include <iostream> using namespace std; //指针变量作为函数参数的例子 ...
大家讲道理来自于 2016-11-11 13:50:30 0 2 1668
1.我切换至普通用户的时候 执行crontab -e报错错误信息如下:/tmp/crontab.CNTrhu/crontab: Permission denied终端卡住/tmp 文件权限 777
大家讲道理来自于 2016-11-11 13:48:12 0 2 1969
hash_map<string, list<uint32_t> > g_hmLimits;...list<uint32_t>& lsErrorTime = g_hmLimits...
大家讲道理来自于 2016-11-11 13:47:16 0 1 1600
求推荐几本C语言进阶书籍! 本人大一。 学校教了循环、数组、函数、指针、结构体。我希望能在寒假进阶,百度而来的四大圣经不知道合适吗。望诸位能推荐一本C语言进阶书籍 。
求推荐几本C语言进阶书籍! 本人大一。 学校教了循环、数组、函数、指针、结构体。我希望能在寒假进阶,百度而来的四大圣经不知道合适吗。望诸位能推荐一本C语言进阶书籍 。
大家讲道理来自于 2016-11-11 11:52:50 0 3 1180
高洛峰来自于 2016-11-10 10:04:55 0 2 1388
报错信息"C:\Program Files (x86)\JetBrains\CLion 2016.2.3\bin\cmake\bin\cmake.exe" --...
高洛峰来自于 2016-11-10 09:28:58 0 3 1680
是不是因为java语法比较简单,容易实现,直接接触算法思想,而不会像使用c++那样有很多语法细节
高洛峰来自于 2016-11-10 09:18:19 0 2 1224
#include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inclu...
巴扎黑来自于 2016-11-09 16:19:26 0 1 1185
巴扎黑来自于 2016-11-09 16:17:21 0 1 1492
leetcoed运行时报错这样Run Code Status: Compile Error
我在本地电脑上运行了,结果正确,但在leetcode上报错,不知道是代码的问题还是操作错误,求指教。谢谢 class Solution { public: &nbs...
高洛峰来自于 2016-11-09 15:49:59 0 2 749
对于int a 和 int b 可以使用下面的代码 互换a和b的值void function(inta, int b){ &nb...
高洛峰来自于 2016-11-09 15:35:23 0 2 868