Search:

Type: Posts; User: kennny2004

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    11,489

    hmm okay i saw this things around but i always...

    hmm okay i saw this things around but i always wanted to make my own to add few things to it but there is no way u can think of doing that? and lol my only screen the middle one i guess.
  2. Replies
    8
    Views
    11,489

    K what i mean is. What is the best way to load...

    K what i mean is. What is the best way to load the bitmap on the middle of the screen and what would i have to do to make it ontop of a full screen game? lol hope this is easyer
  3. Replies
    8
    Views
    11,489

    Red Dot in the middle of screen?

    Hmm what would be the easiest way to put a Red dot or what ever color on the middle of the screen like the only way i can thinik is allegro but i need it just the dot and so it would be ontop of a...
  4. Replies
    12
    Views
    3,740

    Well i think i know most of C++ just the way the...

    Well i think i know most of C++ just the way the language works. I ave done 2 years of C++ in my high school and we started doing Allegro but i have no clue about win32 and it be cool to learn a bit...
  5. Replies
    12
    Views
    3,740

    K then any guides i can search up. Even some kind...

    K then any guides i can search up. Even some kind of keywords i can use
  6. Replies
    12
    Views
    3,740

    All i did is brought up and example because i...

    All i did is brought up and example because i really don't get the way memmory works and how to get the readproccesmemmory to work cause if i get taht one to work normally i can get the rest pretty...
  7. Replies
    12
    Views
    3,740

    K i think i am getting somethign mixed up... If u...

    K i think i am getting somethign mixed up... If u ever used program called tsearch it is a memory editor ok well i searched for a value and got adress 3C2D74 and it said in client.dll. k if someine...
  8. Replies
    12
    Views
    3,740

    ReadProcessMemory();

    k i went to msdn in search of a way to read a memory location and came up with that function right there only one problem it has all the explanation at msdn but i don't get it all. So i was wondering...
  9. Replies
    13
    Views
    9,064

    OO my god man make a sudoku solver the hardest...

    OO my god man make a sudoku solver the hardest assiment at my second year of high school pretty hard and u need some struct and everything lol and recursive funxtion can be pretty usefull.
  10. Replies
    2
    Views
    1,049

    Yah but hmm this might work let me try this have...

    Yah but hmm this might work let me try this have anyone made sudoku solver and have anyhints?
  11. Replies
    2
    Views
    1,049

    accesing struct members

    K i was wondering if i have a struct square with bool _1 ,_2, _3
    can i acces them like this



    square box;
    for (int x=1;x>3;x++)
    {
    box.'_+x'=false;
    }
  12. Replies
    10
    Views
    1,131

    Thanks man And yes it kinda went off topic well...

    Thanks man And yes it kinda went off topic well like i said thanks a lot this thought me a lot
  13. Replies
    10
    Views
    1,131

    I know i know but that option is related to...

    I know i know but that option is related to asembly and wanted to know what it does but i said google will do thanks guys all question answered
  14. Replies
    10
    Views
    1,131

    yah i know tsearch and staff but in the cheat...

    yah i know tsearch and staff but in the cheat engine u go into debuggin option and u get to adress and then u can set flags and the flags include eax then u can tick zf and staff like that wich i...
  15. Replies
    10
    Views
    1,131

    what library u need to include lol and i used a...

    what library u need to include lol and i used a software called cheat engine and for example it has debugging options and u can set flags ro like eax and staff any good tuts on that?
  16. Replies
    10
    Views
    1,131

    i dun think it is illigal for first well as long...

    i dun think it is illigal for first well as long as it is not an online game, and i know people make it somehow, u can find some trainers for anygame and i wanted to know how to make it but for start...
  17. Replies
    10
    Views
    1,131

    Acessing specific adress

    k I was just wondering, u know a memmory location of an item could be a value from a diffirent program like a game or something is it possible to acces that value and change the value. Thanks that be...
  18. The best place to see a good way to explain how...

    The best place to see a good way to explain how does binary tree works is here http://en.wikipedia.org/wiki/Binary_tree
    has evreything u need almost
  19. Replies
    2
    Views
    1,023

    Yah thanks that worked that was simple assiment...

    Yah thanks that worked that was simple assiment phew lol last one we did was double link list and swap function gar hate that one but beside that thanks.
  20. Replies
    2
    Views
    1,023

    Operator Overloading

    K well we have an assiment to do the operator overloading and here is where i am stuck so for exmple we need to do in main program


    ClassName n1;//Declaring variable
    int x;
    x=n1++;
    x=++n1;

    ...
  21. Replies
    3
    Views
    1,305

    pointing to a adress

    k u know how if u cout a pointer it tells u the adress in memmory of it so like edf4hg example but what if u wanted to point.

    Umm if there is an easier way mabie to acces an adress so like if an...
  22. Replies
    3
    Views
    1,478

    Simpe question about graphic

    Well everytime you make a program and compile it it is in dos is there a way to get it to run in a cool looking windows with some graphics in it. Plz tell me a good website that has tuts on that i am...
  23. Replies
    1
    Views
    2,167

    Double Link List Swap function

    K here is my swap function. The only problem i have is what if you want to swap the last node it crashes. Plz someone help i have been tryong to figure out a way to get that in like a week now. And...
  24. Replies
    2
    Views
    1,372

    Thanks I got that lol it did not work when i...

    Thanks I got that lol it did not work when i compared 2 chars but this works thanks :)
  25. Replies
    2
    Views
    1,372

    umm comparing string to char

    K my question is. is it possible to compare string to char like so.

    string str;
    char character[16];

    if (character==str)
    do so....

    or
Results 1 to 25 of 58
Page 1 of 3 1 2 3