Search:

Type: Posts; User: High Overlord

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,049

    I agree with The Comedian guy (c_ntua). There is...

    I agree with The Comedian guy (c_ntua). There is a latin proverb:
    "Non scholae sed vitae discimus" It means "We don't learn for school but for life".
    If your instructor isn't helpful, maybe you...
  2. Happens to me sometimes. He can't find it because...

    Happens to me sometimes. He can't find it because it isn't there.
    If your friend is using Visual Studio he could try right click on solution -> rebuild. Worked for me.
    Or to copy-paste source to...
  3. Replies
    14
    Views
    2,343

    Reminds me of virus of doom program. You could...

    Reminds me of virus of doom program. You could try to make the program go to infinite loop as the punishment for not listening to it. I freaked out the first time I accidentaly coded it. And I didn't...
  4. Replies
    2
    Views
    987

    I am a bloody idiot. Thanks Jim. Made the...

    I am a bloody idiot. Thanks Jim.

    Made the changes. Works without the problem now. I created a temporary object using 1) and arguments, and assigned it to *this:



    *this = Sales(temp, i);

    ...
  5. Replies
    2
    Views
    987

    Yet another newbie problem thread

    I am learning C++ from C++ primer Plus. I am currently doing OOP part exercises, and wrote a class which stores quarternal income as an array of doubles and minimum, maximum and average of values in...
Results 1 to 5 of 5