Casting from double to charYou can use strtod http://www.cplusplus.com/reference/clibrary/cstdlib/strtod/
Is it essential the size of a 'char' array to be constHi all, My question is regarding the size of an array. As i know the size of an array must be a c...
QuestionVectors are don't have to be passed by reference all ways(i presume you're referring to STL vector c...
QuestionBuilt in arrays are all ways passed by reference. The reason for this is when you pass an array to a...
the erase functionAfter you erase an elements, all the elements that are placed left side of the erased element must b...