Some old CPP notes were written by me during my freshman years. Hope some of these are still relevant. Two very annoying mistakes I am very good at...
I was facing this issue this morning. My system was on for several weeks, and today it was showing disc full warnings. On brief analysis, I found that...
Node.Js introduces itself as a asynchronous event driven JavaScript runtime. To achieve this asynchronous nature , node uses a open source library...
"Gone are the days when you have to spend a few precious years of your life in Art colleges, to create Art. Or you have got to born with sheer...
Clang is relatively new in cpp world. Clang came out of apple’s stable and became open sourced in 2007. Apple uses LLVM extensively. For some unknown...