Search:

Type: Posts; User: mrtilley

Search: Search took 0.01 seconds.

  1. Thread: Loop crashes

    by mrtilley
    Replies
    8
    Views
    1,520

    I was being a pleb and I dig what your saying...

    I was being a pleb and I dig what your saying now, I don't need separate arrays I only need one array and integer as counters
  2. Thread: Loop crashes

    by mrtilley
    Replies
    8
    Views
    1,520

    I will alter the code for the loops to use FOR...

    I will alter the code for the loops to use FOR instead of WHILE

    As for the array of 26 I know its been a while since I did some programming but do you still count 0 as a number in arrays i.e 0-25...
  3. Thread: Loop crashes

    by mrtilley
    Replies
    8
    Views
    1,520

    Here you go chap #include void...

    Here you go chap


    #include <stdio.h>

    void main()
    {
    int a;
    int b;
    int c;
  4. Thread: Loop crashes

    by mrtilley
    Replies
    8
    Views
    1,520

    Loop crashes

    I haven't programmed since college so goes easy on me

    I have created a program which runs a loop inside a loop inside a loop (cat in the hat style) which will print a line of text to a text file...
Results 1 to 4 of 4