Fltk stands for FAST and Light Toolkit , it as an easy to use UI framework in C++ with a very short learning curve also you should be able to desgin by drag n drop using FLUID . I discovered this rather late !
Resources on Learning Win32 API
Here are a set of online tutorials that helped me learn about Windows Programming , This is a short post – hoping that someone who happen to bump on to my blog finds it useful (a) Forgers Win32 API programming tutorial : http://winprog.org/tutorial/ (b) Iczelion Win32 programming tutorials :- In …
Linux – bash ( commonly used commands )
I know no one really reads my blog , so here is again another note to myself on commonly used linux commands for the heck of it ! . Hopefully someones finds it useful . Hoping that writing this down refreshes my frail memory Getting help [sourcecode language=”bash”] $ # …
Writing Real mode operating systems for fun , study and world domination
Writing real mode operating systems is not hard at all, in fact almost anyone with a little knowledge of x86 assembler will be able to create simple real mode operating systems. The idea of this post is to get you started with real mode operating system development. In this tutorial …