Search:

Type: Posts; User: darealnash

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    846

    Alright, thanks! One more question: How to call...

    Alright, thanks! One more question: How to call WinMain?
  2. Replies
    3
    Views
    846

    A simple question.

    I`m trying to learn windows programming, and so far i don`t understand anything harder than a messagebox... I began with

    MessageBox(NULL,"Whatever text you want in the window","Whatever you want...
  3. HELP! My pc doesn`t react when i click on My Computer

    When i click on my computer, my pc does nothing... What could be the cause of that? I tried a joke with my little sister, which involved editing the register, and making a new DWORD object called...
  4. Replies
    18
    Views
    2,608

    BTW, thantos, all that was needed was to change...

    BTW, thantos, all that was needed was to change the prototypes into function calls. That keeps it running until you type quit as a command
  5. Replies
    18
    Views
    2,608

    Thanks a lot guys!

    Thanks a lot guys!
  6. Replies
    18
    Views
    2,608

    it closes right away when i open the program

    it closes right away when i open the program
  7. Replies
    18
    Views
    2,608

    Well, i`ve tried this: #include ...

    Well, i`ve tried this:

    #include <iostream.h>

    char command[99999];

    void exec();
    void call();

    int main()
  8. Replies
    18
    Views
    2,608

    and what`s in the faq doesnt work

    and what`s in the faq doesnt work
  9. Replies
    18
    Views
    2,608

    Well, ive tried making the user input quit to...

    Well, ive tried making the user input quit to exit:

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

    char command[99999];

    int main()
    {
    cout << "Command>";
  10. Replies
    18
    Views
    2,608

    dos prompt disappearing

    I want to make a program similar to the dos prompt (i dont know the english name for it) in wich you can issue commands to your system (like 'netsat -n' or 'ping 127.0.0.1'). It works, but it should...
  11. Replies
    7
    Views
    1,618

    Okay, i'll learn how to use edit controls....

    Okay, i'll learn how to use edit controls. Thanks. I`m just a beginner at windows programming, and i`ve only just learned how to create multiple lines of text in a messagebox, so i still got a lot of...
  12. Replies
    7
    Views
    1,618

    I found something about it, but thats way too...

    I found something about it, but thats way too complicated. I mean similar to cin <<.
  13. Replies
    7
    Views
    1,618

    what`s an edit control?

    what`s an edit control?
  14. Replies
    7
    Views
    1,618

    Input for windows programs

    I am beginning to understand windows programming, and i know how to "print" text in my programs (MessageBox(); ) but i dont know how to make input. Please tell me.
  15. Replies
    8
    Views
    1,627

    Hey brain, thats chinese sign for dragon right?

    Hey brain, thats chinese sign for dragon right?
  16. Replies
    8
    Views
    1,627

    OS? What`s that?

    OS? What`s that?
  17. Replies
    8
    Views
    1,627

    system commands

    I have a question, i aready found out about
    system ("PAUSE");, but are there other commands using 'system' and if yes, please explain their use.
  18. Replies
    23
    Views
    2,224

    Thanks!!!

    Thanks!!!
  19. Replies
    23
    Views
    2,224

    "untitled1.cpp": E2268 Call to undefined function...

    "untitled1.cpp": E2268 Call to undefined function 'mountian' in function mountain() at line 72
    "untitled1.cpp": E2134 Compound statement missing } in function mountain() at line 77
  20. Replies
    23
    Views
    2,224

    "untitled1.cpp": E2451 Undefined symbol 'action'...

    "untitled1.cpp": E2451 Undefined symbol 'action' in function mountain() at line 70
    "untitled1.cpp": E2268 Call to undefined function 'mountian' in function mountain() at line 72
    "untitled1.cpp":...
  21. Replies
    23
    Views
    2,224

    I don`t think thats what i mean, but here`s my...

    I don`t think thats what i mean, but here`s my code:

    #include <iostream.h>
    int main()
    {
    int input;
    cout<<"This game simulates a rich life."<<endl;
    1 cout<<"Input menu function"<<endl;
    ...
  22. Replies
    23
    Views
    2,224

    Do function calls make the program go to a...

    Do function calls make the program go to a certain part of the code (similar to goto) or something else? Because i need to repeat a certain part of the code after a certain input.
  23. Replies
    23
    Views
    2,224

    Well, i don`t really know what you`re talking...

    Well, i don`t really know what you`re talking about when you talk about 'function calls' but i`m currently working on a game-like thing, for which i think i need goto. But how do I set labels? And do...
  24. Replies
    23
    Views
    2,224

    Need help with goto in c++

    I`ve tried the tutorials, but i couldn`t find anything about goto. I don`t know how to set labels and i don`t know how to use goto. Examples would really help.
Results 1 to 24 of 24