Displaying tabular data in a GtkTreeView

Hi Community, As a follow up to Yesterday’s post on Linux development with C++, GTK+ and SQL Server vNext. Today’s post is about GtkTreeView and how we can use it to display tabular data, as we’re used to do with a DataGrid in .NET, but first it’s worthy to start with an introduction to GTK+. […]

Continue Reading

Replicating C#’s using statement functionality in C++

Hi Community, Today’s post is about a project I’ve recently started working on, it’s a C++ application for Linux built with GTK+ and SQL Server vNext for Linux. I’m also using CLion which is my favorite cross-platform IDE when doing plain C++  and Glade as my UI editor. I chose not to use Qt, because I’d […]

Continue Reading

Instrumenting *nix Systems via C#, C++, Mono and Qt

Hi Community, The following article is about one of the subjects I’m most passionate about that’s integration of disparate systems and cross-platform computing. I think, it’s something I had to publish and it’s one of the core components of my SIF project (Service Integration Framework). This approach can be applied to a variety of scenarios, […]

Continue Reading

Checking for library dependencies in Windows and Linux

Hi Community, Today’s post is about identifying and learning about the dependencies our applications might have with shared libraries. One of the beautiful things about software is that it’s universal similar to music, therefore patterns and principles are agnostic of any platform, but they’re also applicable to specific platforms.  In order to get started, we […]

Continue Reading

Integration between Qt application running on Linux and Microsoft SQL Server

I love computers, technology and software that’s for sure. I fell in love with them at a very early age and I still got the passion To me, when I’m able to make one system talk or communicate and interact with another it’s always fun and challenging, but more importantly it’s rewarding as. I have […]

Continue Reading

C Language – Tutorial

Hi Community, I would like to share with you an interesting tutorial on C language kindly provided by the guys from Udemy. Long story short, I received an email from a nice lady called “Molly Elizabeth” (which I originally thought to be a bot) asking me whether I was keen on publishing their tutorial that I’ve […]

Continue Reading