ARTHEESWARI . S
1 min readMar 2, 2022

Hi,
The beginner guide to C programming,
C programming is not difficult to learn. However, the initial slope is always boring and difficult to claim. For that, I create this guide to get you up and run.
GNU Compiler GCC, (the Collection)
We use Mingw-w64, the GCC for Windows 64 & 32 bits for our C compiler. You can go to https://sourceforge.net/projects/mingw-w64/ and download the right toolchains.

Or download from one of these links.
• 32-bit (i686–7.2.0-release-posix-dwarf-rt_v5-rev1.7z)
• 64-bit (x86_64–7.2.0-release-posix-seh-rt_v5-rev1.7z)
Tools
Command Line Tools
• Command Line Prompt (Windows) / PowerShell (Windows)
• Terminal (Linux/Mac)
IDEs
• Eclipse Oxygen IDE for C/C++ Developers (Windows 32-bit | 64-bit)
Eclipse requires JRE or JDK (Java SE Development Kit 9)
• Xcode (from App Store)
Editors
• Notepad (Windows) / TextEdit (Mac)
• Visual Studio Code
Installation and Run
I create videos illustrating how to install and run a simple C program.

No responses yet