Giter VIP home page Giter VIP logo

usingstlcases's Introduction

UsingSTLEx

  1. 这个项目主要是用来学习使用STL的方法。会编写一些简单的函数,来实现一些简单的功能。
  2. 一系列STL的类型,都会在这个项目中使用,并且会有相应的示例代码。
  3. 每一个示例代码都会分成一个独立的文件,并且会有相应的注释。

编译必要

  1. 必须要有CMake,可以去CMake官网里面下载最新的版本即可。
  2. Windows平台上建议需要安装VisualStudio,版本倒是无所谓,2010都行,具体可以去Visual Studio里面下载即可。

概述

在有了上述的环境基础之后,就可以开始编译这个项目来使用我学习STL的一些代码了,主要就是一些简单的example,我这个项目代码写的不复杂,就是很纯粹的STL的使用,平时的一些编码习惯和一些基础的文件我都不会带进来,就是以一种初学者的心态来编写学习STL的代码。

本项目主要是用于自己学习和使用STL中的一些概念的学习实验性项目,为了方便,建立了一个简单的CMake的体系方便管理和使用,具体生成项目的步骤如下:

  1. 首先在自己的目录下创建一个build目录;
  2. 在命令行里面 cd build
  3. 直接 cmake .. 即可,注意这种情况一定要将build放在项目文件夹内,不然需要自己寻找CMakeLists.txt的位置;
  4. 打开生成的SLN,编译,自己运行每个example的项目即可。

个人格言

用心去感受你自己需要坚持的生活,未来慢慢会给你答案的。

usingstlcases's People

Contributors

zty950323 avatar

Watchers

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