int a; void fun(int *a, int& b, int c) { &...
高洛峰来自于 2016-11-17 16:09:25 0 3 1083
#include <iostream> using namespace std; class A { virtual...
高洛峰来自于 2016-11-16 14:56:33 0 2 986
用指针类型接受int类型参数a= 5 b = 10 a= 10 b = 5
高洛峰来自于 2016-11-16 14:22:03 0 1 1289
源码安装了gcc-5.4.0,为什么找不到unordered_map.h等头文件?
高洛峰来自于 2016-11-16 14:13:00 0 3 1431
运行结果不正确,不知道为什么,希望能够得到指教。#include <iostream> #include <math.h> using namespace ...
高洛峰来自于 2016-11-16 13:54:58 0 2 1028
当类的声明文件中使用模板时,主函数所在文件的头文件引用是#include"***.cpp"而当没有使用模板时,头文件引用为#include"***.h"其中.cpp和.h分别为类的...
高洛峰来自于 2016-11-16 13:30:45 0 3 1567
Windows桌面程序设计用C#好还是C++? C++的MFC真的很复杂。C#我试了一下,和V
高洛峰来自于 2016-11-12 10:32:54 0 2 1105
高洛峰来自于 2016-11-12 10:18:32 0 1 966
#include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inclu...
高洛峰来自于 2016-11-12 09:18:26 0 4 1017
LeetCode 上有一道M=2的题.用两层循环遍历,O(n^2)可解。但如果M=5或M=10呢,在这种情况下,除了盲搜外,有什么想对高效的方法吗?
大家讲道理来自于 2016-11-11 14:30:32 0 2 1110
#include <iostream> using namespace std; class A { virtual...
大家讲道理来自于 2016-11-11 14:23:43 0 2 919
用程序实现,有什么好的工具吗?最好是nodejs 或 python工具
大家讲道理来自于 2016-11-11 14:22:02 0 4 899
Windows桌面程序设计用C#好还是C++? C++的MFC真的很复杂。C#我试了一下,和V
大家讲道理来自于 2016-11-11 14:21:18 0 2 1405
大家讲道理来自于 2016-11-11 14:20:15 0 2 1150
代码总是出现未定义标识符的错误提示2.源码#include "stdafx.h" #include "vpn.h" #include "vp...
大家讲道理来自于 2016-11-11 14:12:21 0 3 1919