Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘c’

My Windows/DOS Applications

By • Jan 21st, 2009

I got into programming before I got into Linux – consequently, many of my earlier programs were targeted for the windows platform. I want to showcase those apps in this post. I no longer use them – but if anyone finds any of these useful, it wont go to waste.



Hello Script for C Language

By • Jul 4th, 2008

C – the root of all modern language’s syntax. Here is the hello script for C. A ‘Hello Script‘ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language. C is a general-purpose, block structured, procedural, [...]