SQLite in C: How to Add and Query Data (INSERT + SELECT Tutorial)
In the previous episode we created a database with a users table. But, the table was empty. Today, we’re going […]
In the previous episode we created a database with a users table. But, the table was empty. Today, we’re going […]
SQLite is the world’s most used relational database for one simple reason: it’s easy to integrate it into your app.
Most people think that relational databases are boring, but they’re awesome! Why else would they be one of the most
Links mentioned in the video: Summary In brief, here’s how to build a raylib app for AmigaOS4 using a cross-compiler.
As promised in the video: Click here for the FREE starter template here. This video’s source code (and much more)
CMake is a powerful tool for building C/C++ projects to working apps, but learning how to use it can be
Yes, The CMake Tutorial is finally available in paperback format. I first started writing it in 2023, so it’s been
I’m excited. The proof copy of The CMake Tutorial printed book arrived yesterday (see above). And, I think it’s looking
As promised, here’s the ICC profile needed for the fix: Coated Fogra39 260 Uncoated (CRPC3) ICC profile. So, you’ve finished
I want to build cross-platform GUI apps in C++, and I’ve heard that Dear ImGui is awesome. So today, I’m