Search:

Type: Posts; User: TrazPFloyd

Search: Search took 0.00 seconds.

  1. okay now its getting strange I just inputted...

    okay now its getting strange

    I just inputted two items with catalog number 28533, and gave different attributes to each

    the first time I input the item 28533, it err's when i try to access it...
  2. Thank you for your help. I'm now having...

    Thank you for your help.

    I'm now having trouble with the adding item function. It seems to add in but I can't access it with the change price or print price abilities of the program, just says...
  3. Fixed the problem, now I discover my add a new...

    Fixed the problem, now I discover my add a new item ability of the program doesnt seem to be working... any ideas?

    Thank you
  4. My program is not doing what it's supposed to do, help!!

    Hello,

    I'm simply frustrated as crap because I have absolutely no idea why my program I'm writing for a college assignment is doing what it's doing. I am supposed to open up a data file (in this...
  5. Replies
    3
    Views
    2,788

    Hello, Thank you very much for looking over my...

    Hello,

    Thank you very much for looking over my program. Implementing total as a local variable makes sense. I've also done int main() as everyone recommends to do that here (hard to break habit...
  6. Replies
    3
    Views
    2,788

    College C++ problem...

    Hello guys,

    I'm having a tricky assignment this week in C++, I have completed it and I'm wondering if the code is correct or not. Anyway here is the problem, bear with me this is extensive:


    ...
  7. Replies
    21
    Views
    7,955

    lol, i dont necessarily agree with him. I'm...

    lol, i dont necessarily agree with him. I'm still very new to C++ so I've a lot to learn.

    how come is using void for main() a bad thing? just so I'll know whenever I come into a potential...
  8. Replies
    21
    Views
    7,955

    Hey guys, Thanks a lot for your help......

    Hey guys,

    Thanks a lot for your help... however it seems like no matter what code I use (I tried some of yours) its gonna take a really really REALLY long time to find that fifth perfect number. ...
  9. Replies
    21
    Views
    7,955

    Perfect Number Problem

    Hello all,

    I've got quite a task on my hands. I'm having to write a problem that will calculate and display the first five perfect numbers in C++ for a school assignment. This is a huge number...
  10. Replies
    5
    Views
    7,298

    Okay guys, check this code out and see if you...

    Okay guys, check this code out and see if you believe it's okay for the problem required. I believe I got it:


    #include <iostream.h>

    void main()
    {
    long n, product, exponentSum;
    cout <<...
  11. Replies
    5
    Views
    7,298

    Thank you very much, I figured out how to do the...

    Thank you very much, I figured out how to do the triangle *'s. I'm starting to formulate ideas on how to go about this. A nested for loop makes sense but I'm not quite sure about the...
  12. Replies
    5
    Views
    7,298

    Thank you for your help, but however, we haven't...

    Thank you for your help, but however, we haven't gotten into arrays yet (thats next chapter) so arrays are thrown out lol

    anyway to do it without an array?

    we have just stepped foot in for...
  13. Replies
    5
    Views
    7,298

    For loop and exponents

    Hello,

    I'm caught in a somewhat difficult question in my C++ course at college. The question pertains to for loops and the calculation of exponents. The question is as follows:



    This...
  14. Thank you very much for your assistance... I'm...

    Thank you very much for your assistance... I'm starting to piece the puzzles together and the example you presented was very very helpful :)

    :)
  15. Total Surface Area of a Rectangle (Classes help)

    Hello,

    I am currently enrolled in a c++ class in my college and this week we have a difficult assignment (for me anyway)

    Anyway here is the assignment:



    I understand how to get total...
Results 1 to 15 of 15