User profile: sajithshn

User info
User name:sajithshn
Name:Sajith Eshan
Location:Sri Lanka, Colombo
Bio:I'm a IT Graduate, Currently working at MillenniumIT (Sri Lanka) as a C++ developer.
History
Joined:
Number of posts:9
Latest posts:

Casting from double to char
You can use strtod http://www.cplusplus.com/reference/clibrary/cstdlib/strtod/

Is it essential the size of a 'char' array to be const
Hi all, My question is regarding the size of an array. As i know the size of an array must be a c...

Question
Vectors are don't have to be passed by reference all ways(i presume you're referring to STL vector c...

Question
Built in arrays are all ways passed by reference. The reason for this is when you pass an array to a...

the erase function
After you erase an elements, all the elements that are placed left side of the erased element must b...