Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppnew

This is a C++ project to scaffold simplest possible C++ projects.

Usage Example

Prerequisites

Note

Tested with gcc 16.1.1 and cmake 4.4.0

Build and Install

It's a simple single-file C++ project, so installation is trivial:

g++ -std=c++23 -O3 -DNDEBUG -s -flto src/main.cpp -o cppnew && \
install -Dm755 cppnew ~/.local/bin/cppnew

About

C++ project to create C++ projects

Topics

Resources

Stars

41 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages