首页 新闻 会员 周边
2
回答数

待解决问题 20 如果误改/误删C++系统自带的头文件怎么办

用Java比较多,Java是直接依赖Jar包,不会存在看源代码时手抖改了源码。使用Visual Studio写C++的时候,因为所有的头文件都可以看到源码,而且可以改,所以有点疑惑,如果手抖改了其中的
2
回答数

已解决问题 20 std::string 与 #include<string>

#include "stdafx.h" #include <iostream> #include <string> using std::cout; using std::endl; using st
1
回答数

已解决问题 80 ifstream >> std::string

下面一段代码,来自 http://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/monte-carlo
2
回答数

已解决问题 10 c++类的属性是存在数组里吗

#include "stdafx.h" #include<iostream> #include<cstring> using namespace std; class Clazz { public:
1
回答数

已解决问题 50 多线程中applicationContext.getBean方法未返回也未报错

public class TcpServer implements ApplicationContextAware{ private OpenbankExecutor executor; privat