-
Notifications
You must be signed in to change notification settings - Fork 0
Picking a Text Editor
Cesar Saez edited this page Jan 14, 2015
·
4 revisions
The text editor you work with won't have much effect on the outcome, it's more important to pick one that suits you. So, below is a sampling of a few available editors along with instructions for how to use them with C.
If you have a favourite editor not in this list, feel free to add it.
Compiling your first Hello World program.
Table of contents
- Home
- Prerequisites
- Basic workflow
- Coding Style
- Binary Compatibility
-
Which compiler should I use?
- Windows users
- Unix / Linux users
- Mac OSX
- Writing the code
- Compiling the code
- Running the code
- Problems?
-
Getting setup with GCC
- Introduction
- Environment
- [[Writing Code|GCC Writing
hello world]] - Compilation
- Getting setup with GCC
- Getting setup with Clang
-
Getting setup with MinGW
- Introduction
- Installation
- [[Writing Code|MinGW Writing
hello world]] - Compilation
- Issues
-
Getting setup with VS
- Introduction
- Environment
- Installation
- [[Writing Code|VS Writing
hello world]] - Compilation
- Getting setup with CodeBlocks
-
Getting setup with QtCreator
- Introduction
- Installation
- [[Writing Code|QtCreator Writing
hello world]] - Compilation
- Issues