Skip to content

SEDS/promisepp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promise++

Promise++ is a C++ library that integrates Promise A+ specification using C++11 features.

Installation & Setup

  1. Download or clone the Promise++ repository.
  2. Include Promise.h in the C++ file you want to use promises.
    • See a sample version in source.cpp

Easy Makefile Creation

  1. Install Makefile Project Creator (MPC) on your system.
    • We use MPC to easily create Makefiles and other code environments such as visual studio projects.
    • you'll need Perl on your system to use MPC.
  2. In a terminal/command-line, navigate to the Promise++ repo and run perl mwc.pl -type make .
    • This will create the Makefile for executing our sample code found in source.cpp.
  3. To compile run make
  4. To execute run ./Promises

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages