Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~281 People Reached
Favorite Forums
Favorite Tags
c++ x 12
Member Avatar for thehype2049

Here is my question Write a command line program titled joinTextFiles.cpp that concatenates the contents of several files into one file. For example, the following command line [B]joinTextFiles chapter1.txt chapter2.txt chapter3.txt book.txt[/B] will create a long file titled book.txt that contains the contents of the files chapter1.txt, chapter2.txt, and chapter3.txt. …

Member Avatar for thehype2049
0
90
Member Avatar for thehype2049

Ok, so im doing an assignment and Here is the question: -------------------------------------------------------------------------------------------------- Using the base class Person which has two member variables called name and birthday [both of type string], derive two separate classes from Person, called Student and Professor. The Student class has a major [string] and a gpa …

Member Avatar for thehype2049
0
86
Member Avatar for thehype2049

Alright so i have this assignment to do. The question is as follow's. ------------------------------Question------------------------------ Write a command line program titled joinTextFiles.cpp that concatenates the contents of several files into one file. For example, the following command line joinTextFiles chapter1.txt chapter2.txt chapter3.txt book.txt will create a long file titled book.txt that …

Member Avatar for iamthwee
0
105