User: patoiscute

  • Public profile

User profile: patoiscute

User info
User name:patoiscute
Name:Jennifer
Location:Texas
Bio:I am taking a C++ class for fun before I go to college.
History
Joined:
Number of posts:10
Latest posts:

Logic error in my program. Member function containing string not valid?
Never mind! I had to initialize description to std::string description = ""; Thank you so much for y...

Logic error in my program. Member function containing string not valid?
Ok when I changed it to std::string description; I received a compiler error 'MyClass::description' ...

Logic error in my program. Member function containing string not valid?
[code]#include <iostream> #include <cmath> #include <cstring> using namespace std; class MyClass { p...

Compiler Error when creating a program about classes
[quote]Ok so I am receiving no more compiler errors, but there is a logic problem in my program when...

Compiler Error when creating a program about classes
[code]#include <iostream> #include <cmath> #include <cstring> using namespace std; class MyClass { ...

This user does not accept Private Messages