Search:

Type: Posts; User: Matttan8989

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,094

    String and loop, I don't know what those two do...

    String and loop, I don't know what those two do or how to use them. Also what exactly does the cin.ignore() command do.
  2. Replies
    10
    Views
    1,094

    Ah, thank you. I need to study a bit more, I've...

    Ah, thank you. I need to study a bit more, I've only been at it a few days. I didn't understand half the stuff in vert's code.
  3. Replies
    10
    Views
    1,094

    Me again, need help.

    Well I saw another post on this site of a guy making something that will tell him a list of phone numbers when he put in the correct password. I'm trying to edit it so after putting in a correct...
  4. Replies
    8
    Views
    1,107

    Ah! Thank you everyone =)

    Ah! Thank you everyone =)
  5. Replies
    8
    Views
    1,107

    Hmm, I changed the code to this: #include...

    Hmm, I changed the code to this:



    #include <iostream>

    using namespace std;

    int main ()
    {
  6. Replies
    8
    Views
    1,107

    Oh, all right! Thanks!

    Oh, all right! Thanks!
  7. Replies
    8
    Views
    1,107

    New to coding, needing some help.

    I'm new to coding and I'm trying to make a program that will simply add two numbers together and give an answer.



    #include <iostream>

    using namespace std;

    int main ()
    {
Results 1 to 7 of 7