Search:

Type: Posts; User: vrkiller

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,444

    why capital letters in function

    how come there in some funtions are capital letters like

    Beep(); ?
  2. Replies
    8
    Views
    16,722

    ran codeblocks in admin mode and it works! xD...

    ran codeblocks in admin mode and it works! xD duh!
    solved
  3. Replies
    8
    Views
    16,722

    i did it all right now but it still shows ...

    i did it all right now but it still shows


    but i have installed mingw and the files are in the right folder how come it dosen't work?
  4. Replies
    8
    Views
    16,722

    ok thank you all (:

    ok thank you all (:
  5. Replies
    8
    Views
    16,722

    where can i download mingw, is it a compiler or...

    where can i download mingw, is it a compiler or what?
  6. Replies
    8
    Views
    16,722

    Sry it can't find the debugger program because i...

    Sry it can't find the debugger program because i haven't redicted it to a path, but what is borland's dev-c++ debugger named and where is it placed?
  7. Replies
    8
    Views
    16,722

    code:blocks can't find a compiler

    the codeblock a c/c++ editor thing, can't find a compiler. I have tried every compiler there is. and it will still not work, why? I have already borland dev-c++ witch works fine. How can i solve the...
  8. Replies
    3
    Views
    3,712

    good tut on gui in c++? and Questions

    Hey guys do some of you know where there is some good tutorials, and explanations working with gui in c++?

    what is difference in "opengl" and "directx"?

    do i need a open library to my compiler...
  9. Thanks (:

    Thanks (:
  10. Thank you man it worked! But what do you do with...

    Thank you man it worked! But what do you do with one \ exactly? is \ somekind of endl; ?
  11. problems with showing letters/symbols in cout (newbie)

    Hello.
    i got a problem with showing a "picture to ascii" if you could call it that my code is here:



    // Windows
    #include <iostream>
    #include <windows.h>
    using namespace std;
  12. Replies
    11
    Views
    1,136

    don't get it why should it be so hard?

    don't get it why should it be so hard?
  13. Replies
    11
    Views
    1,136

    explorer.exe

    explorer.exe
  14. Replies
    11
    Views
    1,136

    then how do i intialize it do you have a tutorial...

    then how do i intialize it do you have a tutorial on how to make the handle return thing working?
  15. Replies
    11
    Views
    1,136

    WHOLE CODE, INCLUDED SOME EXTRA FILES JUST GET...

    WHOLE CODE, INCLUDED SOME EXTRA FILES JUST GET THEM AWAY, IT ONLY NEED WINDOWS.H


    #include <exception>
    #include <cstdlib>
    #include <windows.h>
    #include <iostream>
    using namespace std;
  16. Replies
    11
    Views
    1,136

    what do you mean the code dosent work?

    what do you mean the code dosent work?
  17. Replies
    11
    Views
    1,136

    problems with pointers a dword?

    i can't seem to get the code right, the program shal return something in parm2 but it can't, i can someone make it so it can?



    int main ()
    {
    int lol=0;
    HANDLE hread;
    ...
  18. Replies
    4
    Views
    2,361

    Loops at same time c++ vrkiller

    Hello i was wondering about how i could make a loop that like runs on the same time



    while(1)
    {
    if m=1
    cout << "lol";
    }
    while(1)
  19. Replies
    1
    Views
    1,396

    Sry for double posting. do anyone know what i...

    Sry for double posting. do anyone know what i mean? Try to open taskmanager and then try to select this window, then the task manager ain't removing, how?
  20. Replies
    2
    Views
    39,014

    thx you, worked it ;D

    thx you, worked it ;D
  21. Replies
    2
    Views
    39,014

    GetAsyncKeyState() "key pressed"

    hello, when you press a key you can use the
    GetAsyncKeyState();
    function, but how do i do if i wan't to get the key you havé pressed


    if (Getapressedkey(vk_shift)) // code dosent work.
    {...
  22. Replies
    1
    Views
    1,396

    sgow the console infront of every programs

    [noob]
    Hello, my problem is that i want to have my program [in console] to be showen infront of every programs, even if it's not selected, how do i do that?
  23. Replies
    10
    Views
    2,480

    thx

    Thank you, problem solved.
  24. Replies
    10
    Views
    2,480

    so?

    What do you say that i can't return a string in any of them "void();"string();" and "int();"?
  25. Replies
    10
    Views
    2,480

    sorry for the late post, but does this mean i...

    sorry for the late post, but does this mean i should get a converter that "converts" char* to a string and THEN retur it?
Results 1 to 25 of 33
Page 1 of 2 1 2