//const char* '/0'
const char * t_t_tempchar = (const char *)strResult.data();
char * charResult = (char*)malloc(sizeof(char) * strResult.size() + 1);
charResult[strResult.size()] = '/0';
strcpy(charResult, t_t_tempchar);
return charResult;
本文转自elbertchen 51CTO博客,原文链接:http://blog.51cto.com/linkyou/750675,如需转载请自行联系原作者
压入弹出堆栈算法-附LeetCode剑指 Offer 31. 栈的压入、弹出序列-题解-python && C++源代码
压入弹出堆栈算法-附LeetCode剑指 Offer 31. 栈的压入、弹出序列-题解-python && C++源代码