Search:

Type: Posts; User: Kaidao

Search: Search took 0.01 seconds.

  1. Oh I see, alright, thanks for helping.

    Oh I see, alright, thanks for helping.
  2. Thanks. After doing what you suggested, the...

    Thanks. After doing what you suggested, the program now works, but what do you mean by "add a couple more to the back of it"? Cause, if I only enter 10 things for my while statement, it would fit in...
  3. Strange problem during runtime (Program has stopped working...)

    Hey guys, I just wrote a simple program that takes 10 integers into a vector, and the goal of the program is to output the ten numbers, all multiplied by two, using iterators. Well, I wrote the code...
  4. Replies
    11
    Views
    4,150

    OHHHHHH damn I get it now. Thanks Elysia...You're...

    OHHHHHH damn I get it now. Thanks Elysia...You're a programming master! How the hell do you know every thing? . Serious, thanks. I get it a lot more now. It's a lot different from Java...

    -Kai
  5. Replies
    11
    Views
    4,150

    Hm..alright thanks guys. I understand it a little...

    Hm..alright thanks guys. I understand it a little better now, but not completely. At least now I know what header files are for..now I just have to understand better what I need to put in header, and...
  6. Replies
    11
    Views
    4,150

    Hmm..I kinda get it, so it's kinda like a...

    Hmm..I kinda get it, so it's kinda like a interface, right? Basically for maintenence issues. So how do you discern between what you should define/declare in the class and what you should...
  7. Replies
    11
    Views
    4,150

    Thanks, but I've already tried that site, and I...

    Thanks, but I've already tried that site, and I don't know why, I'm in China, and it seems like they have something against Wikipedia. Because no matter where I go in wikipedia, I can't connect...
  8. Replies
    11
    Views
    4,150

    Need help understanding Header Files

    Hey guys, I just got back into learning C++, and I'm going through the C++ Primer book. I understand the part about creating classes and stuff, but what is the point of a Header File? What do you...
  9. Replies
    4
    Views
    4,512

    Yeah....heh. Sorry guys! Oh, I've got another...

    Yeah....heh. Sorry guys! Oh, I've got another question though. How is i t that I input a negative number? the minus sign doesn't work...I think.
  10. Replies
    4
    Views
    4,512

    C++ Primer 4th Edition, Problem with Exercise

    Hey, I've searched online for answers to these exercise problems for forever, but I just couldn't find it. Anyways, I have problems with exercises 1.24. I just don't get it. I don't even know how to...
  11. Replies
    20
    Views
    3,756

    I have a question. In the book, it's talking...

    I have a question. In the book, it's talking about rules for Integer Literals. And it says that the value 20 can be written in three ways:

    20
    024
    0x14

    How does that work..?

    If anyone has...
  12. Replies
    20
    Views
    3,756

    Thanks guys. You see, I get discouraged, and then...

    Thanks guys. You see, I get discouraged, and then I lay off it for some time. The most has been bout...a week during finals at my high school. But then, whenever I think about it, I just WANT to...
  13. Replies
    20
    Views
    3,756

    C++ Is So Hard!!!

    Guys, I kinda just started C++ with the book C++ Primer. I also have Bjarne's C++ Standard Library. The thing is, it gets so incredibly hard sometimes in the book. Like the exercises at the back of...
  14. Replies
    6
    Views
    1,110

    Window closes everytime I push enter

    Hey guys, I'm using Dev-C++ compiler for my coding, but everytime I write a program that prompts the user to do input, and they press enter to well, enter the input, the program closes on me without...
  15. Replies
    3
    Views
    2,179

    Also, when I run a program (from the compiler),...

    Also, when I run a program (from the compiler), and there's any input at all, when you push enter to submit your input, the program will close automatically. Is there any piece of code to get around...
  16. Replies
    3
    Views
    2,179

    Types, Integral Types, Bytes?!?!?!

    Hey guys, I was reading the C++ Primer book, and I just got to Chapter 2, and I'm confused. :( :confused: . The beginning of the Chapter where it's talking about integral types, bytes, integers,...
  17. Replies
    6
    Views
    2,575

    I see, I don't know, but I asked a few months ago...

    I see, I don't know, but I asked a few months ago which books to get, and these four were recommended to me to be good starter books, and then go from there. They said that C++ Primer and Beginning...
  18. Replies
    6
    Views
    2,575

    It basically covers arithmetic stuff, types,...

    It basically covers arithmetic stuff, types, comments, basic stuff, really.
  19. Replies
    6
    Views
    2,575

    Question about book

    Hey guys, I'm new to programming, and to this board also. I bought a few books to get me started on learning C++, including C++ Game Programming for beginners, C++ Primer by Lippman, the C++...
Results 1 to 19 of 19