Replicating cin String functionThis is the snippet I'm working on: [code]void mystring::get(void) { for (int i = 0; i < (int) str...
Replicating cin String functionHello. I'm creating a class that replicates some functions of the string class and I'm having troubl...
Class Function ErrorI guess I should clarify a bit. [code]double mathvector::operator,(mathvector rhs) const { double...
Class Function ErrorHello, I am devising a program and at the "rhs.peek(0)" part of the code located in mathvector.cp...
Incorrect OutputHey thanks whitenite1! It works well now, but could you explain why the code I have did not work? A...
This user does not accept Private Messages