Search:

Type: Posts; User: trainee

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    3,288

    Yeah but according to yum it's installed and up...

    Yeah but according to yum it's installed and up to date.

    trainee
  2. Replies
    15
    Views
    3,288

    I was thinking of learning wxWindows, but I can't...

    I was thinking of learning wxWindows, but I can't get it to install correctly in Fedora.


    [root@hnlhi1-ar6-4-7-224-047 root]# yum install wxGTK
    Gathering header information file(s) from...
  3. Thread: getline

    by trainee
    Replies
    4
    Views
    1,402

    Make the name member a std::string and use ...

    Make the name member a std::string and use


    std::cin >> search.name;

    This is why it's always best to use the standard, it makes a lot of tasks easier.

    trainee
  4. Replies
    15
    Views
    3,288

    I am actually coding for Linux, but I wouldn't...

    I am actually coding for Linux, but I wouldn't mind it if it was cross-platform. Thanks again.

    trainee
  5. Replies
    15
    Views
    3,288

    GUI Programming

    I have never coded any GUI applications before. I was wondering what would be the best API or toolkit to learn that isn't too complicated. Thanks for the help in advance.

    trainee
  6. Replies
    6
    Views
    1,682

    Yes, I found that one out from a friend. This I...

    Yes, I found that one out from a friend. This I believe is the simplest way of doing it.

    trainee
  7. Replies
    6
    Views
    1,682

    Is there a simpler way to do this? trainee

    Is there a simpler way to do this?

    trainee
  8. Replies
    3
    Views
    1,383

    Ah, me too, excellent read. trainee

    Ah, me too, excellent read.

    trainee
  9. Replies
    6
    Views
    1,682

    Detaching a program from the console

    How would I write a program that could be run as a background process? I don't mind if it flashes for a second or two when it starts up, I just generally want it out of my way. Thank you so much.
    ...
  10. Thread: Clipboard dump

    by trainee
    Replies
    3
    Views
    2,306

    I mean retrieve it. I meant dump like in the...

    I mean retrieve it. I meant dump like in the context of "memory dump," "tcp dump," etc..

    trainee
  11. Replies
    9
    Views
    2,021

    Show me proof that he isn't using it. He...

    Show me proof that he isn't using it. He describes this nowhere.

    trainee
  12. Thread: Sockets

    by trainee
    Replies
    9
    Views
    3,118

    No there is currently no socket API in the STL. ...

    No there is currently no socket API in the STL. I heard somewhere they were thinking about adding it though.

    trainee
  13. Replies
    5
    Views
    1,205

    You sure it is std::system()? All thought all...

    You sure it is std::system()? All thought all functions from C weren't included in the standard library?

    trainee
  14. Replies
    9
    Views
    2,021

    Why are you using strcmp()? The string class...

    Why are you using strcmp()? The string class overloads the == operator, so just use


    if(string=="pickup sword")

    trainee
  15. Thread: Clipboard dump

    by trainee
    Replies
    3
    Views
    2,306

    Clipboard dump

    How can I dump the contents of the clipboard?

    trainee
  16. Replies
    6
    Views
    1,083

    You mean this doesn't concern us, high-level...

    You mean this doesn't concern us, high-level programmers though. In ASM you have to know what all of those things do.

    trainee
  17. Replies
    6
    Views
    1,083

    Hmm, I thought it was a register. Unless I am...

    Hmm, I thought it was a register. Unless I am talking about the stack pointer. Oh, Jesus, what was I talking about again?

    trainee

    EDIT: Well obviously the stack pointer points to the address...
  18. Thread: large numbers

    by trainee
    Replies
    13
    Views
    1,996

    BigInt class

    Here's one a friend of mine created.

    BigInt.

    trainee
  19. Replies
    18
    Views
    2,554

    Well I always knew you don't need the void, but...

    Well I always knew you don't need the void, but Prelude said I did.

    trainee
  20. Replies
    18
    Views
    2,554

    But it still has to be int main(void) right? ...

    But it still has to be int main(void) right?

    trainee
  21. Replies
    18
    Views
    2,554

    C++ standard doesn't require return 0;? Wow,...

    C++ standard doesn't require return 0;? Wow, that's news to me. Where did you hear this man?

    trainee
  22. Replies
    6
    Views
    1,743

    Thanks a bunch codeplug, but the second link...

    Thanks a bunch codeplug, but the second link isn't valid.

    trainee
  23. Replies
    16
    Views
    2,756

    Vectors are a powerful array abstraction. Use...

    Vectors are a powerful array abstraction. Use the size() member function to return the number of values in the array at any time. The push_back(string) member function also dynamically appends a...
  24. Replies
    18
    Views
    2,554

    Okay man, fixed. Thanks for the suggestions, I...

    Okay man, fixed. Thanks for the suggestions, I don't want to hand out false information.

    trainee
  25. Replies
    18
    Views
    2,554

    Did I fix it? trainee

    Did I fix it?

    trainee
Results 1 to 25 of 32
Page 1 of 2 1 2