Search:

Type: Posts; User: AMA1989

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,068

    This my programme: #include #include...

    This my programme:
    #include <iostream>
    #include <iomanip>
    #include <fstream>
    #include <ctime>
    #include <cstdlib>
    using namespace std;


    int main ()
  2. Replies
    2
    Views
    2,068

    Help in some errors!!!!!

    1>------ Build started: Project: h, Configuration: Debug Win32 ------
    1>Compiling...
    1>h2.cpp
    1>c:\users\alsaadi\documents\visual studio 2008\projects\h\h\h2.cpp(21) : warning C4244: 'argument' :...
  3. i change that while ("marks.txt") and ...

    i change that
    while ("marks.txt")
    and
    myInFile >> Assignment >> LabTest >> FinalExam;

    but i have 66 errors ...

    and i have to submit after 25min

    please if u know it add for me the...
  4. #include #include...

    #include<iomanip>
    #include<fstream>
    #include<string>
    #include<cmath>

    using namespace std;

    int main()
    {
    // Declarations
  5. please my dear i try it but i had many errors!!...

    please my dear i try it but i had many errors!! please post it now if u can.........
  6. can u solve for me this Question please in 2h??? or sooon??

    Write a program that reads a list of students marks in a course from an input file then calculates the students grades and the class average mark and grade. Your program should input the name of the...
Results 1 to 6 of 6