Search:

Type: Posts; User: SDH

Search: Search took 0.00 seconds.

  1. Thread: data types

    by SDH
    Replies
    15
    Views
    2,131

    Thanks for your help std10093, I have managed to...

    Thanks for your help std10093, I have managed to get my program to do what I want it to do. Thanks all.
  2. Thread: data types

    by SDH
    Replies
    15
    Views
    2,131

    I think I am getting somewhere with my initial...

    I think I am getting somewhere with my initial code and why it is not working.

    I believe it has something to do with, for ( c = 0 ; c < n ; c++ ), because this requires c to be number right? but...
  3. Thread: data types

    by SDH
    Replies
    15
    Views
    2,131

    Yes it should be an array, but I am looking for...

    Yes it should be an array, but I am looking for it be an array of either a letter or number.

    std10093 - I will have a look at doing the code and post it on here if it succesfull.
  4. Thread: data types

    by SDH
    Replies
    15
    Views
    2,131

    Would this work, make a statement which says that...

    Would this work, make a statement which says that if count = 0 for all five, so count == count2 == count3 == count4 == count5, then from there adapt the linear search to search for up to five...
  5. Thread: data types

    by SDH
    Replies
    15
    Views
    2,131

    Thanks for the reply, I have not yet used or come...

    Thanks for the reply, I have not yet used or come across the function memcpy. Is there another way in which it would be possible, perhaps one that I may have used before or easy to learn.
  6. Thread: data types

    by SDH
    Replies
    15
    Views
    2,131

    data types

    Hello, thanks for looking at my thread. Is there a data type which can be either a number or letter. So you can input a character or number and it will treat then as the same and still carry out the...
Results 1 to 6 of 6