Install Qt5 and Qt Creator on Linux
Interested in developing a graphical user interface application for Linux? Not sure where to get started? If you know a little C++, you can’t go …
Tutorials for getting things done in Linux
Articles related to programming under Linux
Interested in developing a graphical user interface application for Linux? Not sure where to get started? If you know a little C++, you can’t go …
Wouldn’t it be great if GIT supported a command like “svn export”? Developers that made the switch from Subversion to GIT can relate to this …
Does the Lazarus IDE look a bit too old fashioned for your liking? Multiple windows all over your desktop. Don’t let this put you off. …
C and C++ compiler toolchains make it possible for us software geeks to build amazing things. Did you know that both GCC and Clang offer …
Catch yourself typing git status a lot? Yeah, me too. There’s got to be an easier way, right? Luckily there is: fancy-git. It makes it …
Coming from Debian or Ubuntu and interested in building C or C++ software programs on Fedora? You’ll probably frantically search for a way to install …
A version control system, combined with an issue tracking system, are must-have tools for serious software development. Each time you commit a code change, you …
Did you ever encounter a situation where you needed to just make a small change in a file? Perhaps even quite often, to the point …