User profile: Handy Andy

User info
User name:Handy Andy
Location:Columbus, Ohio USA GMT -4 EDT
Bio:First language English USA
MSVS 2017 with the C++14 standards.
Statistical data
Occupation:Other
Skills:C++
Cobol
Javascript
Python
History
Joined:
Number of posts:5051
Latest posts:

ofstream() '<<' ambiguous error
Hello rjmcinnes, [quote] PLEASE ALWAYS USE CODE TAGS (the <> formatting button), to the right of th...

Why does my code on C++ skip the getline on line 30?
Hello Silver29, If you are still interested and catch this. Some suggestions on what you did; [code...

How to count uppercase and lowercase strings
Hello gigacapybara, In case you have not learned what has been suggested so far this might work for...

How to print out sum for every loop?
Hello AkiraC, I finally figured out the problem I was having. In the above code line 27 ends with ...

How to properly access members in constructor using set and get methods
Hello georgio, You are welcome. [quote] In the constructor why did you add the "name(nam)" isn't i...