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 · 702 阅读 · 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 · 288 阅读 · 0 评论 -
cMake + MinGW on windows 10
using cmake with MinGW g++ on win10 FILE DIRECTORY + helloworld - CMakeFiles.txt - helloworld.cpp: + build FILE CMakeFIles.txt project(helloWorld) add_executable(hello helloworld.cpp) helloworld.cpp ...原创 2019-07-18 15:19:25 · 825 阅读 · 0 评论
分享