User profile: rtwitch

User info
User name:rtwitch
Email:rtwitchell@centurylink.net
Name:Richard Twitchell
Location:Clayton NC
Bio:Currently a Programming and Database student.


Statistical data
Birthdate:Mar 1, 1962
Gender:Male
Occupation:Student
Skills:C++
Visual Basic
Java
History
Joined:
Number of posts:5
Latest posts:

overloaded operator+ and converting time
What I am trying to do is add seconds to my object and return my object in a hh:mm:ss format. I a...

Using strcpy and strncat functions
Trying to use this function to copy and append strings but not sure how it is supposed to be used ...

Problem Creating Vector of Objects
I also have a vector that points to the name object vector<Car>cars; // constructor Car( string...

Problem Creating Vector of Objects
I updated the pushback to the following: people.push_back(Person(n,a)); this is currently in main ...

Problem Creating Vector of Objects
Am trying to create a vector of objects, called Person that consists of a name and an age. Both the ...