Skip to content

ivynetca/ece650-cpp

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%