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
~464 People Reached
Favorite Forums
Favorite Tags
c x 5
Member Avatar for Alvi89

Im currently trying to delete a record from a file The structure ive used is this: [code]struct studentRecord { char rollnumber[12]; char name[32]; int attendancePercentage; float quiz; float assignment; int classpart; float mid1; float mid2; float final; float semesterPerformance; float overallPerformance; }; [/code] Now I have 2 problems: 1.I cant …

Member Avatar for Adak
0
226
Member Avatar for Alvi89

This is a part of the code not working properly, i first converted an array integer (containing a binary value) to an integer and convert it into an octal value: here is the code: Note: this section of code does not give an output at all. [CODE]/**************************************** CONVERSION FROM DECIMAL …

Member Avatar for Panathinaikos22
0
102
Member Avatar for Alvi89

Hi, im very new to programming so i need some help. Im currently trying to read the memory directly using pointers, for example 23 stored in the memory for a float variable is: 41b80000 is there any way i can directly read this value from the memory and store it …

Member Avatar for Panathinaikos22
0
135