Search:

Type: Posts; User: Noxir

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: CPU time-sharing

    by Noxir
    Replies
    6
    Views
    2,063

    yes 1+1 is 2

    yes 1+1 is 2
  2. Thread: Help with prog

    by Noxir
    Replies
    7
    Views
    2,104

    The program is not ment to type a text in a...

    The program is not ment to type a text in a specific program, it will just type the text in the program that is active.
    If you still don't know what i'm talkin' about then download this:
    ...
  3. Thread: Compile problems

    by Noxir
    Replies
    5
    Views
    1,237

    Edited: cin.getline (choice, 0); void menu...

    Edited:
    cin.getline (choice, 0);
    void menu (char choice[0])
    char choice[0];

    Done as you guys said, here's the..

    Errors:
    ISO C++
    ISO C++
  4. Thread: Compile problems

    by Noxir
    Replies
    5
    Views
    1,237

    Oks.......I've begun to make a text game, here's...

    Oks.......I've begun to make a text game, here's the code


    #include <iostream.h>
    #include <windows.h>
    #include <string.h>

    void menu ()
    {
    cout << "\n\n--Menu--";
  5. Thread: Compile problems

    by Noxir
    Replies
    5
    Views
    1,237

    Compile problems

    I'm using Dev-C++, when I compile I get these errors:

    [Warning] In function:
    ISO C++
    ISO C++

    It says the wrong code are


    if(choice == 'R' || choice == 'r')
  6. Thread: win32 api help

    by Noxir
    Replies
    5
    Views
    1,973

    You mean like this? { switch(Msg) ...

    You mean like this?


    {
    switch(Msg)
    {
    case WM_DESTROY:
    PostQuitMessage(WM_QUIT);
    break;
    case WM_KEYDOWN:
  7. Thread: Help with prog

    by Noxir
    Replies
    7
    Views
    2,104

    argl.................................................

    argl...................................................
    Is it SO hard to understand?
    I press f12 on a game, there it stands "Password:", and have my program open.
    My program types my password so I...
  8. Thread: Help with prog

    by Noxir
    Replies
    7
    Views
    2,104

    Ok, I'm making a program that does this: ...

    Ok, I'm making a program that does this:

    Doubleclick: Starts the program.
    Press F12: Type the text inside file.ini, so you press F12 and it types the password inside file.ini (that the user have...
  9. Replies
    10
    Views
    2,340

    Here is one easy.. WM_CLOSE: break; lol.....

    Here is one easy..
    WM_CLOSE:
    break;
    lol.. works for me
  10. Thread: Help with prog

    by Noxir
    Replies
    7
    Views
    2,104

    Help with prog

    Hello, I'm going to make a program that first reads from program.ini and then writes what stands inside (when a key is pressed), like, you press f12 and it writes your password directly, but I've got...
  11. Thread: Win32 API, Help

    by Noxir
    Replies
    6
    Views
    1,213

    thnks xD

    thnks xD
  12. Thread: win32 api help

    by Noxir
    Replies
    5
    Views
    1,973

    win32 api help

    Hello, I'm going to make a program that first reads from program.ini and then writes it when a key is pressed, like, you press f12, it writes your password, but I've got stuck here:


    switch...
  13. Thread: Win32 API, Help

    by Noxir
    Replies
    6
    Views
    1,213

    Win32 API, Help

    I just wrote this program, whats wrong? I get a lot of errors >.<



    #include <windows.h>
    const char classnamn[] = "myWinClass";

    LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam,
    ...
  14. Replies
    4
    Views
    1,678

    Hey, some hotkeys wouldn't be wrong, like...

    Hey, some hotkeys wouldn't be wrong, like
    if(press.key==VK_F1)
    {
    write #include <iostream.h>
    }
    lol
  15. Thread: question

    by Noxir
    Replies
    3
    Views
    899

    Question

    I know you can load an image on win32, but, can you load an image in DOS?, if you can, tell me the code :D
  16. Thread: Possible?

    by Noxir
    Replies
    8
    Views
    1,195

    Thnks all :D

    Thnks all :D
  17. Thread: Possible?

    by Noxir
    Replies
    8
    Views
    1,195

    #include #include int...

    #include <iostream.h>
    #include <conio.h>

    int main ()
    {
    int x;
    x=getche();
    cout << "1+1=";
    cin>>x;
    system("PAUSE");
  18. Thread: Possible?

    by Noxir
    Replies
    8
    Views
    1,195

    I'm using Dev-C++, It didn't worked...

    I'm using Dev-C++,

    It didn't worked manofsteel >.< I need a code so I can make an input without pressing ENTER, thanks for help anybody
  19. Thread: Possible?

    by Noxir
    Replies
    8
    Views
    1,195

    Possible?

    Is it possible to do so when you make a input you don't need to push enter?

    like "1+1="
    then you just press 2 and it outputs "right!" for an example
    if it works, then how?
  20. Thread: SkyRoads 2004

    by Noxir
    Replies
    25
    Views
    8,796

    Nice game! Sad my screen is black :D well I can...

    Nice game!
    Sad my screen is black :D
    well I can see the shadows of the map but no colors, I'm running windows XP if u wanna know
  21. Replies
    6
    Views
    1,236

    Hey, I learned DOS then win32 API myself, here is...

    Hey, I learned DOS then win32 API myself, here is some links

    http://www.cplusplus.com/doc/tutorial/index.html
    learn basics&much more

    http://www.hal-pc.org/~johnnie2/windows.html
    when you feel...
  22. Replies
    10
    Views
    1,397

    Many asks "why cin.getline instead of cin>>?" the...

    Many asks "why cin.getline instead of cin>>?" the answer is:

    • You can't write sentences in cin>>

    • You can write sentences in cin.getline

    x)
  23. Replies
    10
    Views
    1,397

    thnx a lot :D

    thnx a lot :D
  24. Replies
    10
    Views
    1,397

    nope Lloy it didn't worked

    nope Lloy it didn't worked
  25. Thread: Help needed

    by Noxir
    Replies
    16
    Views
    2,204

    ok, thnx Lithorien!! (not) :p

    ok, thnx Lithorien!! (not) :p
Results 1 to 25 of 59
Page 1 of 3 1 2 3