Results 1 to 11 of 11
  1. #1
    thekm1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    79
    Reputation
    8
    Thanks
    1
    My Mood
    Daring

    Question can you guys help me with operetors ?

    Hello , i didnt understood what is the :
    >> ,<< ,>>= , <<= , ->
    Operetors are doing ?
    thx
    If you wanna see how to make a someone dumb press here

  2. #2
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    >> means shift right
    << means shift left

    Look up bit shifting for a more detailed explanation of those.

    -> is the pointer to member operator. Used in classes and structures to access members.

  3. The Following User Says Thank You to Void For This Useful Post:

    thekm1994 (06-13-2010)

  4. #3
    thekm1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    79
    Reputation
    8
    Thanks
    1
    My Mood
    Daring
    is it useful for hacking a games ?
    If you wanna see how to make a someone dumb press here

  5. #4
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    All the basics of C++ is important for hacking games.

  6. The Following User Says Thank You to Void For This Useful Post:

    thekm1994 (06-13-2010)

  7. #5
    thekm1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    79
    Reputation
    8
    Thanks
    1
    My Mood
    Daring
    and fir hacking a computer ? :P
    If you wanna see how to make a someone dumb press here

  8. #6
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by thekm1994 View Post
    and fir hacking a computer ? :P
    Depends. If you want to do stuff with the windows kernel, yes. If you want to KeyGen very simply, then no you do not need those operators

  9. #7
    thekm1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    79
    Reputation
    8
    Thanks
    1
    My Mood
    Daring
    what does *** operetor mean ?
    If you wanna see how to make a someone dumb press here

  10. #8
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Instead of asking these stupid questions you should really just read a tutorial. C++ Operators

    * is the dereference operator, go read about pointers and you'll learn all about it.

  11. The Following User Says Thank You to Void For This Useful Post:

    Hell_Demon (06-14-2010)

  12. #9
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Void View Post
    Instead of asking these stupid questions you should really just read a tutorial. C++ Operators

    * is the dereference operator, go read about pointers and you'll learn all about it.
    i was actually going to say something like that.. i guess he is just learning the basics too fast... or not learning at all...
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  13. #10
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by Brinuz View Post
    i was actually going to say something like that.. i guess he is just learning the basics too fast... or not learning at all...
    He's skipping the basics expecting to be able to make hacks. sigh...

  14. The Following 2 Users Say Thank You to Void For This Useful Post:

    'Bruno (06-14-2010),Hell_Demon (06-14-2010)

  15. #11
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Learn the basics of C++ first, hacking is not something you should try and do if you're a beginner in C++...

    ~ locked ~
    Ah we-a blaze the fyah, make it bun dem!

Similar Threads

  1. Can you guys help me with something?
    By -ParallaX in forum General
    Replies: 29
    Last Post: 05-19-2011, 09:48 AM
  2. can you guys help please
    By Mrzxz in forum Call of Duty Black Ops Help
    Replies: 2
    Last Post: 02-16-2011, 07:36 AM
  3. Hey can you guys be a bud and help me with injecting?
    By Achiro in forum Combat Arms Help
    Replies: 2
    Last Post: 05-08-2010, 07:47 PM
  4. Can you guys plz stop using **********????!!!
    By BoricuaGaara in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-11-2007, 03:07 AM
  5. Can you make hacking programms with VB??
    By jeremywilms in forum Programming
    Replies: 2
    Last Post: 07-05-2006, 06:19 AM