Click here to Skip to main content
15,885,435 members
Articles / Programming Languages / C

Who's Afraid of Pointers, Virginia Woolf?

Rate me:
Please Sign up or sign in to vote.
4.73/5 (15 votes)
19 Jun 2022CPOL19 min read 11K   7  
Pointers don't have to be black magic.
Let's take something many newer C and C++ programmers are intimidated by, and make it not so scary. Pointers are powerful tools, and with some simple techniques and practices you can remove most of the common dangers and confusion around them.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions