Posted on2024/11/032024/11/03C++ 【C++】bool& 用法 by 小書僮Leave a comment on 【C++】bool& 用法 在 C++ 中,bool& 表示「布林值的… Read More
Posted on2024/09/222024/09/22C++ 【C++】.h檔案是甚麼? by 小書僮Leave a comment on 【C++】.h檔案是甚麼? .h 檔案是 C++ 中的標頭檔( Header … Read More
Posted on2024/09/222024/09/22C++ 【C++】g++編譯失敗 undefined reference to `WinMain'[已解決] by 小書僮Leave a comment on 【C++】g++編譯失敗 undefined reference to `WinMain'[已解決] 問題描述 編譯器期望 GUI 程式有一個WinMa… Read More
Posted on2024/09/042024/09/04C++ 【C++】using namespace std 用法 by 小書僮Leave a comment on 【C++】using namespace std 用法 using namespace std; 代表函式… Read More
Posted on2024/09/042024/09/04C++ 【C++】#include 用法 by 小書僮Leave a comment on 【C++】#include 用法 #include 代表引入一個函式庫。 參考資料 Read More
Posted on2024/09/012024/09/01VS Code 【VSCode】【C++】如何快速編譯.cpp檔成.exe檔,並執行 Ctrl + Shift + B by 小書僮Leave a comment on 【VSCode】【C++】如何快速編譯.cpp檔成.exe檔,並執行 Ctrl + Shift + B 環境配置 軟體 版本 VSCode 1.92.2 … Read More
Posted on2024/09/012024/09/02VS Code 【VSCode】【C++】使用VSCode安裝使用C++ by 小書僮Leave a comment on 【VSCode】【C++】使用VSCode安裝使用C++ 安裝VSCode 下載網站: Download V… Read More