Search:

Type: Posts; User: bluerose

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,095

    Need help with linker error

    I've a C++ program to reverse a string.
    Its showing linker error. please help me debug it

    char* st(const char *);

    int main()
    {
    char *str="abcdefgh", *abc="\0";
    strcpy(abc,st(str));...
  2. Replies
    2
    Views
    815

    thank you :)

    thank you :)
  3. Replies
    2
    Views
    815

    lvalue required error

    code below is showing lvalue required error. why is it? how can it be corrected?

    char c[10];
    c='!';
Results 1 to 3 of 3