Search:

Type: Posts; User: kkurz

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,162

    In case you don't understand twm, main is a...

    In case you don't understand twm, main is a function. Therefore you need to cut your function definition and paste it after the close brace of main.
  2. Replies
    2
    Views
    1,606

    Thanks so much

    Thanks, I really appreciate it that fixed everything right up.

    I really have to work on being able to go through my code and actually analyzing it, instead of reading it and saying, "sure that...
  3. Replies
    2
    Views
    1,606

    trouble with overloaded operator

    Hey I am having some trouble getting operator/ to overload to a midpoint formula for a Point class. And yes, I have to make operator/ find the midpoint it was part of the assignment.

    Anyway I came...
  4. Replies
    6
    Views
    1,259

    Nevermind I got it, what a stupid error I was...

    Nevermind I got it, what a stupid error I was making. Sometimes I just have to walk away and come back and it is all so glaringly obvious. Thanks again for the help.
  5. Replies
    6
    Views
    1,259

    Thanks for you replies so far, they have helped....

    Thanks for you replies so far, they have helped. As for strcasecmp, yeah I didn't know if there was a case insensitive compare function in cstring, so I wrote one real quick. Also, I didn't write...
  6. Replies
    6
    Views
    1,259

    problems compiling a month class

    Hey I could really use somebody's help in explaining what I did wrong to get compiler errors with a "month" class I wrote for school. I am new to C++ so it's probably just some silly error or I am...
Results 1 to 6 of 6