Tag: Source Code

Change IP configuration using C++

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 More

C++ Database project Demo

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 More

Runtime type identification (RTTI)

Runtime type identification (RTTI) lets you find the dynamic type of an object when you have only a pointer or a reference to the base type.   Runtime type identification (RTTI) (13.3 KiB, 4,255...

Read More