1.1 Overview Programming
1.1 Overview Programming
1.1 Overview Programming
CITE002- Programming 1
1) What is a Program ?
2) Some Program Terminologies.
3) Short History of C++.
4) C++ Data types, Variables, Identifiers and Constants
Intended Learning Outcomes (ILO)
What is a Computer Program ?
1) Text Editor
2) Compiler
3) I.D.E
• An Integrated Development Environment
(IDE) is a software application that provides
comprehensive facilities to computer
programmers for software development. An
IDE normally consists of at least a source
code editor, build automation tools and a
debugger or compiler.
Intended Learning Outcomes (ILO)
Short History of C++
• In 1983, the name of the language was changed from C with Classes to C++.
{ Opening/Start
} Closing/End
Program Demonstration
Intended Learning Outcomes (ILO)
C++ Data types, Variables, Identifiers and Constants
2) Variable – container.
Jenelyn Bolda
2019/02/09
3:21 PM
Type Keyword
Boolean bool
Character char
Integer int
Floating point float
Double floating point double
Valueless void
Wide character wchar_t
The following table shows the variable type, how much memory it takes to
store the value in memory.
1) https://www.w3schools.com/cpp/cpp_operators_comparison.asp
2) 2) https://www.tutorialspoint.com/cplusplus/cpp_operators.htm
3) http://www.cplusplus.com/doc/tutorial/operators/
Proprietary Clause :
Property of Technological Institute of the Philippines (TIP).
No part of the materials, made and uploaded in this learning management system by
TIP may be copied, photographed, printed, reproduced, shared, transmitted, or
reduced to any electronic medium or machine-readable form, in whole or in part,
without prior consent of TIP.