Thread: how to do

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    1

    how to do

    1) write a program to calculate class attendance.
    2) how the program work:-
    * lecturer prepare a attendance file for each class.
    * Let say 14 week class, so each file should be
    classattendanceweek1.txt, classattendanceweek2.txt ...
    classattendanceweek14.txt
    * The format content for classattendanceweek1.txt..classattendanceweek14.tx t will be
    matrix, name
    * After the files above are ready, the program will open all the files and generate a summary
    class attendance output summaryattendance.txt
    * The format for summaryattendance.txt will be
    matrix, name , total attended, Total attended in percent
    3) 2 persons in a group
    4) Submit report and CD before 2-April-2010 5pm to my room63
    1) report:formal project cover page, program source code printed, input file and output file,
    interface printed.
    2)CD for program source code, input file and output file and the source code must able to open
    for to compile and test run.
    5) worning, i expact your program code must be different from other group.
    if i found same interface, same code or same pattern, i will give .......

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What have you tried?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Or working on it anyways mramazing's Avatar
    Join Date
    Dec 2005
    Location
    Lehi, UT
    Posts
    121
    hmmmm wow. I agree with Lazerlight... what have you tried? That is quite a bit to bring the forum without and effort shown.
    -- Will you show me how to c++?

Popular pages Recent additions subscribe to a feed