Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Kỹ thuật lập trình
A Complete Guide to Programming in C++ part 68
Đang chuẩn bị liên kết để tải về tài liệu:
A Complete Guide to Programming in C++ part 68
Thúy Anh
71
10
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
A Complete Guide to Programming in C++ part 68. This book provides both novice and experienced programmers with a comprehensive resource manual for the C++ programming language. Readers gain experience in all aspects of programming, from elementary language concepts to professional software development, with in depth coverage of all the language elements en route. These elements are carefully ordered to help the reader create useful programs every step of the way. | PERSISTENCE OF POLYMORPHIC OBJECTS 649 Storing Polymorphic Objects Imagine you want to make the objects of a polymorphic class hierarchy persistent that is store them in a file. You need to ensure that an object can be reconstructed precisely when it is read. This gives rise to the fact that objects in polymorphic class hierarchies contain virtual methods. So it is not simply a case of making the data members of an object into records and writing them to a file. NOTE 1. You must write both the type and the data members of the object to a file. 2. If the objects contain dynamic members you must save the referenced objects themselves along with information on the object type. To allow the class to assume control over object storage you need methods that allow the object to write its own data members to a file. The methods can have a virtual definition within the class hierarchy. Thus if pointers are used to reference objects the appropriate read write operation for each object will be called. Storing Objects of the Account Hierarchy The opposite page shows the Account class with which you should already be familiar. Virtual file I O methods have now been added. The implementation of the read and write methods was discussed earlier in Chapter 18 Fundamentals of File Input and Output and is unchanged. The derived classes DepAcc and SavAcc also contain definitions of the read and write methods that read only their own objects and write them to files. The implementation first calls the appropriate base class method. If no errors occur it is simply a question of transferring the additional data members of the derived class to or from a file. At present no type information will be written to file or read from file. This task will be performed by a special class whose features are used for file management. The following section contains more details on this topic. 650 CHAPTER 29 MORE ABOUT FILES PERSISTENCE OF POLYMORPHIC OBJECTS CONTINUED account.h continued Add definition
TÀI LIỆU LIÊN QUAN
Ebook A complete guide to programming in C++: Part 1
Ebook A complete guide to programming in C++: Part 2
A Complete Guide to Programming in C++ part 85
A Complete Guide to Programming in C++ part 1
A Complete Guide to Programming in C++ part 2
A Complete Guide to Programming in C++ part 3
A Complete Guide to Programming in C++ part 4
A Complete Guide to Programming in C++ part 5
A Complete Guide to Programming in C++ part 6
A Complete Guide to Programming in C++ part 7
Đã 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.