c/c++ 創(chuàng)建元素個數(shù)為500的字符串數(shù)組 讀入500個長度不超過40的字符串,再輸出,大家都是怎么寫的?
c/c++ 創(chuàng)建元素個數(shù)為500的字符串數(shù)組 讀了500個長度不超過40的字符串,再輸出,大家都是怎么寫的?(我知道這個問題很low)
From [C++discussion group] 2017-04-17 13:10:39 0 1 817
c++ - C語言里的static函數(shù)通常怎么進行單元測試?是不把靜態(tài)函數(shù)作為測試的最小單元嗎?還是使用條件編譯?
如題,C語言里的static函數(shù)通常怎么進行單元測試?是不把靜態(tài)函數(shù)作為測試的最小單元嗎?還是使用條件編譯?
From [C++discussion group] 2017-04-17 13:10:33 0 1 1075
From [C++discussion group] 2017-04-17 13:10:24 0 3 733
c++ - c+ stl set insert 返回值 如何獲取bool類型?
From [C++discussion group] 2017-04-17 13:10:19 0 3 869
From [C++discussion group] 2017-04-17 13:10:15 0 6 940
sample code: {代碼...} where are i, j, f, x, and p located?
From [C++discussion group] 2017-04-17 13:10:09 0 5 710
c++ - codeblock 調試時要怎么查看容器內元素的值?
ode 我像圖中所示 在監(jiān)視窗口輸入 (decrptS.begin()) ,(decrptS.begin()+1)顯示 貌似是只能監(jiān)視 raw type 基本類型
From [C++discussion group] 2017-04-17 13:09:55 0 2 916
c++ - 一段代碼,這里為什么用exit(1)而不是return 1?還有如何解讀這種避免String = NULL的方式?
From [C++discussion group] 2017-04-17 13:09:50 0 3 785
From [C++discussion group] 2017-04-17 13:09:46 0 1 687
macos - Mac上用什么編輯器運行簡單的c/c++程序呢?
From [C++discussion group] 2017-04-17 13:09:42 0 9 968
C++ 如何實現(xiàn) spreading array 的參數(shù)?
形參 (parameters) 類似 {代碼...} 的形式。 那么函數(shù)體應該如何實現(xiàn)?
From [C++discussion group] 2017-04-17 13:09:33 0 2 680
From [C++discussion group] 2017-04-17 13:09:23 0 3 650
求代碼,用c/c++進行bmp圖像的處理,處理內容包括旋轉,灰度圖,二值圖等等。
From [C++discussion group] 2017-04-17 13:09:18 0 10 958
c++ - 用live555接收實時攝像頭的RTSP流,視頻編碼為H264,如何用FFMPEG解碼?
From [C++discussion group] 2017-04-17 13:09:14 0 2 1955