Yes, we can help, but I see no program to help.
We help - we do not *do* the homework for you.
Adak
Nearly a Posting Virtuoso
1,479 posts since Jun 2008
Reputation Points: 425
Solved Threads: 185
this is certainly homework, Why do you actually choose to have this at school if you don't want to take the time write your algorythms?
i'll give you a start:
#include
#include
using namespace std;
int main(){
// all you have to do is this part
return 0;
}
Tigran
Junior Poster in Training
92 posts since Jun 2008
Reputation Points: 24
Solved Threads: 8
>i'll give you a start:
That's not a C program.
Learn how to properly use C programming tags .
Aia
Nearly a Posting Maven
2,392 posts since Dec 2006
Reputation Points: 2,224
Solved Threads: 218
Thanks
I'll try to use them from now on, didn't know it before, so thanks again :P
-Tigran
Tigran
Junior Poster in Training
92 posts since Jun 2008
Reputation Points: 24
Solved Threads: 8
The records must be sorted based on the name.
Report on the CSC202 test
Name Matrix Number Total Marks Grade
Ali 1225 90 A
Dave 1227 87 A
Chen 1300 69 B
Is it just me, or does that example sort by matrix number/ marks instead of name?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
I'll try to use them [code tags] from now on, didn't know it before, so thanks again :P
Really? At the top if this forum are the following posts:Please use BB Code and Inlinecode tags
Read This Before Posting
Additionally info is listed in The Forum Rules you were asked to read multiple times when you registered. And if that's not enough, they are also explained on the background of the box you posted all your messages in. What else could we have done to help you?
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
I do believe post #3 was counter productive, at least, for the OP.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Really? At the top if this forum are the following posts: - Please use BB Code and Inlinecode tags
- Read This Before Posting
Additionally info is listed in The Forum Rules you were asked to read multiple times when you registered. And if that's not enough, they are also explained on the background of the box you posted all your messages in. What else could we have done to help you?
What should i now do? go kill myself?
Just kiddin'
Is it such a big deal? the code wasn't even big atall.
Just a reminder is enough. To start using it.
Tigran
Junior Poster in Training
92 posts since Jun 2008
Reputation Points: 24
Solved Threads: 8
Is it such a big deal?
Yes. If it wasn't a big deal, why would we mention it in so many places?
If you can't follow simple instructions, you will never be a good programmer -- nor a good anything else.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
Well, don't want to get too much off-topic though, but first off, i thought the instructions were general forum instructions with things like don't go offtopic etc.
second, i've seen dozens of non-tagged codes, and never did so many mods etc respond to them.
an third, if you expect every single member that makes a post to make a perfect post, then you won't get many posts, really.
I hope we won't get this topic further off-topic.
Tigran
Junior Poster in Training
92 posts since Jun 2008
Reputation Points: 24
Solved Threads: 8
@mcamaher:
This thread is over a year old, and your request is likely to simply be buried in all the replies to the original poster.
May I strongly suggest you start a NEW thread, and add in two things:
1) Your effort to make the program, so far
and
2) Your specific problems that are stopping you, atm.
Just posting up for help, and showing no work, gets very little traction in this forum (or most forums for programming).
They don't want to just do your work, for you.
And welcome to the forum! :)
Adak
Nearly a Posting Virtuoso
1,479 posts since Jun 2008
Reputation Points: 425
Solved Threads: 185