Search:

Type: Posts; User: d-dub

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,728

    I have no idea what the problem is. This is the...

    I have no idea what the problem is. This is the error message i get:

    Application error.

    PROJ000 cause a stack fault in module PROJ0000.EXE at 0002:0040.

    Choose to close. PROJ000 will close.
  2. Replies
    6
    Views
    1,728

    Well thats the way i've been taught. Didn't...

    Well thats the way i've been taught. Didn't really help with my problem though...
  3. Replies
    6
    Views
    1,728

    Error when trying to run program

    I keep getting a stack fault error when trying to run my GA. It compiles fine. No idea what is causing it. Im using borland C++ 5.02.
    Here is my code:


    #include <iostream.h>
    #include...
  4. Replies
    6
    Views
    1,178

    Update. Have it generating the three numbers now...

    Update. Have it generating the three numbers now but the binary conversion doesn't work


    #include <iostream.h>
    #include <stdlib.h>
    #include <stdio.h>
    #include <time.h>
    #include <math.h>
    ...
  5. Replies
    6
    Views
    1,178

    Position is set to move from each number via the...

    Position is set to move from each number via the chrom_length. So the first random number is 0-3 in chrom_length, number 2 is 4-7 etc. So the position knows to generate the 2nd random number when it...
  6. Replies
    6
    Views
    1,178

    Help with number generation

    Here is my code. I need to generate three random numbers and produce the binary equivilent for each. I have got so far with it but now it produces a load of garbage and im struggling to see why.

    ...
  7. Replies
    7
    Views
    4,053

    Well where it generates 1 number and the binary...

    Well where it generates 1 number and the binary equivilent, i now need to make it generate 3 numbers and convert to the binary equivilent. I dont know where to start so any guidence will be...
  8. Replies
    7
    Views
    4,053

    Help generating multiple random numbers

    Right here is my working code generating a random number and then converting it into binary. Im having trouble trying to generate 3 random numbers. Any help would be appreciated.


    #include...
  9. Anyone?

    Anyone?
  10. Having a bit of trouble with a binary search program

    My binary tree needs to do the following:

    1. Store any amount of positive integers.

    2. Delete any given entry in the binary search tree

    3. Print out the entries in the tree in ascending...
Results 1 to 10 of 10