User profile: imnotprogrammer

User info
User name:imnotprogrammer
History
Joined:
Number of posts:16
Latest posts:

Overloaded constructor of String
Hi guys, I have to implement the following class: [code] class MyString { private: char *str;...

How to check array value at specific index
element obviously cannot be empty. im talking about the array's index

How to check array value at specific index
hello 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...