Search:

Type: Posts; User: C++arl

Search: Search took 0.00 seconds.

  1. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    Good god it works :)! Thanks for all the help....

    Good god it works :)! Thanks for all the help. The fault was that a const char [] got into the function and couldn't be altered. Now I can finally go to sleep later tonight. Will probably need help...
  2. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    Thanks alot, I'm almost certain there is some...

    Thanks alot, I'm almost certain there is some fault with it being a constant .

    void initialize(char[], int *);
    void input(const char [], int &);
    void print(const char *, const int);
    void...
  3. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    Sorry I had no clue that Salem had such...

    Sorry I had no clue that Salem had such experience, I just needed help. I know what a constant is and it seems like it is a constant. From what I've heard you can't change a constant.. thereof the...
  4. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    That's what I thought as well, I have been...

    That's what I thought as well, I have been sitting here for eight hours in a row now trying to complete it.. The reading material isn't very pedagogic either.. A nice beginner excersice would have...
  5. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    I don't think so though it would seem more...

    I don't think so though it would seem more logical Same rules apply for the age variable and it works without any problem. I'm pretty clueless :(
  6. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    Thanks for replying, the text says: error...

    Thanks for replying, the text says:

    error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'const char []' (or there is no acceptable conversion)

    I tried making...
  7. Thread: Help please..

    by C++arl
    Replies
    17
    Views
    1,738

    Help please..

    Hello all! My first post here. My teacher gave me this code below for me to debug, it was about 11 errors in it and it's just one error left.. The error I get is "error C2679" Just started my c++...
Results 1 to 7 of 7