Personal page of Konjengbam

“Bluetooth adopter, technology enabler and innovative thinking”

This class has been developed to replace CString in the case of applications that require no MFC but still prefers to use MFC's CString style of handling strings.

CString alternative for non-MFC application

If queue is to be accessed in different threads, some form of synchronization of the queue access would be necessary, for example, providing locking and unlocking mechanism.

Safe Queue for multi-threaded environment

Imagine a scenario where you would like to invoke different types of functions dynamically (with different arguments and containing types) in a sequence. Alternatively speaking, let this be address by the use of a function list/table where user is interested to execute a particular function from that table, based on certain run-time conditions.

Calling functions with variable and non-uniform arguments

Code Library

Quite often when we are in the middle of developing complex programs or applications we find that multi-threading is required in order to achieve better software or application performance.

Unleashing Threads in Windows and containing them

A link list is a list where each item has a link to the next item. It is also known as singly linked list unless chained to the previous node/item.

Simple Link List in C++

Presented here list of other code snippets

Various other isolated code snippets

Hosted by www.Geocities.ws

1