Code::Blocks 的使用



一、创建新工程、添加新文件、添加已存在的文件、移除文件。

Creating a new projecthttp://wiki.codeblocks.org/index.php?title=Creating_a_new_project#Adding_a_new_build_target

This page is a guide to many of thebeginning (and some intermediate) features of the creation and modification ofa Code::Blocks project. If this is your first experience with Code::Blocks,here is a good starting point.

Contents

1 The project wizard

2 Changing filecomposition 2.1 Adding a blank file

2.2 Adding a pre-existingfile

2.3 Removing a file

3 Modifying buildoptions 3.1 Adding a new build target

3.2 Virtual Targets

 

 

二、调试

Debugging with Code::Blocks http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks

Contents

1 Build debug version of your project

2 Add Watches

2.1 In version 10.05

2.2 In 12.11 or latestnightly builds

3 Double-clicking in the Call stack window

4 Set Breakpoints

5 Notes 5.1 Scriptsupport

5.2 Single filedebugging

5.3 Path with spaces

5.4 Forking

5.5 Update to thenewest version of MinGW

5.6 Use 32bit CDB for32bit programs and 64bit CDB for 64bit programs

5.7 Limits on theearly version of MinGW

5.8 See also

 

三、用户手册 http://wiki.codeblocks.org/index.php?title=User_documentation

你可能感兴趣的:(Code::Blocks 的使用)