Search:

Type: Posts; User: Danny_Beaudoin

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,139

    Is visual C easy to learn for someone who knows C...

    Is visual C easy to learn for someone who knows C and Visual Basic?
  2. Replies
    2
    Views
    1,139

    Web and HTML

    Hi!
    I wish to write a program that would get some information directly from a given website instead of me having to manually enter it. This info is simple (tables with images and blanks) but I have...
  3. Thread: Xor

    by Danny_Beaudoin
    Replies
    5
    Views
    1,197

    lol! Thanks!

    lol!
    Thanks!
  4. Thread: Xor

    by Danny_Beaudoin
    Replies
    5
    Views
    1,197

    int array[21][4][4]; int arraysum[4][4];

    int array[21][4][4];
    int arraysum[4][4];
  5. Thread: Xor

    by Danny_Beaudoin
    Replies
    5
    Views
    1,197

    Xor

    Consider the following code:

    arraysum[coll][line] = arraysum[coll][line] ^ array[coll][line];

    Every variables are typed int and the arrays can only take 1 and 0 as values.

    My compiler...
Results 1 to 5 of 6