Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống
1
/ 33 trang
THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng
Số trang
33
Dung lượng
349,5 KB
Nội dung
C++ Programming Lecture C++ Basics – Part I The Hashemite University Computer Engineering Department (Adapted from the textbook slides) Outline Introduction to C++ code Data types Identifiers Casting C++ keywords Memory concepts The Hashemite University Sample C++ Program //Sample C++ Program /* This program prompt the user to enter two integers and return their sum*/ #include int main() { int unsigned a1, a2, sum; cout