Pointers in C++

Pointers can be an intimidating concept. One resource I have found particularly helpful is the C++ Language tutorial on pointers. Quoting from that tutorial: The variable that stores the address of another variable is what in C++ is called a pointer.…Pointers are said to “point to” the variable whose address Read more

What does AI mean?

Since ChatGPT was released on November 30, 2022, “Artificial Intelligence” or “AI” has been in the news frequently. I’ve often been frustrated when reading news articles and blog posts that don’t define the term, since it can mean different things in different contexts. When discussing ChatGPT in particular, “AI” is Read more