Skip to content

I learn and create C/C++ programs and put here, I hope you like it

Notifications You must be signed in to change notification settings

BhJaipal/Programming

Repository files navigation

Programming

Visual Studio Code C++ C GitHub GitHub stars Jupyter

CMake Use

cmake_minimum_required(VERSION 3.28.3)
project(CMakeLearning)
add_executable(${PROJECT_NAME} Student.cpp)
set_compiler("clang-18")
cmake CMakesLists.txt
make all
./CMakeLearning

About

I learn and create C/C++ programs and put here, I hope you like it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published