TAILIEUCHUNG - Lecture Practical C++ programming - Chapter 13: Simple classes

In this chapter we define a simple stack. The first version uses procedures and a structure, the second version uses a class. The class version of the stack is very similar to the procedure/structure version of the stack, except that the procedures (member functions) and structures are integrated. That means that you don’t have to pass the structure as the first parameter to each procedure. | Chapter - 13 Simple Classes Practical C Programming Copyright 2003 O Reilly and Associates Page 1 Stack Definition Data A place to store the items put on and taken from the stack. Implemented as an array . Obvious operations Push -- Add an element to the top of the stack other elements are pushed down . Pop -- Remove the top element from the stack other elements are popped up . Hidden operations Construction -- The creation and initialization of the stack Destruction -- The clean up done when the stack is destroyed. Practical C Programming Copyright 2003 O Reilly and Associates Page 2 ----- T. r ----- r r X Stack Implementation as Struct Practical C Programming Copyright 2003 O Reilly and Associates Page

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.