Giter VIP home page Giter VIP logo

cpp-module-01's Introduction

CPP-Module-01

My solution for CPP Module 01 of the Common core of 42 school.

result

List of all my cpp-modules

About this Module

The Scope of this Module was to get to know C++ further and come in contact with:

  • Allocation (ex00 + ex01)
  • Pointer/Reference (ex03)
  • getter and setter functions (ex04)
  • different constructors (ex04)
  • function pointers (ex05)
  • switch cases with defined fallthrough (ex06)

All of those exercises are compilable with the -std=c++98-flag, since this was a requirement for this project. All exercises where compiled and tested on macOS Catalina 10.15.7 and Ubuntu 20.04.4 LTS. Ex04 and ex06 need small changes to compile and run on Linux:

  • ex04
    • Line 54 in /src/main.cpp, follow the comment
  • ex06
    • un-comment lines 62, 65 and 68

All exercises can be compiled from the root of the exercise with make, make all or make re. After that, run the created executable like ./executable_to_run (ie. ex00 ./Zombie).

cpp-module-01's People

Contributors

tblaase avatar

Stargazers

 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.