.

Thursday, 22 January 2015

change text color of c/c++ console applications

Changing background or text of console in c++ is not a very major task. One can do it easily by doing some really good efforts . This tutorial is all about changing the colors in c++ which helps to look application similar...
Read more ...

How to validate a date in c++ ?

Validation of date in c++ involves three steps - 1) Declare the function inside the body of a class. 2) Give definition to it outside the class using scope resolution. 3) Call it using do while loop by passing string...
Read more ...

How to Validate String in c++ ?

Validation of string in c++ involves three steps -1) Declare the function inside the body of a class.2) Give definition to it outside the class using scope resolution.3) Call it using do while loop by passing string  in...
Read more ...

How to Validate a Number/Integer in c++ ?

Validation of integer in c++ involves three steps -1) Declare the function inside the body of a class.2) Give definition to it outside the class using scope resolution.3) Call it using do while loop by passing string type...
Read more ...
Pages (4)1234 Next