Skip to content

David Browning

Search
  • Home
  • Blog
  • Projects
  • About Me
  • Podcast
  • Search

davidbrowning

The Necessity of Global Variables

April 7, 2020January 25, 2019 by davidbrowning

Question: What is the best prefix to use for a global variable?
Answer:

There's More to Read...
Categories Operating Systems, Software EngineeringTags Software Engineering

OS Code Available

April 26, 2020December 6, 2018 by davidbrowning

I posted the code from my Implementation of Operating Systems class.

There's More to Read...
Categories Operating SystemsTags Operating Systems

Welcome to Memory Street

April 19, 2020December 1, 2018 by davidbrowning

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...
Categories C++, Computer Science, MemoryTags C++, Computer Science, Memory, Operating Systems

How Computers Math: AST

November 27, 2018 by davidbrowning

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...
Categories Compilers, Computer Science, What they didn't teach youTags Assembly, Compilers, Computer Science, What they didn't teach you

I Crossed Over to the Dark Side

November 24, 2018November 23, 2018 by davidbrowning

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...
Categories IDETags C++, IDE, Visual Studio

What The Struct

November 24, 2018November 22, 2018 by davidbrowning

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...
Categories C++Tags C++

Hello World

November 25, 2018November 21, 2018 by davidbrowning

It wouldn’t be a programming blog if the test post didn’t say “Hello World”. C++ Code available.

There's More to Read...
Categories C++Tags C++

Recent Posts

  • The Necessity of Global Variables
  • OS Code Available
  • Welcome to Memory Street
  • How Computers Math: AST
  • I Crossed Over to the Dark Side

What I write about

Assembly C++ Compilers Computer Science IDE Memory Operating Systems Software Engineering Visual Studio What they didn't teach you
© 2021 David Browning