python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Heap error in delete statement when object is destroyed in C++
I created a simple StringBuilder class to practice. A similar class is available in other programming languages.
When the destructor of this class is called, I try to delete the memory allocated to th...
MRJ
Votes: 0
Answers: 0
Need to return pointer to a string array but can't get it right
This is Leetcode's palindrome problem, which I solved with JavaScript. Then I decided to try it with C and the problem I'm running into is that if I define the array by value, when I would try to retu...
No-name-yet
Votes: 0
Answers: 1