Search:

Type: Posts; User: gmanUK

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,927

    Thanks for your reply - very informative!! ...

    Thanks for your reply - very informative!!

    regards
  2. Replies
    2
    Views
    3,927

    2d array question

    Hi all,

    I thought I understood using pointers in arrays but it seems I don't! - maybe you can explain.

    Declaring and initialising a simple 3x3 matrix:


    unsigned int myArray[3][3] = {{1, 2,...
  3. Replies
    2
    Views
    1,764

    simple linked list

    I'm using the following short code to help me understand linked lists (keep things simple at this stage!). The code compiles with the warning -
    ": warning C4133: "=" : incompatible types - from...
  4. Replies
    5
    Views
    2,863

    scanf and printf

    hi all

    I am a little bit confused with this 'simple' code: -



    #include <stdio.h>

    void main()
    {
Results 1 to 4 of 4