1 / 6

Introduction to C Development Environment

This guide introduces various C development environments crucial for programming in C. It covers free options like GCC on Linux/UNIX, as well as Windows-based tools such as Dev-C++, Cygwin, and MinGW. For those interested in commercial tools, it highlights Microsoft Visual C++ and Borland C++. The document outlines the programming lifecycle, including steps for editing source code, compiling, linking, and debugging using features like breakpoints and watch demos. Ideal for novice and experienced programmers alike.

keisha
Télécharger la présentation

Introduction to C Development Environment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to C Development Environment J. H. Wang Oct. 8, 2007

  2. Program Development Environment • Free C Development Environments • GCC on Linux/UNIX servers (ntut.edu.tw) • Windows-based • Dev C++ (http://www.bloodshed.net/devcpp.html) • Cygwin (http://www.cygwin.com/) • MinGW (http://www.mingw.org/) • Commercial tools • Microsoft Visual C++ • Borland C++

  3. Dev-C++ • http://www.bloodshed.net/devcpp.html • Dev-C++ 4.9.9.2 • GCC-based compiler • GDB (debugger)

  4. Programming Lifecycle • Edit source code • Compile (& Link) • If incorrect, go back to step 1.

  5. Debugging • Breakpoint • Step-into • Watch

  6. Demo • Microsoft Visual C++ • Dev C++

More Related