Setting alternate GCC on Ubuntu without removing previous versions January 13, 2020 Add Comment You might want to install multiple softwares in your computer that work with different versions of GCC/G++. Uninstalling and reinstalling ... Read More
Vulnerabilities Introduced by Strings in C January 12, 2020 Add Comment C has been extensively used for decades. It is a lightweight language and has a small footprint. But unfortunately, it has many security f... Read More
How to Install Netbeans On Ubuntu 16.04 December 30, 2019 Add Comment Netbeans is an integrated development environment that will allow you to to develop a range of software applications. This article is not... Read More
Asssertions in Programming November 01, 2019 Add Comment Assertions are special statements provided by different programming languages to check the programming logic. It is strategically placed i... Read More
Software Binary Analysis July 10, 2018 Add Comment Software Binaries are nothing but compiled executables of your program written in a programming language. When you pass the program as a t... Read More