C++

Discussion in 'Computer Science & Culture' started by Votorx, Jun 7, 2004.

Thread Status:
Not open for further replies.
  1. Rick Valued Senior Member

    Messages:
    3,336
    I think no one has mentioned a word Base here? hullo we are talking about Number systems here arent we?

    bye!
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. malkiri Registered Senior Member

    Messages:
    198
    I did, in my first reply.

     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    I tend to use my fingers to count binary up to 1023 (1024 and I run out of fingers & thumbs) You probably didn't need to know that, but it's laugh to deal with either 8 or 10 bits on your fingers(& thumbs)
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. Votorx Still egotistic... Valued Senior Member

    Messages:
    1,126
    Umm...probably because its not a necessity.
     
  8. Rick Valued Senior Member

    Messages:
    3,336
    Oops sorry... :m:


    bye!
     
  9. invert_nexus Ze do caixao Valued Senior Member

    Messages:
    9,686
    I think everyone's mentioned base a few times.

    Please Register or Log in to view the hidden image!

     
  10. Votorx Still egotistic... Valued Senior Member

    Messages:
    1,126
    QUESTION!!!

    Why bother passing pointers by value when you can do it by reference? Isn't it so much easier?
     
  11. malkiri Registered Senior Member

    Messages:
    198
    Sometimes you don't want the function to be able to modify the variable. If you pass it by value, the function can do whatever it wants to the copied value and it won't affect the original value.
     
  12. Votorx Still egotistic... Valued Senior Member

    Messages:
    1,126
    Oh, ok thanks again, is there any compiler which can compile C++ language into a .amx file?
     
  13. malkiri Registered Senior Member

    Messages:
    198
    What's an .amx file?
     
  14. Votorx Still egotistic... Valued Senior Member

    Messages:
    1,126
    Nevermind I got my answer from a different forums.
     
Thread Status:
Not open for further replies.

Share This Page