The visual studio debugger shows the static arrangement well, Do I have to press + to show the dynamic array or double pointer?
Also, sometimes I have to press + every time, so it's annoying.
debugging c++ c visual-studio
char *a = new char[10];
.
a,10
Please write it with me.
© 2024 OneMinuteCode. All rights reserved.