Thread: need Coding....

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    3

    Smile need Coding....

    HELLO!!!
    Sir i need a coding in c++....the format of programe is given below about any organisation or any department salary pay roll how salary are generated in any department....
    e.g;
    there is one university in which professor,s,head of department,registrar,peon,vice chancellor, all employee etc etc...how there salary generated in what basis.....
    i ensure u the basic programme...
    class university
    {
    attributes....
    ..........
    .........
    .........
    etc etc....i need a simple coding ....in c++...
    thank....
    Hoping for a +ive response....
    Hamza...

  2. #2
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273

  3. #3
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    It amazes me the amount of people think they are set homework tasks for other people to do for them
    Double Helix STL

  4. #4
    The larch
    Join Date
    May 2006
    Posts
    3,573
    Sir i need a coding in c++....the format of programe is given below
    Here you go, in the exact requested format:
    Code:
    class Entity
    {
        .........
        .........
        void do_something();
        .........etc
    };
    
    void Entity::do_something()
    {
        //does something
        ...................
        .....................
    }
    
    int main()
    {
        .................
    }
    (Post your effort and specific questions.)

  5. #5
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    How can you ever hope to have a positive response with a post like that?

  6. #6
    Registered User pronecracker's Avatar
    Join Date
    Oct 2006
    Location
    netherlands
    Posts
    158
    Probably he posted this on a dozen forums and hoped one of them replied with some code... but if you politely explain why this is not so reasonable, don't expect he will read it. You're wasting your time with this. We should leave threads like this empty and lock them immediately.

  7. #7
    Registered User
    Join Date
    Apr 2007
    Posts
    3

    not got ma pont....

    hi..
    okay i always hope for a positive response either true or false
    but i need codig plz make a samall programe...
    i just want 2 got a idea like that....
    u send me format its also full in my course book like u send me ...
    i need reall coding...

  8. #8
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    LOL.

    I have an urge to PM him code that does not work and send it to him via PM. Wouldn't his professor be happy?

  9. #9
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  10. #10
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    If he wants a code example why doesnt he get a begginers book on C/C++?
    Oh, and cornedbee, I had always thought rentacoder was a scam
    Double Helix STL

  11. #11
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Come on, CB, I know you want to lock this thread! You're the only one who can do it as we speak!

  12. #12
    Registered User
    Join Date
    Apr 2007
    Posts
    3

    plz plz

    hello.
    sir plz solve my problemmm.
    i need a coding....
    plz make a small programmme....

  13. #13
    Registered User Noir's Avatar
    Join Date
    Mar 2007
    Posts
    218
    hello.
    sir plz solve my problemmm.
    i need a coding....
    plz make a small programmme....
    I'll make this as simple as possible because you look like you don't understand what everyone else has told you.



    NO



    Someone please close this thread.

  14. #14
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You haven't read or understood the links twomers gave you, have you?

    1) We don't do your homework.
    2) Even if we wanted to, your description of the task is so vague and incomplete that we couldn't.

    Try to do this yourself. If you get stuck, ask a specific question here, posting the code you already have. If you can't do it at all, you need to backtrack in your learning to the point where you stopped understanding things.

    Thread closed.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 03-20-2009, 05:22 PM
  2. Coding Guideline ....!!
    By imfeelingfortun in forum Tech Board
    Replies: 8
    Last Post: 10-08-2006, 07:09 AM
  3. Before Coding
    By cyberCLoWn in forum C++ Programming
    Replies: 16
    Last Post: 12-15-2003, 02:26 AM
  4. Coding Contest....
    By Koshare in forum A Brief History of Cprogramming.com
    Replies: 46
    Last Post: 10-14-2001, 04:32 PM