Search:

Type: Posts; User: sprankles

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,528

    Thank you! Sometimes it just takes a different...

    Thank you! Sometimes it just takes a different set of eyes. I must have looked at it for hours.
  2. Replies
    2
    Views
    1,528

    Help with Inheritence

    I'm trying to create a program that can perform some functions on both ordered lists and unordered lists, however when I compile I'm getting some errors that I am having trouble figuring out. I have...
  3. Replies
    4
    Views
    20,898

    Ah, I needed to include iomanip and also put...

    Ah, I needed to include iomanip and also put std::, I kept doing one or the other. Thank you, it's working now.
  4. Replies
    4
    Views
    20,898

    I changed it so that it says std::setw and it...

    I changed it so that it says std::setw and it gives me the error "setw is not a member of std"
  5. Replies
    4
    Views
    20,898

    setw not declared in this scope

    Hello I'm having an issue with my code when trying to manipulate my output. My program consists of main.cpp, StudentType.cpp, and StudentType.h. My problem is occuring in StudentType.cpp in this...
Results 1 to 5 of 5