I think you can try creating a custom Build System. Tools –> Build System –> New Build System… This is a simple build script for the C programming language:
{ "cmd" : ["gcc", "$file", "-o", "$file_base_name"], "cmd" : ["$file_base_name"], "selector" : "source.c", "shell" : true, "working_dir" : "$file_path" }

CTRL
+ b
it will compile your code and run your executable file. A few syntaxes and options that you can use: http://sublimetext.info/docs/en/reference/build_systems.html There are definitely many more other options that you can declare in the build system. A very useful one is file_regex
.Related Posts:
- Use Notepad++ as HEX-Editor
- Use Notepad++ as HEX-Editor
- How to view Plugin Manager in Notepad++
- How to view Plugin Manager in Notepad++
- Use Notepad++ as HEX-Editor
- Cannot read property ‘push’ of undefined when combining arrays
- Why use conio.h?
- Use Device Login on Smart TV / Console
- Cannot read property ‘push’ of undefined when combining arrays
- How to clear the interpreter console?
- What is the “Endurance Cache” feature in my WordPress website?
- I am getting error: Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’. It will be removed at the end of 2018
- How to clear the interpreter console?
- SyntaxError: Unexpected Identifier in Chrome’s Javascript console
- How do I reformat HTML code using Sublime Text 2?
- How to install a Notepad++ plugin offline?
- How can I get query string values in JavaScript?
- How to clear the console?
- Getting Keyboard Input
- How can I write to the console in PHP?
- Reading \r (carriage return) vs \n (newline) from console with getc?
- What’s the difference between console.dir and console.log?
- fix the error : Plugin with id ‘com.android.application’ not found
- What is the default font of Sublime Text?
- How can I get the application’s path in a .NET console application?
- How to: Install Plugin in Android Studio
- Sublime Text 2 – Show file navigation in sidebar
- Console.log not working at all
- Showing the same file in both columns of a Sublime Text window
- When to generate a new Application Key in Laravel?
- What is PEP8’s E128: continuation line under-indented for visual indent?
- how to print a string to console in c++
- How to keep the console window open in Visual C++?
- %i or %d to print integer in C using printf()?
- What does this mean in my website console: “JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js?ver=1.4.1:2 “
- PlaySound in C++ Console application?
- How to clear console in Java – Eclipse
- How do you clear the console screen in C?
- Preventing console window from closing on Visual Studio C/C++ Console application
- is there an autosave function/plugin for notepad++?
- Java console program
- omparing the contents of two files in Sublime Text
- Sublime Text 2 – View whitespace characters
- How to search in commit messages using command line?
- Simple C scanf does not work? [duplicate]
- Text progress bar in terminal with block characters
- How to use Sublime over SSH
- Where can I read the Console output in Visual Studio 2015
- How to run Ruby code from terminal?
- How to run Ruby code from terminal?
- Re-enable “component tree” in Android Studio
- “Gradle Version 2.10 is required.” Error
- How to open Console window in Eclipse?
- Chrome: console.log, console.debug are not working
- Swift: print() vs println() vs NSLog()
- WordPress asking for my FTP credentials to install plugins
- WordPress asking for my FTP credentials to install plugins
- how can i get a sign in/ Register plug in like fiverr.com’s on WordPress
- jetpack is in offline mode in wordpress. how to enable it and connect to our wordpress.com account
- Create Online template maker in wordpress website
- WordPress dFactory Cookie Notice Plugin
- Unable to manage Google AdSense with Adspro WordPress Plugin
- Automated Drip/ WorkFlow Form using a Plugin for WordPress site, or using a 3rd party
- How to extend WordPress Bookly plugin
- Speech recognition in WordPress based on Alexa Skill
- wordpress Simple Job board plugin hide cv attachment form
- W3 Total Cache WordPress plugin disturbing my page layout
- WordPress Error: There has been a critical error on your website. Please check your site admin email inbox for instructions
- How do i give a WordPress editor access to the Site Kit by Google plugin?
- WordPress plugin (Q&A Lite by WPMU Dev) not working once logged out from the WordPress admin account
- How to define custom capabilities in wordpress for custom plugin
- Recommendations for an address book/directory plugin WordPress?
- is there any plugin for auto taging with unicode support for wordpress?
- Why can’t import backup site WordPress? Plugin All-in-one migration
- Modern Events Calendar & WordPress: Advanced Speaker addon’s Speaker single page summary doesn’t recognize paragraph breaks
- WordPress PeepSo modification – display WP comments in activity stream
- function “add_submenu_page in wordpress connects to the home page instead of the submenu page
- Best collection of code for your 'functions.php' file [closed]
- Tips for using WordPress as a CMS? [closed]
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Updates for a private plugin?
- Uninstall, Activate, Deactivate a plugin: typical features & how-to
- Best way to initiate a class in a WP plugin?
- Which banner plugin is this? [closed]
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- Woocommerce – adding variations to variations [closed]
- Best way to include wp-config.php
- similar of my posts in all over the internet sites and blogs [closed]
- Between functions.php (theme), widgets, and plugins, which is loaded first?
- Create custom page templates with plugins?
- WPSE Plugin Repository: The plugins that came out of WP-Answers
- Custom Post Type Templates from Plugin Folder?
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Disable update notification for individual plugins
- Passing a parameter to filter and action functions
- Do deactivated plugins slow down a WordPress site?
- What security concerns should I have when setting FS_METHOD to “direct” in wp-config?
- How do you debug plugins?
- How to structure a plugin
- What’s the preferred method of writing AJAX-enabled plugins?