wxWidgets Gui Development On Windows Using Netbeans (and compiling wxWidgets using TDM-GCC)

As for the previous post(wxWidgets Gui Development On Windows) (Do not follow previous tutorial before this) targets the simplest approach now I’m going to explain a harder approach. Netbeans is one of my favorite development environments, its easy to use however its not lightweight. But it is recommended for larger projects. https://netbeans.org/downloads/  There are two […]

wxWidgets Gui Development On Windows using CodeLite (easiest way)

I just wanted to try out one of the famous cross-platform gui library (or framework) wxWidgets on some free time. After being pampered by Java and C# starting to code in C++ is not that easy. For me GUI development has been so far the easiest in C# (those data binding methods awesome). I’ve developed […]

Java Application and Libraries in a single JAR !

So you have created a java application that use .JAR libraries,But you need to put all the stuff into a single JAR ! That’s when the One-JAR comes to your aid. What is One-JAR? One-JAR lets you package a Java application together with its dependency Jars into a single executable Jar file. You can download […]

Imperfection is the Ultimate Perfection

Only way one can become perfect is to remove all emotions and remove everything human, The reason we are human is because we are not perfect, and we have emotions. It is possible that a rational person may take irrational decisions, those irrational decisions are side effects of having emotions and those decisions may create […]