Skip to content

TusharSachdeva29/Cpp-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

⚙️ C++ Online Compiler

A full-stack web-based C++ compiler built from scratch using Node.js, Express, and React. This platform allows users to write, compile, and execute C++ code directly in the browser.

🚀 Features

  • 💻 Write and compile C++ code in real-time
  • ⚡ Instant output of compilation results
  • 🧾 Error messages and output displayed clearly
  • 🌐 React-based modern frontend interface
  • 🔒 Secure and isolated code execution using child processes
  • 📦 Backend API to compile and return output

🛠️ Tech Stack

Frontend

  • React
  • Tailwind CSS / CSS Modules (optional: include if you're using them)

Backend

  • Node.js
  • Express
  • Child Process Module for executing C++ code
  • fs (File System) for temporary file creation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors