Search:

Type: Posts; User: slamit93

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    1,815

    I've already taken the test... and I know they...

    I've already taken the test... and I know they are completely different... that is what was confusing me
  2. Replies
    3
    Views
    3,031

    for loop or while loop

    last question that I am not sure how to answer on my study guide:

    When should a while loop be used and when should a for loop be used?

    In my understanding, they basically do the exact same...
  3. Replies
    15
    Views
    1,815

    thank you

    thank you
  4. Replies
    5
    Views
    1,308

    I always just add the following to the end of my...

    I always just add the following to the end of my program...

    // The following halts the program waiting for the
    // user to press the '"Enter Key" to quit.
    cout << "\n\n";
    cout << "Press...
  5. Replies
    15
    Views
    1,815

    one more related question... What advantage...

    one more related question...

    What advantage does a class type have over that of a one dimensional array?

    Again... this question seems like it doesn't make a whole lot of sense, because they...
  6. Replies
    15
    Views
    1,815

    that's what I thought... I'm not sure what he's...

    that's what I thought... I'm not sure what he's looking for... I guess just a definition of each
  7. Replies
    15
    Views
    1,815

    what is the difference between...

    ...an array and a class type?

    I have this question on the study guide for my final in Intro to programming in C++... It makes no sense to me, because (at least as far as I understand) they are...
  8. Replies
    1
    Views
    1,346

    Screw it... here is the full code: //...

    Screw it... here is the full code:


    // =========================================================== //
    // PROGRAM: Assignment16.cpp
    // AUTHOR:
    // DATE:

    // PURPOSE: This program sorts an...
  9. Replies
    1
    Views
    1,346

    Not sure what my error is

    I'm just about finished with my assignment, but I am getting the following error:

    [Linker Fatal Error] Fatal: Illegal VIRDEF fixup index in module

    My assignment is:

    The purpose of this...
  10. Replies
    7
    Views
    2,036

    thanks... I went in and talk to my teacher last...

    thanks... I went in and talk to my teacher last night, and he told me basically the same
  11. Replies
    7
    Views
    2,036

    ok... here's what I've got now, #include...

    ok... here's what I've got now,


    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>

    const int MaxSize = 50;

    // The following are prototypes declaring functions invoked doing...
  12. Replies
    7
    Views
    2,036

    if anybody has any idea what is still wrong, it...

    if anybody has any idea what is still wrong, it would be greatly appreciated... I am screwed if I don't pass this class, and my grade is hurting a little bit as it stands... Please help me!
  13. Replies
    7
    Views
    2,036

    here is what I've done: #include...

    here is what I've done:


    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>

    const int MaxSize = 50;

    void main()
  14. Replies
    7
    Views
    2,036

    array problems

    Here is my assignment:

    Assignment #15
    CSC190Web
    Spring 2002
    ________________________________________________________________________

    The purpose of this assignment is work with an array as...
  15. Replies
    5
    Views
    3,310

    thank you... like I said... I am very new to...

    thank you... like I said... I am very new to this
  16. Replies
    5
    Views
    3,310

    how do I test if "the number modulus 2 is equal...

    how do I test if "the number modulus 2 is equal to 0" that is the problem I am having
  17. Replies
    5
    Views
    3,310

    how to make the program determine wheter or not...

    how to make the program determine wheter or not the number is even... the program that I am writing asks the user to enter how many random numbers need to be generated, and the part that I am having...
  18. Replies
    5
    Views
    3,310

    counting even numbers

    ok... I am very new to C++... I need to write a function that will determine whether or not each number included in an array of random numbers is even, and then return the total amount of even...
Results 1 to 18 of 18