0% found this document useful (0 votes)
46 views9 pages

A Lesson3-CodeBlocks-Environment

CodeBlocks is a free cross-platform IDE that supports C, C++ and Fortran. It includes features like a source code editor, build tools and a debugger. The document describes how to create a new C++ file in CodeBlocks by selecting File > New > File, choosing C/C++ source, and specifying a file name and location to save.

Uploaded by

Satoru Fujinuma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views9 pages

A Lesson3-CodeBlocks-Environment

CodeBlocks is a free cross-platform IDE that supports C, C++ and Fortran. It includes features like a source code editor, build tools and a debugger. The document describes how to create a new C++ file in CodeBlocks by selecting File > New > File, choosing C/C++ source, and specifying a file name and location to save.

Uploaded by

Satoru Fujinuma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

UNIT 2

C++ Basics

IT 103 Computer Programming 1


Lesson 3
CodeBlocks Environment

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

▪ Code::Blocks (or C::B) is a cross-platform IDE that supports


compiling and running multiple programming languages. It is
a free C, C++ and Fortran IDE built to meet the most
demanding needs of its users. It is created and developed to
be very extensible and fully configurable.
An Integrated Development Environment (IDE) is a software
application that gives comprehensive facilities to a computer
programmer for software development. An IDE normally includes
a source code editor, build automation tools, and a debugger.

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

M W Start page
a i
n n
a d
g o
e w
m
e
n
t
Logs window

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

Creating a File
1. Select File>New>File

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

Creating a File
2. Select C/C++ source

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

3. Click Next.

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

4. Select C++

IT 103 Computer Programming 1


UNIT 2
LESSON 3 CodeBlocks Environment

5. Click the ellipsis (…) to select the file


location. Once location(folder) is selected
(e.g. Documents\SamplePrograms),
specify the file name.
Click Save, then Finish.

IT 103 Computer Programming 1

You might also like