You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can write code like smart char* pStrA = (char*)smart_arr(UNIQUE, char, 64);
but not smart char* pStrA = (char*)smart_arr(UNIQUE, char, myArraySize);
Can you give me any ideas what I need to do? Either with using csptr, or changing it.
Thanks