Search:

Type: Posts; User: pikachamp

Search: Search took 0.00 seconds.

  1. Apparenty it was because I forgot to put a use a...

    Apparenty it was because I forgot to put a use a semicolon while closing a class. Unfortunately there seem to be a ton of other problems. I'm gonna try to figure them out on my own before posting...
  2. Thanks for that. I feel a bit dumb now....

    Thanks for that. I feel a bit dumb now. Unfortunately, it still won't work. So far:
    string asString(bool *walls, int width, int height) {
  3. Why won't this work? (Returning strings)

    My compiler keeps telling me that "`string' does not name a type" and highlighting this line:
    string asString(bool *walls, width, height) { (If you're curious, it's suppose to give a textual...
Results 1 to 3 of 3