I was developing a small utility in C++, and was using the classes to make my program easy to read and maintain (we all know OOP is better than structured approach most of the time). In one of my clas… more →
Akbar's Weblogmafutrct wrote 5 months ago: Questionable improvement Recently, I had a look at Hidden Features of C# again. One of the top voted … more →
sim0n wrote 8 months ago: A much cleaner solution than what I made here: /c-minesweeper-in-game-toggle-mine-visibility/ It jus … more →
nandokakimoto wrote 1 year ago: Hi, I’ve been little busy these days due to an university research. However, I found some time … more →
mdzahidh wrote 1 year ago: This one is after a real long break from blogs . Function pointer is pretty commonplace among C/C++ … more →
Hoang Tran wrote 2 years ago: Bài viết về function pointer được trích dịch từ tài liệu này: http://www.newty.de/fpt/index.html 1 G … more →
syedgakbar wrote 2 years ago: I was developing a small utility in C++, and was using the classes to make my program easy to read a … more →
fookean wrote 2 years ago: I wrote a sample delegates program with 3 buttons that explains it all. Another good source of expla … more →