joaonmatos / cpp-for-c

C++ Workshop for those familiar with C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ for C

This repository aims to serve as the guide for a 3 hours workshop on C++ aimed at CS/Informatics Engineering students and Computer Engineering students that are already familiar with programming in C.


This repository also contains several code examples and a programming exercise. To build and run it, follow the following steps:

  1. use the provided Makefile to build the example exercises; you can build them all by simply running make
  2. run the program by running build/${program-id}, e.g. build/vector-c

To build a specific example or exercise, run make build/${program-id} and to clean up, run make clean or delete the build directory.


Copyright 2020 João Nuno Matos: All Rights Reserved

Unless otherwise stated in a file's heading, all the source code files and code samples in the work are made available to the general public under the MIT License. All remaining parts of the work are made available to the general public under a Creative Commons Attribution 4.0 International License.

About

C++ Workshop for those familiar with C


Languages

Language:C++ 81.5%Language:C 10.2%Language:Makefile 8.3%