The Necessity of Global Variables
Question: What is the best prefix to use for a global variable?
Answer:
The Blog is where I share everything on my mind. In some posts, I describe a technology, pattern, or programming paradigm that I learned since completing my degree that I wish I learned at university. Often, these new studies lead to faster development and fewer bugs.
I'll mostly post programming related articles but watch out for the occasional personal story or self-reflective post. Here, you can peer into how I work, entertain, teach, and think.
Question: What is the best prefix to use for a global variable?
Answer:
I posted the code from my Implementation of Operating Systems class.
There's More to Read...What does RAM look like? I’ll stop all the smartasses first: I know its just a bunch of little capacitors that store a bit. No, I’m not talking about the big sheep either. I’m interested in an abstraction of RAM so that it’s useful to a programmer.
There's More to Read...The answer to how a computer solves a math problem is not obvious, hence why I’m writing this and you’re reading it.
There's More to Read...Pardon the Star Wars pun; I needed something to get your attention. I started writing code over 10 years ago in Notepad, Microsoft FrontPage, and Visual Studio.
There's More to Read...What’s the difference between a C++ struct and class? The difference is crazy so hold on to your underwear….
There's More to Read...It wouldn’t be a programming blog if the test post didn’t say “Hello World”. C++ Code available.
There's More to Read...