Search:

Type: Posts; User: kmirza

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,335

    The Problem is resolved. The issue was, I was...

    The Problem is resolved. The issue was, I was passing string literal as character pointer which is constant. That's why it was throwing exception at runtime while changing that string. Now i'm...
  2. Replies
    4
    Views
    3,335

    manipulating string pointer

    Hi,

    I've got character pointer, pointing to a string. I want to reverse character without using any other variable. The function is as fallow:

    void reverseString(char* str)
    {
    int len =...
Results 1 to 2 of 2