Forum: C++ Apr 24th, 2008 |
| Replies: 2 Views: 516 Thanks for the help. I wouldn't have able to get it figured out without you. |
Forum: C++ Apr 23rd, 2008 |
| Replies: 2 Views: 516 i have to make the C++ program that will have the user input some test grades and exam grades and their personal info then output their stuff in the end. i have almost the whole thing done, but i... |
Forum: C++ Apr 16th, 2008 |
| Replies: 8 Views: 408 Great Thanks! ur the best! |
Forum: C++ Apr 16th, 2008 |
| Replies: 8 Views: 408 what dose <snip> mean and sorry but i also ment to ask how do i input in the test scores and points? |
Forum: C++ Apr 16th, 2008 |
| Replies: 8 Views: 408 but how do i use that to call the test scores later and display them in the for loop thing? and alo how would i stop the for loop if i ran out of names before i got to twenty? i know i need a while... |
Forum: C++ Apr 16th, 2008 |
| Replies: 8 Views: 408 and how do "Make the score and point values part of the class so that you can easily match them up with the student. "? remeber it took me a week to get this far, i had a hard enough time with... |
Forum: C++ Apr 16th, 2008 |
| Replies: 8 Views: 408 I am trying to firgure a way to store test scores to a arr or something so i can sotre 20 different scores and twenty different possible points values. but i cant seem to get it right i have almost... |
Forum: C++ Mar 11th, 2008 |
| Replies: 10 Views: 900 |
Forum: C++ Mar 11th, 2008 |
| Replies: 10 Views: 900 here is my code so far. all it dose is compile and print out the cout statement
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
void calculateAverage(ifstream&... |
Forum: C++ Mar 11th, 2008 |
| Replies: 10 Views: 900 i gave up at about 1am cause i have work today, but i am still trying to get this this thing done, i must have it done soon any further help would be apreciated. all i need if for it to read the... |
Forum: C++ Mar 11th, 2008 |
| Replies: 10 Views: 900 OK Great i did that now all i need is for it to display the stuff in the text file then add up their grades and do the sum thing. i was hoping that i had that part but once it was compiled all it did... |
Forum: C++ Mar 11th, 2008 |
| Replies: 10 Views: 900 still working on it but have made very little progress, still cant compile |
Forum: C++ Mar 11th, 2008 |
| Replies: 10 Views: 900 it sill won compile even after adding <fstream>
the compiler says:
------ Build started: Project: assignment 5, Configuration: Debug Win32 ------
Compiling...
assignment 5.cpp... |
Forum: C++ Mar 10th, 2008 |
| Replies: 10 Views: 900 I suck at C++! like really badly, i just cant grasp it, and now i have to write a program for it that is suppose to input some values from a text file that would create like a gradebook thing. im... |