Search:

Type: Posts; User: darknite135

Search: Search took 0.01 seconds.

  1. Thread: Freedom.

    by darknite135
    Replies
    30
    Views
    6,599

    I did that but Bubba deleted them before he read...

    I did that but Bubba deleted them before he read them. Lmao
  2. Thread: Freedom.

    by darknite135
    Replies
    30
    Views
    6,599

    Freedom.

    I'm afraid that moderators are out of control in Cboard and that one of them (Bubba) closed two of my threads because he had "suspicion" that I was going to be a uberleethaxor and virus up the forum....
  3. Replies
    4
    Views
    20,566

    They must be placed in a dll? So I compile a dll...

    They must be placed in a dll? So I compile a dll in C++ and declare it in another program?

    I've read somewhere that you can use Sleep(50); to speed it up a bit.

    EDIT: I searched around and...
  4. Replies
    1
    Views
    2,215

    Need some help with Direct3D help

    Well I've been wanting to hack a game that uses a direct3d as its graphics. How would I write a hook to access all graphics related things? I'm planning to remove the textures so I can have a...
  5. Replies
    4
    Views
    20,566

    C++ Global Keyboard Hook

    Hey there. Right now I'm working on a C++ Keylogger (educational purposes) so I can better understand how to hook things. I want to create a global Keyboard hook so I can read keystrokes that I...
  6. Replies
    4
    Views
    2,007

    I mean getting one string out of 100 strings. How...

    I mean getting one string out of 100 strings. How would you do that? How would you skip down from the file to get the one you want? Ive been working on this for a while and I need some help. Thanks
  7. Replies
    4
    Views
    2,007

    Getting Specific Data from a file

    How DO YOU get specific data from a file? Can anyone explain in easy words?
  8. Replies
    3
    Views
    1,017

    Thanks everyone for helping me! It works now :)...

    Thanks everyone for helping me! It works now :) Now to see how long it takes me to write a program lol. Happy New Year!
  9. Replies
    3
    Views
    1,017

    Why isn't my timer working?

    Hello I made a simple timer that should work, but doesn't. I keep getting 1 second as the time. Even if I leave it on for a minute, it said it took 1 second. Have a look at my code.
    #include...
  10. Replies
    5
    Views
    1,512

    Thank you, now I can finally work on my stupid...

    Thank you, now I can finally work on my stupid Database thing lol. Thanks for everyone else for explaining the compiler issues.
  11. Replies
    6
    Views
    1,132

    Thanks everyone, I get it now xD. Hmm now to make...

    Thanks everyone, I get it now xD. Hmm now to make a simple application that tells you how much time it takes you to type a sentence.
  12. Replies
    5
    Views
    1,512

    Why does this keep happening?

    OK so I made a program where the user can pick what to do. I created a simple 'if' statement to handle what he types and what he gets.

    Here it is:

    if ((answer = 'R') || (answer = 'r'))
    {...
  13. Replies
    6
    Views
    1,132

    This is what I get: Time is the difference...

    This is what I get:
    Time is the difference between..say...timestart...and time end.

    What I don't get:
    How would you i implement this and make a function?

    I really need an example.
    ...
  14. Replies
    4
    Views
    1,284

    File input in C++ - S1mple question...

    Hey sorry for making so many threads but I have SO many questions lol. Anyway heres the scoop. When you read from a file, is there any way that you can skip to the next line?

    Because your file...
  15. Replies
    6
    Views
    1,182

    Pointers! I don't get them!

    Can anyone give a simple tutorial on pointers. It doesn't need to be fancy, it only needs to teach me pointers and be simple. Thanks.
  16. Replies
    6
    Views
    1,132

    How do you do time in C++?

    I want to do time in C++. Not tell the user what the date is or what the time is now, but instead calculate how much time it takes to do something. I want to know how you do it or if there are any...
Results 1 to 16 of 18