Graphical Calculator and Dairy
This is a Graphical calculator and graphical dairy which uses files to store the diary information. [code=’c’]/******************************************************* * MYCPLUS Sample Code –...
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
This is a Graphical calculator and graphical dairy which uses files to store the diary information. [code=’c’]/******************************************************* * MYCPLUS Sample Code –...
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
This sample illustrates how to programmatically change an IP address for a specific network adapter on your machine. This program also demonstrates how to retrieve existing network adapter IP configuration information using Win32 APIs.
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
This C++ Program demonstrate the use of pipes to pass a continuous stream of data between processes. It has four parts i.e. Simple named pipe client , Overlapped Server, Simple named pipe server and Advanced named pipe server.
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
This a database management project that demonstrate the database operations. The operations include add, edit and delete the records. User can also search the records.
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
This C++ program simulates the cache coherence problem graphically. In computer architecture, cache coherence is the uniformity of shared resource data that ends up stored in multiple local caches. When clients in a system...
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
Posted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
Following is the source code of simple queue implementation with the help of Inheritance and Polymorphism i.e. Late Binding.
Read MorePosted by M. Saqib | Sep 9, 2008 | C++ Source Code: C++ Programming Concepts |
Container classes are the solution to a specific kind of code reuse problem. They are building...
Read More