YektaDemirci / ece650-cpp

C++ examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Examples for ECE650

This repository contains several C++ examples. To compile the examples use the following commands:

$ mkdir build
$ cd build
$ cmake ../
$ make

The binaries are placed in the build directory.

The programs are

  • example.cpp -- a simple C++ example
  • example2.cpp -- a C++ examples with functions and declarations
  • test.cpp -- an example test case using doctest
  • complex* -- a class representing a complex number
  • list.cpp -- an implementation of a linked list
  • stack.cpp -- an implementation of a stack

About

C++ examples


Languages

Language:C++ 99.7%Language:CMake 0.3%