Git Product home page Git Product logo

faaswdepkhab / simplevector Goto Github PK

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

Own implementation of the vector class of the STL library. Random access to elements. Insertion and deletion operations at an arbitrary location. Ability to resize and reserve memory. Support for non-copyable types. Implemented random access iterators.

C++ 98.61% CMake 1.39%
stl-containers cpp cpp-17 c-plus-plus c-plus-plus-17 cmake vector

simplevector's Introduction

SimpleVector

About

Own implementation of the vector class of the STL library. Random access to elements. Insertion and deletion operations at an arbitrary location. Ability to resize and reserve memory. Support for non-copyable types. Implemented random access iterators.

Tools

For development, C ++ standard 17 and the STL library were used.

Compile

For building, use the utility CMake of version 3.1 or higher and any C++ compiler that supports the C++-17 standard. You will also need a utility make or its equivalent. To compile, you need to launch a terminal, go to the source folder and run the following commands:

Linux:

mkdir build
cd build
cmake ..
make

Windows:

mkdir build
cd build
cmake.exe ..
mingw32-make.exe

(here, as an example, the utility make, which is part of the mingw package, is used)

If there are no errors, the SimpleVector.exe executable file will appear in the current folder for Windows, or SimpleVector for Linux.

simplevector's People

Contributors

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