CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wfsolis

Search: Search took 0.03 seconds.

  1. Re: Not sure why values are changing when I'm passing arrays and array sizes

    The max of (100000) was defined in the assignment guidelines, so I have to stick with that.

    As far as sizeOfCounter goes, my instructor told us that when passing an array to a function, you must...
  2. Re: Not sure why values are changing when I'm passing arrays and array sizes

    So, I just got done with my finished program. Thanks again for the help!


    #include <iostream>
    #include <cstdlib>

    using namespace std;

    //Declare prototypes//
    void rolldie(int resultsOne[],...
  3. Re: Not sure why values are changing when I'm passing arrays and array sizes

    Fantastic!

    I knew that I was doing something wrong. Thanks so much!
  4. Not sure why values are changing when I'm passing arrays and array sizes

    Hi, I'm working on a homework assignment that asks me to roll two die a user given number of times, find the roll sums, and a few other things. I'm working on it one module at a time and I'm running...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured