The Necessity of Global Variables
Question: What is the best prefix to use for a global variable?
Answer:
Question: What is the best prefix to use for a global variable?
Answer:
I posted the code from my Implementation of Operating Systems class.
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.
The answer to how a computer solves a math problem is not obvious, hence why I’m writing this and you’re reading it.
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.
What’s the difference between a C++ struct and class? The difference is crazy so hold on to your underwear….
It wouldn’t be a programming blog if the test post didn’t say “Hello World”. C++ Code available.