c++ - Some doubts about operator new() and handles in msvc?
From [C++discussion group] 2017-05-16 13:30:35 0 1 1016
C++ programming ascll version or unicode version problem. Which encoding is the unicode version?
From [C++discussion group] 2017-05-16 13:25:34 0 1 1014
From [C++discussion group] 2017-04-17 13:16:18 0 3 1014
How to implement bind yourself?
From [C++discussion group] 2017-06-15 09:23:57 0 1 1013
How to get the paths of all .exe files on this machine in C C++
In C C++, how to scan .exe files in all disks of this machine and obtain their paths? What idea?
From [C++discussion group] 2017-06-07 09:24:04 0 1 1012
c++ - read-only variable is not assignable問題
不知道該如何敘述這個問題,請看代碼: {代碼...} 應(yīng)該是set內(nèi)部的問題吧?求高人解釋,非常感謝...
From [C++discussion group] 2017-04-17 14:25:34 0 3 1012
I don't understand a sentence in c++.
{Code...} const_cast<void *>(ss) I don’t understand this sentence
From [C++discussion group] 2017-06-22 11:53:34 0 2 1011
From [C++discussion group] 2017-04-17 13:28:35 0 1 1011
c++ - “clobber the lvalue”什么意思?
From [C++discussion group] 2017-04-17 13:13:16 0 2 1011
From [C++discussion group] 2017-04-17 13:02:28 0 8 1011
c++11 - C++中如何定義一個指向函數(shù)的智能指針?
如題。定義一個內(nèi)置類型比如int型的智能指針可以 shared_ptr<int>這樣定義,但不知道如何定義一個指向函數(shù)的智能指針。
From [C++discussion group] 2017-04-17 13:07:49 0 1 1010
From [C++discussion group] 2017-05-31 10:39:52 0 2 1009
c++ - 無數(shù)個九宮格組成的矩陣,隨機選一個點為中心,計算出它周圍的8個格子內(nèi)最大且比它大的格子做下一個中心,有什么簡潔優(yōu)美的計算方法嗎?
From [C++discussion group] 2017-04-17 13:28:23 0 3 1008
運行結(jié)果不正確,不知道為什么,希望能夠得到指教。#include <iostream> #include <math.h> using namespace ...
From [C++discussion group] 2016-11-16 13:54:58 0 2 1007
c++ - windows系統(tǒng)在睡眠/休眠時會像進程發(fā)消息嗎?
我有個服務(wù)程序,在windows睡眠喚醒后,程序就運行異常。系統(tǒng)在睡眠時會暫停我的服務(wù)程序嗎?會給我程序發(fā)送消息嗎?謝謝提前感謝回答。
From [C++discussion group] 2017-04-17 14:44:09 0 0 1005