Search:

Type: Posts; User: feso4

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,106

    isn't there a standard atexit function?

    isn't there a standard atexit function?
  2. Replies
    2
    Views
    1,228

    http://www.ai-junkie.com/ai-junkie.html

    http://www.ai-junkie.com/ai-junkie.html
  3. Register a file to be automatically opened with a specific program

    As the title says, how can I use the registry to specify with what program a file should automatically be opened with ?
  4. Replies
    8
    Views
    3,043

    Maybe std::lexicographical_compare_3way in...

    Maybe std::lexicographical_compare_3way in <algorithm> would help you a little bit.
  5. Replies
    10
    Views
    2,295

    I have never used DevC++ before, so I don't know...

    I have never used DevC++ before, so I don't know how to add a manifest file into the resources of the application, but someone on these forums surely knows. All I know is that it should contain this...
  6. Thread: Memory Range

    by feso4
    Replies
    11
    Views
    2,231

    Thanks for the replies everyone. I also found out...

    Thanks for the replies everyone. I also found out about ReadProcessMemory and WriteProcessMemory so that's everything I need.
  7. Thread: Memory Range

    by feso4
    Replies
    11
    Views
    2,231

    Sorry for posting in the wrong section, it was...

    Sorry for posting in the wrong section, it was three in the morning and I was a little tired. :D

    Anyways, I need to find a variable in a process by searching and sieving, and then modify it from...
  8. Thread: Memory Range

    by feso4
    Replies
    11
    Views
    2,231

    Memory Range

    How can I find out the memory range which a program in windows is using?
  9. Replies
    16
    Views
    5,633

    printf is way faster than cout... so don't...

    printf is way faster than cout... so don't complain about it's speed.
  10. Replies
    3
    Views
    1,536

    Thank you for your replies. maxorator, I'm...

    Thank you for your replies.

    maxorator, I'm glad that you immediately knew what I wanted :) , but I have tried that approach and it has a problem. Start the program and type hello, as the "---"...
  11. Replies
    3
    Views
    1,536

    Help with console program

    How can I create a console program that simultaneously handles input from the user, and outputs text? I tried creating a sample program with two threads, one basically did something like
    while...
  12. Replies
    3
    Views
    1,957

    Sorry if I was being rude citizen, I'll do my...

    Sorry if I was being rude citizen, I'll do my best to debug it (you were right, my debugging skills aren't the best :) ), and by the way, line 49 is ok, memccpy is a valid function defined in...
  13. Replies
    3
    Views
    1,957

    Help With Custom Dynamic Arrays

    Hi,

    I made my custom dynamic arrays, similar to vectors, and I have one problem with them. When I create a multidimensional array ( dynamic_array< dynamic_array<int> > for example) the compiled...
Results 1 to 13 of 13