SVG Ruler in Javascript

February 11, 2024 amit 0

OVERVIEW This is a small, compact ruler display tool in an svg container using plain javascript. Its less than 200 lines of code and can […]

MySQL

Working with MySQL in VC++

September 21, 2023 amit 0

OVERVIEW One of the chief advantages of using Mysql databases in VC++ is that it is incredibly fast. Since almost every application which uses MySQL […]

Using libcurl in VC++

November 12, 2022 amit 0

OVERVIEW In this blog post, we take a look at how to setup libcurl for use within Visual Studio. This has been tested in Visual […]