Skip to content

ndajr/zig-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-cpp

Example on how one can integrate Zig CC to build and test C++ applications. Make sure you have Zig installed: brew install zig.

Commands:

  • zig build: Builds the executable on ./zig-out/bin;
  • zig build run: Builds and run the executable;
  • zig build test: Runs the tests.

About

Building and testing a c++ app with Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published