TAILIEUCHUNG - Lecture Programming in C++ - Chapter 11: Pointer variables

On completion of this chapter students will know how to: Declare and initialize pointer variables, pass addresses to functions, return an address from a function, reserve memory during execution, link classes with accessor functions. | Chapter 11 – Pointer Variables Declaring a Pointer Variable Declared with data type, * and identifier type* pointer_variable; * follows data type Usually no space between so more obvious Space allowed, so 1 or more would still work Reserves space for storage Must initialize or assign address Lesson Assigning an Address Use the "address of" operator (&) General form: pointer_variable = &ordinary_variable Lesson Name of the pointer Name of ordinary variable Using a Pointer Variable Can be used to access a value Unary operator * used * pointer_variable In executable statement, indicates value Common practice to use suffix ptr for pointer variables Example: width_ptr Lesson Pointer Operators Ampersand & Address of Asterisk * Get value at the address Lesson Uses of * Binary multiplication operator volume = height * depth * width; Declaration specifier indicating address to be stored in variable's memory cell double* height_address; Unary operator indicating to .

TỪ KHÓA LIÊN QUAN
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.