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
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for robase

I need some help to do the following Count all spaces written to the output file Count all alphabetic characters in the output file [code]include "stdafx.h" #include <iostream> #include <fstream> #include <string> using namespace std; int main () { string line; ifstream myfile ("checkIn.dat"); if (myfile.is_open()) { while (! myfile.eof() …

Member Avatar for HackWizz
0
99
Member Avatar for robase

Hi, I am having problems with my problem 4.This is what I have as my code. I have 7 compiler errors in it. I don't know how to put the ATM into my program. My project is due wed night and I am cramming to finish this. But I need …

Member Avatar for Ancient Dragon
0
142
Member Avatar for robase

I have an Amusement Park Problem in C++ > Category > Children > Price $2.00 > The first child is always free > Category > Youth > Price > $8.50 > For every 4 tickets in this group one person is free. > Buy 4,get one free > Category > …

Member Avatar for Bench
0
687
Member Avatar for robase

Name: Robert Nickname: Rob Height: 5'11'' Weight: 180 Hair: Brown Eyes: Hazel Location: MD Age: 38 Hobbies: Listening to music,martial arts,writing,drawing, going to movies,shooting pool,softball and karoke Relationship Status: Bachelor Fav Music: Rock,Heavy Metal,Country,Pop and Oldies Fav Holiday: Halloween Education: Computer Information Systems Will graduate from college in Spring 2007 …

Member Avatar for Comatose
0
90