Search:

Type: Posts; User: jps

Search: Search took 0.10 seconds.

  1. Re: Why the Random pre-defined functions create an error in the code?

    Well you still have not told me what you expect the code to do, so I can't say much about what might not be cooperating...
  2. Re: Why the Random pre-defined functions create an error in the code?

    I think you do not understand what happens then. Consider the first loop:
    while((check(i,nmax))!=(check(i,nmax)));
    So while (this) does not equal (that) where 'this' and 'that' are calls to the...
  3. Re: Why the Random pre-defined functions create an error in the code?

    What is the code supposed to do?

    What does the first while loop do?
  4. Re: Why the Random pre-defined functions create an error in the code?

    The posted code does not compile. Make sure you post the same version of the code you are having problems with.
Results 1 to 4 of 4