CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Join Date
    Mar 2010
    Posts
    5

    Angry need help urgent please

    hi guys i need a help on this part of my program this is the most difficult part of it as it is a group work but me and my mates r stuck on this part of the program if some body could help me with that will be great..........

    i need to Implement a piece of software that records the coursework and exam marks for the
    SD2054 module.

    The software should allow students to be added and removed to
    the list and for their marks to be recorded. The student should be able to produce a
    final report card for each student indicating the marks recorded and the overall
    module decision (pass, fail, retake coursework and so on).

    please please if you can please help me with that cos i have already tried and just didn't work as it supposed to be working.

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: need help urgent please

    Post your code, with comments, and explain exactly how it is going wrong.

    Bad code isn't bad, its just misunderstood...
    Anon.
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  3. #3
    Join Date
    Apr 2007
    Posts
    425

    Re: need help urgent please

    I also tried without getting it to work. Mostly because I don't know what a SD2054 module is, and I don't care to look it up myself.

    Let's see what you tried and what didn't work instead.
    ------
    If you are satisfied with the responses, add to the user's rep!

  4. #4
    Join Date
    Mar 2010
    Posts
    6

    Re: need help urgent please

    Hi,

    I am not sure what a SD2054 module is, but what are you trying to save this data to?

  5. #5
    Join Date
    Mar 2010
    Posts
    5

    Re: need help urgent please

    the module means just a school subject like maths and the SD2054 is just the course code.

    many thx....for your quick reply guys......

  6. #6
    Join Date
    Feb 2008
    Posts
    966

    Re: need help urgent please

    You still haven't shown us your attempt. Nobody is going to do your homework for you kid. If you want to pass your class, graduate and make good money, YOU have to do the work.

  7. #7
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: need help urgent please

    You'd think if it was that urgent, he'd have posted it up hours ago...

    One must learn by doing the thing; for though you think you know it, you have no certainty, until you try...
    Sophocles
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  8. #8
    Join Date
    Mar 2010
    Posts
    5

    Re: need help urgent please

    Msr programthis this is not a university work this is something for a work experience and i will be working for free just to let you know.....

    I came here asking for help not asking to be critesized......thx for your reply anyway.....

    and to let you knoe this is just the first part of the program....

    people I still need your reply please, please i need you help.

  9. #9
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: need help urgent please

    Quote Originally Posted by pablo30 View Post
    people I still need your reply please, please i need you help.
    We can't help unless you tell us what you're having trouble with - we don't teach Java and we won't write the code for you, but we can help you fix it yourself.

    Post your code, with comments, and explain exactly how it is going wrong, or where you're stuck, or what you don't understand.

    I came here asking for help not asking to be critesized...
    I don't see any criticism - would you care to post a link?

    The outcome of any serious research can only be to make two questions grow where only one grew before...
    T. Veblen
    Last edited by dlorde; April 1st, 2010 at 01:56 PM.
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  10. #10
    Join Date
    May 2009
    Location
    Lincs, UK
    Posts
    298

    Re: need help urgent please

    Quote Originally Posted by pablo30 View Post
    i will be working for free
    And the professionals that will help you here will do it for free as well. Just to let you know.

  11. #11
    Join Date
    Apr 2010
    Posts
    1

    Re: need help urgent please

    hey so you guys know, this question those guys are asking is something posted on freelancer.com

    They must've seen it bid on it without having any idea what to do.

  12. #12
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: need help urgent please

    hey so you guys know, this question those guys are asking is something posted on freelancer.com
    Thanks for the warning.

    They must've seen it bid on it without having any idea what to do.
    Or they couldn't get their homework done for them for free on a forum and so have resorted to offering to pay for it to be done. Either way this thread is dead unless the OP adds more information.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  13. #13
    Join Date
    Mar 2010
    Posts
    5

    Re: need help urgent please

    guys i already had 2 classes done because i`m beguinner that`s why i asked for help my mistake is that i didn`t post for you guys to see.
    i have 2 classes done but the rest is like chinese for me because i need to do the other classes and i don`t know how to do it and also need to make all the tables work together.

    the post on freelancer is just because i coun`t find any forum to help me out and i need it done.

    i have no other options.....

    this is the classes i managed to do so far......

    public class Students
    {

    {
    this.name = name;
    this.studentId = studentId;
    }

    public String getName()

    {
    return name;
    }

    public int getStudentID()
    {
    return studentId;
    }


    public String getInfo()
    {
    return name + " (" + studentId + ")";

    }


    }


    and the second class is


    import java.util.ArrayList;
    import java.util.Iterator;

    public class SD2054Module
    {

    public SD2054Module(String Code,int courseWork , int examMark , ArrayList students )
    {
    // setcode(Code);
    // initialise instance variables
    this.courseWork= 0;
    this.examMark = examMark;
    this.students = new ArrayList <Students>();

    }


    public void add(Students st)
    {

    if (st==null) {
    students.add(st);

    }
    }

    public void remove(Students st)
    {
    if ( st==null) {
    students.remove(st);
    }
    }


    i still need help......

    just stuk on this 2 classes can`t go throught the rest need some light to carry on.

  14. #14
    Join Date
    Mar 2010
    Posts
    5

    Re: need help urgent please

    guys i` have already said that this is a voluntary work that i`m doing ....... sorry if you understand it wrongly.......

  15. #15
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: need help urgent please

    Quote Originally Posted by pablo30 View Post
    if ( st==null) {
    students.remove(st);
    }
    Please post code inside &#91;CODE]...&#91;/CODE] tags. Your 'if' conditions need more thought.

    i still need help......
    So ask some specific Java questions - exactly what is it you are stuck on or don't understand?

    As soon as we started programming, we found out to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs...
    M. Wilkes
    Please use &#91;CODE]...your code here...&#91;/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured