Skip to content

nicolaspanel/momentcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

momentcpp

Like moment.js, in c++

IMPORTANT: do not use it (experimental)

usage

#include <iostream>
#include <moment>

int main(){
  std::cout << moment::moment() << std::endl;
}

build

$ mkdir build && cd build
$ cmake .. && make --build .

test

this project use google test. To run tests:

# make sure project is built, then
$ ./build/moment_test

see this if you have troubles installing it.

About

Like moment.js, in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published