[Bug c++/69016] New: In C++14 standard, function with auto as return and arguments returns result with the datatype of first argument only
: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: emailstorbala at gmail dot com Target Milestone: --- Hi Team, I am using gcc/g++ 4.9.2 version in Debian 8.2. I
Reg: Deletion of char ptr resulting in segmentation fault - Double to string convertion
Hi Team, For one of my project requirement, I tried to write a C++ function (given below) to convert a double value to a string. #include #include #include using namespace std; int main() { char * buffer = 0; double num = 23e45; buffer = new cha