User: amit0991

  • Public profile

User profile: amit0991

User info
User name:amit0991
History
Joined:
Number of posts:12
Latest posts:

error with sorting
dude replace j< ( 10 - i ) by j< (9 - i ). your problem is solved..

Tips in making my code efficient
i suggest to read the scores into an array then find the lowest of them by putting them into an loop...

default destructors access violation
there is a simple solution for this use friend function and make class 2 as friend of class 1

using Switch statement
case ‘m>=85’: marks = "H"; switch; [b]m>=85 [/b]does not work in switch statement and u r ...

prevent user to input non-number in int, float...
u can either call a function for wrong input and display the msg to input the correct one or u can ...

This user does not accept Private Messages