Search:

Type: Posts; User: QuantumNut

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    3,836

    I'd say Amen to that!!!

    I'd say Amen to that!!!
  2. the question is too vague, maybe the reason is...

    the question is too vague, maybe the reason is he/she might not be able to express the problem in a proper way...
    you can create a 2x2 matrix like this...

    int M[2][2] = {7,10,4,11};
    What logic...
  3. Replies
    8
    Views
    1,081

    I don't see anything wrong with the code...

    I don't see anything wrong with the code...
  4. Replies
    31
    Views
    4,389

    missed 1 bracket

    If you had followed the previous advises you'd have reached the solution a long time ago.
    You have missed only one closing bracket, ignoring other bad practices. You need to close the switch block...
Results 1 to 4 of 4