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

Lets say i did something like [code=cplusplus] { .... spGrades = fopen ("temp.txt","w"); fclose (spGrades) .... } [/code] where will be the temp.txt written to ? and how can we change the written location of the temp.txt ? thx in advance

Member Avatar for Narue
0
44
Member Avatar for less123

Hi guys , i m doing a programme that can read a text files that contains number, student's ID,1st exam and final exam marks and it can calculate the total of 1st and final exam in order to grade the students. the programme then prints out the calculated total marks …

Member Avatar for Aia
0
131
Member Avatar for less123

Project Title : Student Grading System Purpose : Calculate the grade and sort the result in descending How the user operate the software: 1) user run the software 2) an interface show on the screen 3) user keyin Input file name (example:studentsmarks.txt) 4) user keyin Output file name (example:studentresult.txt) 5) …

Member Avatar for murderotica
0
205