在window 10 系統下,使用code::block編輯並執行。
專案名稱:my first.cpp
#include using namespace std;
int main()
{cout << "hello word!"
《分別生成my first.cpp.exe
main.o
main.cpp
my first.cpp.cbp
my first.cpp.depend
exe: executable file 可執行檔案,可移植可執行 (pe) 檔案格式的檔案,它可以載入到記憶體中,並由作業系統引導程式執行,是可在作業系統儲存空間中浮動定位的可執行程式。
o:也就是.obj檔案,所有的.obj檔案鏈結成為最後的執行檔案。
cpp:是c++語言中的原始檔,是用來寫程式實現**的。
cbp:codeblock project,這個軟體專有的。
depend:也是這個軟體專有
C 各類副檔名
cs 類模組 檔案。業務邏輯處理層的 sln 解決方案檔案,為解決方案資源管理器提供顯示管理檔案的圖形介面所需的資訊。csproj 專案檔案,建立vb.net教程應用程式所需的引用 資料連線 資料夾和檔案的資訊。aspx 動態網頁字尾 拓展 jsp,php 靜態網頁字尾,如 html,shtml,x...
C 獲取檔名及副檔名
摘自 system.io.path.getextension 檔名 changeextension 更改路徑字串的副檔名。combine 合併兩個路徑字串。getdirectoryname 返回指定路徑字串的目錄資訊。getextension 返回指定的路徑字串的副檔名。getfilename 返回...
C 獲取檔名及副檔名
c 獲取檔名及副檔名 string afirstname afile.substring afile.lastindexof 1,afile.lastindexof afile.lastindexof 1 檔名 string alastname afile.substring afile.lasti...