C and C++ Programming Articles
- An Elegant and Efficient Linked List Implementation
- Describes and implements a C abstract data structure for a linked list using two different approaches. The second approach uses double pointer iteration and requires less code to implement and is more run time efficient than single pointer iteration.
- Faster C and C++ Code
- Tips for writing faster C and C++ code.