1 / 6

Introduction to C Development Environment

Introduction to C Development Environment. J. H. Wang Oct. 8, 2007. 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/ )

keisha
Download Presentation

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