Difference between revisions of "A short overview about Code::Blocks architecture"

From Code::Blocks
(No difference)

Revision as of 15:20, 24 November 2006

The following are guidelines about the architecture of Code::Blocks. Anyone writing code or a patch for Code::Blocks, should read this to understand how Code::Blocks works.

Introduction

C::B keeps projects (cbProject) in a workspace (cbWorkspace). This workspace can have more than one project. This is managed by the ProjectManager. Here a short overview: