Overloaded constructor of StringHi guys, I have to implement the following class: [code] class MyString { private: char *str;...
How to check array value at specific indexelement obviously cannot be empty. im talking about the array's index
How to check array value at specific indexhello everyone, how can I check that value at specific index of an array is empty or not. for exampl...
why char is considered as Bad Pointer?thanks. plz explain bad pointer too. when im debugging the code [quote]char *yptr;[/quote] is consid...
why char is considered as Bad Pointer?Hello everyone. I wrote this simple code below just for an experiment.The pointer are fine if im usi...