Search:

Type: Posts; User: rayne117

Search: Search took 0.00 seconds.

  1. Why does my program only stay open like this?

    #include <iostream>
    #include <string>

    int main()
    {
    std::cout << "Please enter your first name: ";

    std::string yoname;
    std::cin >> yoname;
  2. Replies
    5
    Views
    4,489

    @Dae The main component of AVG isn't on, but...

    @Dae The main component of AVG isn't on, but there are several other processes with "avg" in the name.

    When I turn off AVG and add



    return 1;


    after
  3. Replies
    5
    Views
    4,489

    Program won't execute

    I recently got back into learning how to program C++. I used to be able to compile and execute code without a hitch. Now I am doing the most basic of programs:



    #include <iostream>
    using...
  4. Replies
    4
    Views
    944

    I found it |. Thanks for the help!

    I found it |. Thanks for the help!
  5. Replies
    4
    Views
    944

    For this part: if (input == 'A' || input...

    For this part:



    if (input == 'A' || input == 'a'){


    Would I need to do this for every char I want to do? If so, it would look like this right?
  6. Replies
    4
    Views
    944

    C++ Beginner Help

    I'd like to start by letting everyone know that I've been programming (or trying, at least) for only a couple weeks, therefore I know very little about vocabulary so please provide a definition for...
  7. Replies
    7
    Views
    1,612

    I think I will finish up all the beginner...

    I think I will finish up all the beginner lessons, seeing as how I don't understand anything of either of those links. Anyways, thanks for the help.
  8. Replies
    7
    Views
    1,612

    C++ Beginner Help On XP

    I searched the forum and help, and couldn't find anything specific enough, that is why I made this thread. So I am currently using Dev-C++ 4.9.9.2 as my preferred compiler. I was reading the beginner...
Results 1 to 8 of 8