Search:

Type: Posts; User: MeTh0Dz

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,116

    You need to reduce your use of global variables...

    You need to reduce your use of global variables it's a bit ridiculous. Also, consolidate printmatrixB and printmatrixC into one function.
  2. Replies
    10
    Views
    2,003

    Was that guy using cocaine?

    Was that guy using cocaine?
  3. Replies
    6
    Views
    3,093

    You also need to use WSAStartup().

    You also need to use WSAStartup().
  4. C and C++ are hardly ugly languages...

    C and C++ are hardly ugly languages syntactically. You just lack latitude in your programming experiences.
  5. Replies
    30
    Views
    17,701

    Poll: 11 months.

    11 months.
  6. Thread: hex math

    by MeTh0Dz
    Replies
    25
    Views
    9,638

    Most people. You may want to think about...

    Most people. You may want to think about learning basic stuff like this before you try to go in an get a job programming.
  7. Replies
    92
    Views
    18,152

    This appears to be a similar topic. ...

    This appears to be a similar topic.

    http://cboard.cprogramming.com/showthread.php?t=108515
  8. Replies
    16
    Views
    3,192

    Alright cool (didn't notice your edit until now).

    Alright cool (didn't notice your edit until now).
  9. Replies
    16
    Views
    3,192

    Okay well he has sense edited his original post...

    Okay well he has sense edited his original post so it is harder to convey this point.

    But listing them in that fashion, is somewhat ambiguous. Especially to a novice programmer like the OP, I...
  10. Replies
    5
    Views
    1,369

    This is going to be platform dependent, and also...

    This is going to be platform dependent, and also you should have.



    if (x == 1)
  11. Replies
    16
    Views
    3,192

    Okay in that case. Listing two IDEs, an...

    Okay in that case.

    Listing two IDEs, an editor, and a compiler is even more nonsensical than the set I mentioned beforehand.
  12. Replies
    16
    Views
    3,192

    Listing three editors and then a compiler (and...

    Listing three editors and then a compiler (and not specifying the difference) just seems nonsensical to me. But that's just me.
  13. Replies
    16
    Views
    3,192

    Stop mixing concepts. Code::Blocks, DevCpp, and...

    Stop mixing concepts. Code::Blocks, DevCpp, and KWrite are editors/IDEs, g++ is a compiler. More than likely you are using a port of g++ in DevCpp and Code::Blocks.
  14. Replies
    7
    Views
    27,109

    It's not really necessary to initiate the arrays...

    It's not really necessary to initiate the arrays to zero.

    You just need to NUL terminate the string.
  15. Replies
    27
    Views
    3,523

    Yes people are quite eager to download...

    Yes people are quite eager to download executables from random people on the net and run them. In fact, why don't I take down my anti-virus and firewall while I do it. Will that allow it to run...
  16. Thread: Wait for DX11?

    by MeTh0Dz
    Replies
    34
    Views
    4,234

    That would be your fault.

    That would be your fault.
  17. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Sure.... But there is inherent semantic ambiguity...

    Sure.... But there is inherent semantic ambiguity even by following your statement. But at any rate let's move on. I thnk everyone's thoughts are clear.
  18. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Sure it is an argument of semantics, phrasing,...

    Sure it is an argument of semantics, phrasing, word choice, etc.

    I'm not saying that it is a huge deal, but regardless I do have a valid point, which people seem to not be able to grasp.

    But...
  19. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Dug this hole? Hmm.. Did I ever say that he...

    Dug this hole? Hmm..

    Did I ever say that he didn't know anything? I just said his wording was ambiguous.
  20. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Indeed you could use any base you wanted to...

    Indeed you could use any base you wanted to represent the location.

    But did you anywhere in the question ask explicitly for a certain number base? No.

    Therefore you are not accurately...
  21. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Like I said Zacs7 example doesn't apply. Look at...

    Like I said Zacs7 example doesn't apply. Look at my example if you want to see one that accurately depicts the situation.

    Also, if he is using multiple bases you could assume that, or you could...
  22. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    That's not even CLOSE to the same thing. A...

    That's not even CLOSE to the same thing.

    A more accurate example is me saying.

    "Give me the binary representation of 5".

    And you responding with.

    "0x5"
  23. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Wow.... Neither of you is getting my point. ...

    Wow.... Neither of you is getting my point.

    Also stop questioning whether I understand number bases, it's quite annoying.

    I am simply saying that it is ambiguous to request information in one...
  24. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Did I ever say that a value can't be represented...

    Did I ever say that a value can't be represented in an infinite number of bases and you would always get the same value? No.

    Please point out a place where it appears I don't know what I am...
  25. Thread: asm bin equivs

    by MeTh0Dz
    Replies
    28
    Views
    15,695

    Dude, you are not getting my point at all. Did I...

    Dude, you are not getting my point at all. Did I ever say that the value would be different when you change bases? No.

    I simply said that his wording was not explicit.

    And I never said I had a...
Results 1 to 25 of 112
Page 1 of 5 1 2 3 4