Search:

Type: Posts; User: C++ student

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,154

    lol thanks for the help for the [iii] what I was...

    lol thanks for the help
    for the [iii] what I was expecting was that since iii started at 1, PrimeArray[iii] would initially be equivalent to PrimeArray[1], and as 'iii' increases, it would be...
  2. Replies
    5
    Views
    1,154

    Trouble with a prime-summing program

    Hi, I've tried to write a code to answer the question:
    "Which prime, below one-million, can be written as the sum of the most consecutive primes?"

    But I've run into a few problems... (code is...
  3. Thread: Ascii list

    by C++ student
    Replies
    7
    Views
    2,606

    thanks for the code sebastiani, i'll try...

    thanks for the code sebastiani, i'll try investigating it :P
  4. Replies
    4
    Views
    2,394

    Thanks aisthesis, and gamer4life687 for the code!...

    Thanks aisthesis, and gamer4life687 for the code!
    I'm new to a lot of these functions but I'll research them
  5. Replies
    4
    Views
    2,394

    Storing a number in an array

    Is there a fast way to store a number in an array like:

    Input: 234586349

    becomes


    int array[] = {2,3,4,5,8,6,3,4,9}
  6. Thread: Ascii list

    by C++ student
    Replies
    7
    Views
    2,606

    lol thanks, no wonder... so it's actually meant...

    lol thanks, no wonder... so it's actually meant to 'screw' up and appear like that!
  7. Thread: Ascii list

    by C++ student
    Replies
    7
    Views
    2,606

    Ascii list

    I wrote a simple program to display ASCII code but when I run it, some of the ASCII stuffs up and my computer makes a loud beep, does anyone know why?
    thanks
Results 1 to 7 of 7