GodLikeMouse
  • Blog
  • Music
  • About Me

C/C++

C/C++

Rust vs. C++: A Battle of Syntax and Safety

In the realm of programming languages, there’s always a heated debate about which one reigns supreme. Today, we’re throwing Rust vs. C++ into the ring for a showdown of epic proportions. Strap in, folks, because this is going to be one heck of a ride. Let’s start with our old Read more…

By GodLikeMouse, 1 yearMarch 23, 2024 ago
C/C++

Adding Custom CSS Properties Using gtkmm

Adding custom CSS properties in gtkmm is actually pretty simple once you know how.  It took me quite a bit of searching along with some trial and error before I came up with a pretty simple pattern for doing so.  What I was looking for was a way to use custom Read more…

By GodLikeMouse, 9 yearsNovember 8, 2016 ago
C/C++

Quick Start Embedding Lua In C++

Introduction Lua is a pretty straight forward simple scripting language that can be implemented in a number of languages.  Today I’m going to show you how easy it is to embed Lua in C++.  First thing you’re going to need to do is create a sane build environment by installing Read more…

By GodLikeMouse, 12 yearsAugust 6, 2013 ago
C/C++

Optimizing memcpy Routines

First let’s understand what the problem is. Memcpy copies memory one byte at a time. Which is fine as long as you don’t have a lot of memory to copy. If you find yourself needing to copy large chunks of memory from one spot to the next you may very Read more…

By GodLikeMouse, 17 yearsMarch 5, 2008 ago
C/C++

Finding The Fastest Write Method

I was recently tasked to develop a system that would need to write data in the Gigabytes per second range directly to disk. While doing so, I needed to spec out and build a machine that allowed for that type of bandwidth to be persisted as well as find the Read more…

By GodLikeMouse, 17 yearsFebruary 27, 2008 ago
  • Blog
  • Music
  • About Me
Hestia | Developed by ThemeIsle