Bing's Programming Experiences and Tips on C++

Here you find my experiences and tips on programming C++ for Windows and Linux that I got from software projects I've been involved in.

Thursday, May 5, 2016

An Updated Reading List

›
Mathematics, Data Structures & Algorithms Discrete Mathematics and Its Applications (Fifth Edition), Kenneth H.Rosen Concrete ...
Saturday, April 11, 2015

Fedora 21 Installed!

›
Haven't written anything since three years and now I come back, with my beloved Fedora. Just installed the latest Fedora 21 and now I...
Wednesday, September 5, 2012

A Real-life Story about exception specification

›
Today, just before I thought I'd finish my day and go home, I got a urgent problem. One of our component kept coring, making services un...
Saturday, June 30, 2012

Fedora 17 Installed!

›
Another step towards a better OS, Fedora 17 has been released quite some time ago but only I have a chance to upgrade to it for my PC. So no...
Friday, April 27, 2012

A Real-life Story about Floating Point Value Comparison

›
I got a problem today in our software. In general, when we have two input double values like v1= 800 and v2= 750, it's working correctly...
Friday, November 25, 2011

Introduction to Algorithms - The Reading Notes: Part 7, The Quick Sort

›
Now comes our famous QuickSort. It's famous because it's quick, so how quick it is? The answer from the theoretical analysis is Θ (...
Sunday, November 20, 2011

Introduction to Algorithms - The Reading Notes: Part 6, The Heap Sort

›
Heap Sort The basic idea of Heap Sort is to sort with help of a special data structure called heap. A heap is a binary tree where each no...
›
Home
View web version
Powered by Blogger.