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
// error: function returns bool, pointer that is 'returned' gets converted to bool, new dynamically allocated int on the heap is lost, memory leak, unless delete is used on the pointer before the return!!!