Search:

Type: Posts; User: gurharman

Search: Search took 0.00 seconds.

  1. I finally got to the end of my assignment. My...

    I finally got to the end of my assignment. My code is currently sitting as follows. Can you guys take a look at it and help me cut out the errors?

    Any help would be great.


    #include <iostream>...
  2. I made that change and that error is now gone....

    I made that change and that error is now gone. However, I'm still being thrown one error. Not sure how to fix that one either. My code follows.



    #include <iostream>
    #include <fstream>...
  3. char identifier[maxLayer] = {" "}; id comes...

    char identifier[maxLayer] = {" "};

    id comes from a predefined file. The identifier[] declaration is given above.
  4. "invalid conversion from 'char' to 'const char' "

    I keep on having the error message stated in the title.

    I am trying to move a string id and check with that ID is already present in an array of ID names.

    if(!strcmp(id, identifier[z]))...
Results 1 to 4 of 4