Giter Club home page Giter Club logo

cdhbw-project-implementations's Introduction

cDHBW Project Implementations

Content for the C course taught by Jannik Wiessler at the DHBW.

Projects

Projects are described in the Programmentwurf directory. Currently implemented are:

  • "Complex Calculator", files are in the HA1 directory
  • "Newton-Raphson", files are in the HA2 directory
  • "Simple linked list", files are in the HA3 directory
  • "Mass-Spring-Damper", files are in the HA4 directory

Building

CMake is used as build system. The steps are as follows:

  1. Install CMake and a working compiler.
  2. Clone this repository including all of its submodules. To do so, either use the --recursive flag while clone this repository or run git submodule init followed by git submodule update inside of the repository.
  3. At the top-level directory of this repository, create a build directory like build.
  4. Open a terminal and change into the build directory.
  5. From there, run cmake ... Now is the time on Windows to tell CMake if you use something other than the Microsoft compiler. For example, if you are using the MinGW compiler, run cmake .. -G "MinGW Makefiles" instead.
  6. After CMake is done configuring, run cmake --build . to actual build the project. To pick a specific target, use the -t flag. The output has the same structure as the project itself.

cdhbw-project-implementations's People

Contributors

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