
c++
Hubinbin2018
私信总忘记看。联系邮箱cquhbb@163.com
展开
-
[C++]面向对象以及面向过程编程 --- C++ 实例
Procedure-Oriented and Object-Oriented Programming— A Tiny Example in c++Here are two tiny program based on c++ for distinguishing the procedure oriented programming and objected oriented programmin...原创 2018-03-26 19:45:20 · 651 阅读 · 0 评论 -
[c++]coding on Linux(1)compile through makefile with g++
[c++]OOP — compile on Linux with g++This paper records the process of compiling c++ files on Linux with g++. Through write the makefile, successfully compiling a group of simple coding files in c++....原创 2018-06-14 19:10:20 · 259 阅读 · 0 评论 -
cMake + MinGW on windows 10
using cmake with MinGW g++ on win10FILE DIRECTORY+ helloworld- CMakeFiles.txt- helloworld.cpp:+ buildFILECMakeFIles.txtproject(helloWorld)add_executable(hello helloworld.cpp)helloworld.cpp...原创 2019-07-18 15:19:25 · 790 阅读 · 0 评论