No Image

C++ File I/O

February 11, 2010 muthu 0

File handling is an important part of all programs. Most of the applications will have their own features to save some data to the local […]

No Image

C++ Functions

February 11, 2010 muthu 0

A function is written in C++ when there’s a certain chunk of code that will be executed more than once, or maybe even just to […]

No Image

C++ Pointers

February 11, 2010 muthu 0

We can define a variable in C++ to store a memory address. A pointer in C++ is said to “point to” the memory address that […]

No Image

C++ Date and Time

February 11, 2010 muthu 0

   This article tries to cover a handful of date and time functions, which can be used in our day to day C++ programming. C++ […]