vccolombo / Stack

A stack implementation in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack

A stack implementation in C++.

How to compile

$ g++ -o main.o -I ./src/ *.cpp

About

A stack implementation in C++.


Languages

Language:C++ 100.0%