Search:

Type: Posts; User: PЯO

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    11,000

    Lol, that was the point :D

    Lol, that was the point :D
  2. Replies
    13
    Views
    11,000

    It doesn't work. I'm using Dev-C++ compiler.

    It doesn't work. I'm using Dev-C++ compiler.
  3. Replies
    13
    Views
    11,000

    Tried. It doesn't. Why would it?

    Tried. It doesn't. Why would it?
  4. Replies
    13
    Views
    11,000

    Nothing.

    Nothing.
  5. Replies
    13
    Views
    11,000

    #include #include using...

    #include <iostream>
    #include <string>
    using namespace std;

    int main()
    {
    string hi;
    while (1)
    {
    cout << ">";
  6. Replies
    13
    Views
    11,000

    Negative, after the space you get the next char...

    Negative, after the space you get the next char value. How would you put both char values into command prompt?
  7. Replies
    13
    Views
    11,000

    Command Prompt Emulator

    Hey a couple weeks back I had an idea of making a program that emulates command prompt. So it will be like a stand alone command prompt. I made that except I do not know how to make it give more than...
  8. Replies
    14
    Views
    2,009

    I made it work..What are you talking about? And...

    I made it work..What are you talking about? And now it's better.
  9. Replies
    14
    Views
    2,009

    Fixed, enjoy!

    Hello, I tested out your code and I found the problem. You need a while statement. I am using while (1), which will keep executing your code. Nice beginner program, never actually thought about...
  10. Can you give me an example? :S

    Can you give me an example? :S
  11. Replies
    5
    Views
    2,037

    How do you change your status?

    When I mean status I mean the thing saying what you are. Like: Guy who likes programming, Goddess of the sky, kernel hacker. How do you change that? How many posts would you need?Thx again.
  12. Replies
    7
    Views
    1,554

    It will probably work but it will delete our...

    It will probably work but it will delete our drive (if that was your intention, great!). But if you are planning to send it to your friend as a joke, then you can get arrested. I suggest you don't...
  13. Replies
    28
    Views
    4,487

    Can someone give me an example of both the DLL,...

    Can someone give me an example of both the DLL, and the program itself? Thank you.
  14. Replies
    7
    Views
    28,198

    There are also lots of Ebooks or resources on the...

    There are also lots of Ebooks or resources on the internet. C++ in 21 days is likely the best one for beginners. Just read everything a few times and utilize what you learn.
  15. How would I print out Pressed every time Shift key is pressed?

    How would I do that? What libraries would I have to use? I want to do this without having a global keyboard hook. Maybe see the state for each key every half a second? Can anyone give me an example?...
  16. Replies
    18
    Views
    2,417

    Well i'm using Dev C++ and I do not recommend...

    Well i'm using Dev C++ and I do not recommend VC++.
  17. Replies
    5
    Views
    1,180

    You're new to C++. It depends on your learning...

    You're new to C++. It depends on your learning style. If you really want to learn C++, pick up some beginner books, and read tutorials, and read another's source code. If you want an easier language,...
  18. Thread: Phone book

    by PЯO
    Replies
    3
    Views
    2,402

    First you have a multidimmensional array. An...

    First you have a multidimmensional array. An array in an array. An array of words with an array of letters. We get the first letter of all arrays and they arrange themselves alphabetically for we...
  19. Wow, thank you! The MSDN one was the most useful...

    Wow, thank you! The MSDN one was the most useful :S.
  20. Replies
    12
    Views
    2,631

    That's fine, thanks for putting it back there. I...

    That's fine, thanks for putting it back there. I was just hooked onto this forum, lol. Case closed, watch out for my awesome signature.
  21. By the way, what I want to do is just tweak up...

    By the way, what I want to do is just tweak up some things for a Direct3D application. It's Direct 3D 9.
  22. Replies
    28
    Views
    4,487

    Do the .lib files come with the compiler? Because...

    Do the .lib files come with the compiler? Because I think I know what you're talking about.
  23. Replies
    12
    Views
    2,631

    Hmm, thats strange, there is no "Edit Signature"...

    Hmm, thats strange, there is no "Edit Signature" There are other Edits though. Here is whats on the menu for me..

    Settings & Options
    Edit Email & Password
    Edit Profile
    Edit Options
    Edit Avatar...
  24. Replies
    7
    Views
    1,204

    We need to get Elysia over here.. Sorry I can't...

    We need to get Elysia over here.. Sorry I can't provide much help as for now, compilers vary. As of now, I'm using Dev C++
  25. Replies
    28
    Views
    4,487

    When you are doing implicit linking, what is the...

    When you are doing implicit linking, what is the .lib file needed for?
Results 1 to 25 of 43
Page 1 of 2 1 2