Giter VIP home page Giter VIP logo

learning-infinitensor-cxx's Introduction

Learning C++

NOTICE 推荐阅读 C++ 参考手册 学习 C/C++ 语法和 STL 库。

使用指南

  1. 安装构建工具 xmake

    xmake 是跨平台的 C/C++ 构建系统,具有安装方便,配置简洁的优点。

    安装方式见中文官方文档

    NOTICE xmake 仅是构建工具,不包括工具链。仍需先安装 C/C++ 工具链(MSVC、GCC 或 Clang)才能开始使用项目。

    NOTICE 有报告称 xmake 在 Windows 上存在定位工具链失败的问题。因此推荐按下列规则选择学习平台:

    1. 如果已经在默认位置安装 Visual Studio/Ms C++ Build Tools,则推荐原生 Windows 学习本项目;
    2. 如果已经配置好 WSL2,则推荐 WSL2 + GCC/Clang 学习本项目;
    3. 如果未配置过任何工具链,则推荐在默认位置安装 Visual Studio;
    4. 不推荐 MinGW 或 Cygwin,除非足够熟悉这些环境,可以自行完成配置;

    NOTICE 如果仍遇到工具链问题,推荐浏览 xmake issues

  2. 克隆仓库

    git clone https://github.com/LearningInfiniTensor/learning-cxx.git
  3. 编译学习系统

    cd learning-cxx
    xmake
  4. 开始学习

    使用

    xmake run learn <exercise number>

    运行指定练习,例如:

    xmake run learn 0

    运行 0 号练习。

  5. 总结学习

    使用

    xmake run summary

    总结所有练习通过情况。

其他学习资源

learning-infinitensor-cxx's People

Contributors

ydrmaster avatar cornworld 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.