Search:

Type: Posts; User: Asmyldof

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    3,099

    Okay working now! Wierd little thing: The loop...

    Okay working now!
    Wierd little thing:
    The loop returns a positive match twice, and I used break on the first one (to save looping time), while the second one was the correct one, I find that a bit...
  2. Replies
    11
    Views
    3,099

    Okay, that was indeed at least a bit stupid of...

    Okay, that was indeed at least a bit stupid of me!

    Thankyou for the help, It does not work as of yet, but I do think that I can manage the remaining problems myself, if not i'll be sure to post...
  3. Replies
    11
    Views
    3,099

    Humm, It keeps hanging on the: pIdExec =...

    Humm,

    It keeps hanging on the:


    pIdExec = GetProcessId(eI.hProcess);

    when either compiling or linking.
    I have checked the MSDN directory and it has a minimum requirement of Win XP SP1,...
  4. You COULD of course go into checking values and...

    You COULD of course go into checking values and all such things, but funny thing:
    scanf(); only accepts input that fits into the format string!



    scanf("%.2f", FloatNum);


    Only accepts a...
  5. Replies
    6
    Views
    1,066

    Printf(); accepts a sting followed by no...

    Printf();
    accepts a sting followed by no arguments, 1 argument, 3000 arguments. Without throwing with things like vararg and other workings, if you do not pass an argument it is up to the specific...
  6. Replies
    6
    Views
    1,066

    Still it can be just the program stack....

    Still it can be just the program stack.
    Seriously, my compiler gives "490200372890023776389" as output, and the second time "5523783989988370002389"
    Believe me, there is no documented feature that...
  7. Replies
    6
    Views
    1,066

    Pure cioncidence. Possibly your specific...

    Pure cioncidence.
    Possibly your specific platform as a little quirk, but usually if printf is not passed the arguments it just starts peeking at adress NULL or anywhich way it can find anything of...
  8. Replies
    2
    Views
    1,143

    As I understand your problem, you want to look...

    As I understand your problem, you want to look nito a string. With any type of string, weather it is a declared or designed structure (or in C++ even a class) or simply just an array of characters...
  9. Replies
    11
    Views
    3,099

    Wow, thanks. I have spent almost two days...

    Wow, thanks. I have spent almost two days circling on pages in the MSDN directory and browsing through tutorials and nothing even close to this usefullness came up. I'm going to try this later today....
  10. Replies
    11
    Views
    3,099

    Windows API - Controlling other windows

    Hello dearest fellow prorammers (if I may call myself one),

    I am trying to open a program with another program, using ShellExecute, this ShellExecute hands me a HINSTANCE of the started program....
Results 1 to 10 of 10