GithubHelp home page GithubHelp logo

mrjoker211 / start_a_c_cpp_project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jinfeihan57/start_a_c_cpp_project

0.0 0.0 0.0 971 KB

start_A_c_c++_project

License: BSD 2-Clause "Simplified" License

Shell 0.21% C++ 89.89% Python 6.84% C 0.95% Makefile 0.01% HTML 0.07% CMake 1.12% Batchfile 0.05% SCSS 0.09% Starlark 0.79%

start_a_c_cpp_project's Introduction

hello world

采用的是Linux(ubuntu)系统开发,确认系统是否安装 gcc g++ make cmake, 缺什么就安装什么。

build

mkdir build
cd build
# 执行cmake 生成 makefile
cmake ..
make
# 执行测试用例
# 执行 ctest OR make test
# 或者进入tests目录 ./test_hello(可查看gtest详细日志)
# 返回源码目录
cd ${OLDPWD}

start_a_c_cpp_project's People

Contributors

jinfeihan57 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.