Skip to content

Instantly share code, notes, and snippets.

@danielRi
danielRi / gist:d3293af7232ad237c086cc7cc595d6dc
Created July 2, 2025 11:05
Generate C++ Project for VSCode
#!/bin/bash
# C++ Project Setup Script
# Creates a complete C++ project structure with CMake, VSCode integration, and common configurations
#
# Usage:
# chmod +x setup_cpp_project.sh
# ./setup_cpp_project.sh # Creates project with default name "MyProject"
# ./setup_cpp_project.sh MeinProjektName # Creates project with custom name