Thread: Address Logger?

Page 3 of 3 FirstFirst 123
Results 31 to 34 of 34
  1. #31
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Quote Originally Posted by why06 View Post
    That sounds like a lame way to spend a weekend... :L
    Better yet, print them out and review them in class =D. But im only in highschool, i can still afford to do that.

  2. #32
    Threadstarter
    Dual-Keyboard Member
    Zhhot's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Vancouver
    Posts
    314
    Reputation
    10
    Thanks
    52
    My Mood
    Inspired
    Quote Originally Posted by why06 View Post

    That sounds like a lame way to spend a weekend... :L
    lol yeah, i would never do that, but if it costs me all the knowlegde about C++ i'll think bout it

    edit: dude wats paradoxic?! my vocab is like a 6th grader lol

  3. #33
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,204
    My Mood
    Flirty
    Quote Originally Posted by Zhhot View Post
    edit: dude wats paradoxic?! my vocab is like a 6th grader lol
    lol. a paradox is when something is different or contradicts it's usual expectation or stereotype.

    Better yet I've got the internet to define things:
    Paradox

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  4. #34
    B1ackAnge1's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    455
    Reputation
    74
    Thanks
    344
    My Mood
    Cynical
    Quote Originally Posted by zeco View Post
    Yeah i can be really confused/confusing sometimes, But i think i get it all now. By the way, what is the point of structs? Haven't classes basically superseded them? To my knowledge the only difference between a struct and a class, is the default access specifier (class is private, struct is public.)

    Classes rule! Except in school.
    Yeah they're a left-over from C.. used to be that structs didn't support member methods etc.. also they're value type vs reference type etc. I usually only use structs when defining objecs that are aggregates of other objects for instance:

    struct MyStruct
    {
    string text;
    int ID;
    int Tag;
    void* pData;
    }

    That way I know when I use that object later on there's no methods on it etc etc.. but again that's just personal preference. No rule against using just classes

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Address Logger
    By iRobot™ in forum WarRock Hack Source Code
    Replies: 30
    Last Post: 07-22-2010, 11:56 PM
  2. Address logger for crossfire`?
    By GER-Domi. in forum CrossFire Help
    Replies: 1
    Last Post: 07-04-2010, 09:22 AM
  3. [Request] Warrock Address Logger
    By BMW M5 in forum WarRock Discussions
    Replies: 5
    Last Post: 11-15-2009, 02:57 AM
  4. [Help] Sorry for this but - Address Logger ?
    By D e a t h h a u n t S in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-28-2009, 01:40 PM
  5. anyone got a address logger?
    By bldymarien in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-30-2008, 08:44 PM

Tags for this Thread