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