TAILIEUCHUNG - Data Structures and Algorithms – C++ Implementation

BK Ho Chi Minh City University of Technology Faculty of Computer Science and Engineering BK Data Structures and Algorithms – C++ Implementation Huỳnh T n t Email: htdat@ Home Page: .Pointer in C++ Declaration Node *ptr; Create an object ptr = new Node(); A pointer usage printf(“Data in node: %d”, ptr-data); Destroy an object delete ptr; NULL pointer ptr = NULL; ??? ptr ptr ??? ptr ptr Faculty of Computer Science and Engineering – HCMUT Slide 2 .Pointer in C++ Be careful in these cases: Before ptr1 Before ptr1 ptr2 ptr1 = ptr2; ptr2 delete ptr1; ptr1 = NULL; Garbage After ptr1 After ptr1 ptr2 ptr2 Dangling reference problem Slide 3 Faculty of Computer Science and Engineering – HCMUT .Parameter Passing Techniques void func(int* a, int* b){ int *t;. | ỂBK Ho Chi Minh City University of Technology BK TP HCM Faculty of Computer Science and Engineering Data Structures and Algorithms -C Implementation Huỳnh Tấn Đạt Email htdat@ Home Page http htdat Pointer in C Declaration Node ptr Create an object ptr new Node A pointer usage printf Data in node d Destroy an object delete ptr NULL pointer ptr NULL ptr ptr ptr- data ptr Faculty of Computer Science and Engineering - HCMUT Slide 2 Pointer in C Be careful in these cases Faculty of Computer Science and Engineering - HCMUT Slide

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.