GithubHelp home page GithubHelp logo

yonghangtian / hellocpp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 715 KB

Personal solutions to exercises in cpp-primer-5th and cpp-primer-plus-6th.

CMake 0.53% C++ 99.36% Shell 0.11%
cpp-primer-5th cpp-primer-plus-6th cpp11

hellocpp's Introduction

hello C++

In CppPrimerPlus folder, my solutions to <C++ primer plus 6th edition> 's programming exercises (including chapter 1 to chaper 18).

Above work has been done between 2022 Oct and 2023 Aug.

I'm doing <cpp primer 5th edition> 's programming exercises from 2023 Sep 17.

Dev Stack:

windows 11 + wsl2 + unbuntu22.04(until 2024 March 12) + centos7.9(starting from 2024 March 14)

MySQL connector's guide, please check "mysqlconnector_readme.md", note: mysql connector 8.3.0 CANNOT run on centos7.9's glibc(2.17), therefore, I have to use 1.1.12

Cppcheck 2.13 is installed from source code :

$ tar -zxvf cppcheck-2.13.0.tar.gz && cd cppcheck-2.13.0

$ yum isntall pcre2.x86_64 pcre2-devel.x86_64

$ yum install pcre2.x86_64 pcre2-devel.x86_64

$ make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function"

$ make install MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck

$ cppcheck --version

Note:

Below dirs are downloaded from their official website, therefore, I add them in .gitignore.

CppPrimer5th/examples

CppPrimerPlus/examples

hellocpp's People

Contributors

yonghangtian avatar

Watchers

 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.