Search:

Type: Posts; User: ilikepie2221

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    954

    Removing letter from number problem

    Hello. I'm learning C++ for personal use, and I'm having some trouble.



    //Here are includes, the prototype, and using namespace std;

    int main()
    {
    int testnumber = 0;
    cout<<"Hi!...
  2. Replies
    4
    Views
    2,681

    Thank you very much! This problem is solved!

    Thank you very much! This problem is solved!
  3. Replies
    4
    Views
    2,681

    String getting cut off

    Hello, I'm just learning C++, and I was working with C++-style strings when something stumbled me.


    #include <iostream>

    using namespace std;

    int main()
    {
    string szOriginal, szPlease;
Results 1 to 3 of 3