No Image

C++ ADO Insert Sample

February 14, 2010 muthu 0

  This following sample code describes how to insert a record into a sample table in SQL Server. The sample code inserts data for each […]

No Image

C++ ADO Select Sample

February 14, 2010 muthu 0

ADO is the norm of the day for database programming. It has a set of COM classes with the capability to support all kinds of […]

No Image

scanf

February 14, 2010 muthu 0

Though scanf and printf are the functions of legacy C language, these functions are being used extensively even in C++ programs. The programmers who have […]

No Image

Understanding Unicode

February 14, 2010 muthu 0

The computers understand everything by numbers. Each character is represented as a number, which is finally drawn as a character in the screens.It has been […]