Skip to content

An automation of the command line compilation process for C and C++ files.

Notifications You must be signed in to change notification settings

kqsy/c-auto-comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

C[++] AutoCompiler

An automation of the command line compilation process for C and C++ files.


Function

Script takes an input file, parses the name, and constructs the appropriate command to compile the new file. File submission is very dynamic and should be flexible to user input. Can type absolute or relative path to file (if in same directory), paste directories, drag-and-drop a file, or open a c or c++ file with the script to compile it.

Prerequisites

  • Have Python[3] installed

  • Libraries os, sys and subprocess

    can be installed via pip, Conda, etc.

    pip3 install os sys subprocess

  • GCC and G++ package

    on Ubuntu, commands already exist

    on Windows, user will need to install w64devkit and add w64devkit\bin to "Path" in Environment Variables

About

An automation of the command line compilation process for C and C++ files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages