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
~180 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for pship07

I need to make a program to do the following: 1. ask the user for the name of the input file, and open/read it. 2. For each well-formed cout statement, i must execute it. For any malfunctioned cout statement, print an error message. the syntax of a well-formed cout statement …

Member Avatar for VernonDozier
0
102
Member Avatar for pship07

I'm new to C++, and my goal is to open a file with numbers in it, and see if they are in order. I also need to check to see if they are strictly increasing, strictly decreasing, or neither. if anybody could help me get started for checking if they …

Member Avatar for Joatmon
0
78