User profile: GaDiBo

User info
User name:GaDiBo
History
Joined:
Number of posts:5
Latest posts:

I get stuck when my sort function does not work, or anything else?
So here is the complete program of ranking students [code] #include<iostream.h> #include<conio.h> #...

I get stuck when my sort function does not work, or anything else?
Oh I recognized!!! I forgot to edit the second swap statements, those must be like this: [code] {t=s...

I get stuck when my sort function does not work, or anything else?
Can you tell me the different of having or not having semicolons after function definitions? Cause m...

I get stuck when my sort function does not work, or anything else?
Thanks you, I've fixed my error by using directly struct type, but it still not work, I still not re...

I get stuck when my sort function does not work, or anything else?
I get stuck when my sort function (void process) does not work, or anything else? [code] #includ...