Search:

Type: Posts; User: 0x0; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thread: C Programming

    by 0x0
    Replies
    2
    Views
    5,393

    Actually, I see a pattern in the matrix. ...

    Actually, I see a pattern in the matrix.

    Filling in some 0:s makes it easier to see:

    000 023 012 089 456 123 046 732 345 123
    023 000 046 234 123 046 089 234 567 090
    012 046 000 767 456 046...
  2. Replies
    6
    Views
    8,554

    Interfaces

    Try to use interfaces from the start, they will make your life easier. Basicly, a interface is a list of methods (functions) that the class using the interface will have to implement. if a class uses...
Results 1 to 2 of 2