Search:

Type: Posts; User: etricity

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,903

    I really don't get the whole thing. Can you...

    I really don't get the whole thing. Can you please try and explain it in a simpler way? I also have no idea how to code a graph. If you do, can you please tell me? Thanks!
  2. Replies
    4
    Views
    3,903

    jumping into c++ chapter 5 problem 7

    Question:Write a program that provides the option of tallying up the results of a poll with 3 possible values. The first input to the program is the poll question; the next three inputs are the...
  3. Replies
    2
    Views
    2,486

    Thank you so much!!!

    Thank you so much!!!
  4. Replies
    2
    Views
    2,486

    Jumping in C++ Chapter 5 Question 2

    Hello again. Thanks for the help on Question 1 in Jumping in C++ but now my program won’t work for question 2. This was my program.




    #include <iostream>
    #include <string>


    using...
  5. Replies
    7
    Views
    2,397

    So can you please write out a program that would...

    So can you please write out a program that would do this with all the corrections in?
  6. Replies
    7
    Views
    2,397

    If you guys had to write a program for this...

    If you guys had to write a program for this question. What would you write to get the exact lyrics.
  7. Replies
    7
    Views
    2,397

    Jumping into C++, Chapter 5 Question 1.

    Hello. I was just doing the first question of Chapter 5 in Jumping in C++. I completed it but I was just wondering if it was the most effeicent was to do it. And if not, what is it?

    The question...
  8. Replies
    3
    Views
    1,334

    I don't know. Can you please explain what each...

    I don't know. Can you please explain what each part does.
  9. Replies
    3
    Views
    1,334

    Nested Loops Help.

    I was just learning about nested loops and got very confused about the example in Jumping in C++. Can you guys please help me through it and explain what each part of it does. Thanks! This is the...
  10. Thread: Delete

    by etricity
    Replies
    3
    Views
    833

    Sorry for asking this here. Thanks though.

    Sorry for asking this here. Thanks though.
  11. Thread: Delete

    by etricity
    Replies
    3
    Views
    833

    Delete

    How do I delete an old thread I don't need?
  12. Thread: x++ and x++

    by etricity
    Replies
    4
    Views
    760

    x++ and x++

    Why do we have x++ when in some cases it doesn't even work. Why can't we have just ++x. When do I use ++x and when do I use x++?
  13. Thread: x++ or ++x

    by etricity
    Replies
    2
    Views
    724

    x++ or ++x

    Why do we have x++ when in some cases it doesn't even work. Why can't we have just ++x. When do I use ++x and when do I use x++?

    P.S:This is for c++ not c.
  14. Thank You so much guys!! I now understand the...

    Thank You so much guys!! I now understand the difference. Thanks!! You guys are the best!
  15. So I should use bool if there are only two...

    So I should use bool if there are only two possible values, like yes/no or success/fail and I should use int if there are more than two possible values. But what other values are there? And if you...
  16. What is the difference between int and bool and when do I use bool instead of int.

    Hi. I'm new to c++ and bought the Jumping in C++ ebook. I read about the bool type but was confused about what it is and when I used it.Please help me.
Results 1 to 16 of 17