Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
76 views2 pages

Introduction

The document outlines a course on elementary coding and programming in C++, aiming to teach students how to prepare, compile, and execute C++ programs, as well as create simple programs with proper structure. It includes a schedule covering program preparation, components of C++ source files, input/output operations, code maintenance, and control structures, along with assessments consisting of a written test and programming assignments. Recommended readings are provided, although students are not required to purchase books.

Uploaded by

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

Introduction

The document outlines a course on elementary coding and programming in C++, aiming to teach students how to prepare, compile, and execute C++ programs, as well as create simple programs with proper structure. It includes a schedule covering program preparation, components of C++ source files, input/output operations, code maintenance, and control structures, along with assessments consisting of a written test and programming assignments. Recommended readings are provided, although students are not required to purchase books.

Uploaded by

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

Coding and Programming in C++ Language II (7261-229) - Introduction

ELEMENTARY CODING AND PROGRAMMING IN C++

Aims

To enable students to:

1· prepare and edit C++ source code

2· compile and execute C++ programs

3· create simple C++ programs with an acceptable layout and structure

4· use C++ to produce executable programs to solve given problems

5· write clear user instructions for the operation of a program

Schedule

Introduction

Program Preparation - creating and compiling source code to produce


executable programs.

Components of a C++ source file - sample structure, data types and their use,
the pre-processor, functions.

Simple input and output - interacting with the user

Code presentation and maintenance - indentation, case, comments and


documentation.

Operations - assigning values to variables, use of arithmetic operations,


operator precedence.

Control Structures - decision making and loops.

Assessments - one multiple choice written test, three programming


assignments, all to be completed in class.

Notes

Throughout the notes text appearing in courier represents computer related


information, such as C++ keywords, assembly statements, contents of
memory locations, etc.

Words appearing in bold relate to learning objectives in the students log book.

Use subject to our Terms and Conditions Written By Ross Fruen


Coding and Programming in C++ Language II (7261-229) - Introduction

Reading

Students are not expected to buy books on the subject, though the following
may be of use:

6· First Course in C++ by Mark Harman and Ray Jones (McGraw Hill, 1997).

7· C++ Primer Plus 3rd Edition by Stephen Prata (Sams, 1998).

8· Mastering C++ Programming by Arthur Chapman (MacMillan Master


Series, 1998).

Use subject to our Terms and Conditions Written By Ross Fruen

You might also like