+ 1
Can someone help me with this ?
I have made this calculator v2.0 and is looking forward to publish the v2.1 . I have an idea to assign the variables to the heap instead of the stack so that it can store unknown quantity of input . But I can't figure out how to do it . Can anybody help me with this problem ? Calculator v2.0 : https://code.sololearn.com/cD3Hk8xEVsB6/?ref=app
1 Resposta
0
Pritam Santra I only know what I know about c++ from the lessons here on Sololearn. But a quick search in Bing yielded this:
https://www.tutorialspoint.com/proper-stack-and-heap-usage-in-cplusplus
I imagine a few targeted searches would help you find your answer