Search:

Type: Posts; User: cppdude

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: c vs c++

    by cppdude
    Replies
    9
    Views
    1,399

    your joking right? yes i know im gullible :)

    your joking right? yes i know im gullible :)
  2. Thread: c vs c++

    by cppdude
    Replies
    9
    Views
    1,399

    take note it has the word "humor" in the url. But...

    take note it has the word "humor" in the url. But i am not entirely sure if its bogus or not. Anyone like to prove/disprove?
  3. Thread: c vs c++

    by cppdude
    Replies
    9
    Views
    1,399

    hmm i posted this topic somewhere else to get...

    hmm i posted this topic somewhere else to get people's replies, and someone posted me this. Its apparently an interview with the creator of c++. What do you guys think?...
  4. Thread: c vs c++

    by cppdude
    Replies
    9
    Views
    1,399

    c vs c++

    i have heard that c's translation to asm is more effiecient than c++'s translation to asm. Can anyone prove/disprove this?
  5. Replies
    2
    Views
    3,029

    umm no why?

    umm no why?
  6. Replies
    2
    Views
    3,029

    sorting list view items

    i cant figure out how to sort the items in my list view control. When i press teh column header the items go in the wrong order.

    here is my code:



    int CALLBACK SortListFunc(LPARAM i1, LPARAM...
  7. Thread: dynamic memory

    by cppdude
    Replies
    15
    Views
    2,033

    uraldor i do know what i am doing. My mem scanner...

    uraldor i do know what i am doing. My mem scanner is working at this moment. I have used VirtualQueryEx to make a memory map and find out where readwrite memory is allocated. My scanner searches...
  8. Thread: dynamic memory

    by cppdude
    Replies
    15
    Views
    2,033

    no way :) besides i figured out the problem...

    no way :)

    besides i figured out the problem and i do know what i am doing. You wont be the one laughing when i release my mem scanner :)
  9. Thread: dynamic memory

    by cppdude
    Replies
    15
    Views
    2,033

    can anyone find anything wrong with this? ...

    can anyone find anything wrong with this?



    SYSTEM_INFO si;
    GetSystemInfo(&si);

    HANDLE hgame = OpenProcess(PROCESS_QUERY_INFORMATION, false, GamePID);...
  10. Replies
    4
    Views
    1,312

    arr i see !!!! thank you very much shiro :)

    arr i see !!!! thank you very much shiro :)
  11. Thread: dynamic memory

    by cppdude
    Replies
    15
    Views
    2,033

    i am making a memory scanner to scan a games...

    i am making a memory scanner to scan a games memory for values so that they can be changed to cheat in the game. i think i will use the VirtualQueryEx and scan all areas with COMMIT status.
  12. Thread: dynamic memory

    by cppdude
    Replies
    15
    Views
    2,033

    no i meant i want to find out where other...

    no i meant i want to find out where other processes have their dynamic memory allocated.
  13. Replies
    4
    Views
    1,312

    globals and splitting up your source

    do guru level c++ programmers always minimize the use of globals?

    and do they split up their code into nice small .cpp and .h files? I just made a large program and it has one small header file...
  14. Thread: dynamic memory

    by cppdude
    Replies
    15
    Views
    2,033

    dynamic memory

    how do i find out where other processes get their dynamic memory allocated, and how much they have been allocated?
  15. Replies
    15
    Views
    1,926

    cheers ken. I guess this means i am going to have...

    cheers ken. I guess this means i am going to have to change stuff if i want my progs to run on win9x right?
  16. Replies
    3
    Views
    1,080

    so you can make a working irc prog but you cant...

    so you can make a working irc prog but you cant manage strings? wow im impressed. no really i am :)
  17. Thread: float routines

    by cppdude
    Replies
    1
    Views
    910

    float routines

    ok i have made a routine for finding floats in an array of bytes. However the routine finds floats where it is not supposed to, and i cant understand for the live life of me why :(




    float...
  18. Replies
    15
    Views
    1,926

    the class name is just "EDIT". Forget all the...

    the class name is just "EDIT". Forget all the Text() stuff. I dont see what the point of it is.
  19. Replies
    3
    Views
    920

    byte routine not working

    ok i am making a byte routine taht searches for a particular byte in a string of bytes. All the addresses of the found bytes are stored in an array. But its not working and i cant figure out why....
  20. Thread: byte problem

    by cppdude
    Replies
    5
    Views
    968

    thanks hotman that union is what i need, but...

    thanks hotman that union is what i need, but shouldnt hte size of the char string be sizeof(double) + 1 to account for the terminating char?
  21. Thread: byte problem

    by cppdude
    Replies
    5
    Views
    968

    byte problem

    ok say in my program i make a double variable for example. Somewhere in memory is my double, and it consists fundamentally of bytes in RAM. I would like to know how to get an array of bytes...
  22. Replies
    2
    Views
    1,172

    ok did taht - very nice. Now how do i lock the...

    ok did taht - very nice. Now how do i lock the position and widths of the list view headers?
  23. Replies
    2
    Views
    1,172

    List View Control troubles

    How do i allow the user to edit the subitems in a list view? I can let him edit the main label but not the subitems?

    I dont want to have to resort to making a edit box window over the subitem cos...
  24. Replies
    1
    Views
    1,303

    report style list view boxes

    how do i lock the size and position of the headers in a report style list view box?
  25. Replies
    3
    Views
    2,061

    cheers fordy i thought that the taskbar icon...

    cheers fordy

    i thought that the taskbar icon was a 16x16 :) and i hadnt made one yet :)
Results 1 to 25 of 62
Page 1 of 3 1 2 3