Thread: SOS, HomeWork in Linked Lists !

  1. #16
    Registered User
    Join Date
    Dec 2008
    Posts
    18
    but, Please
    i am a Beginner
    and i have no time to give my Home Work to my Teacher, Please
    anderstand me, try to put yourself in my Place for a few time, then,,tell me what you gonna do?
    i'm sorry to surpass the Rule of the Forum,, but is there any way ,,,,?
    Take Care, Nice Dreams, Bye .

  2. #17
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229

  3. #18
    Registered User
    Join Date
    Jun 2008
    Posts
    266
    Fried chicken for everybody!
    -Kernel Sanders

  4. #19
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Hehe, so he will be paying for coders to write his homework, and paying for instructors to mark it. What a deal!

  5. #20
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Idiocy does not come cheap.

  6. #21
    Registered User
    Join Date
    Dec 2008
    Posts
    18
    Thank You all at anyway, even some of comments are so bad !!! .......

  7. #22
    Registered User
    Join Date
    Dec 2008
    Posts
    18
    This Forum made me Bored and Sad, no1 want to help me, O God !!!

  8. #23
    Registered User
    Join Date
    Apr 2008
    Posts
    396
    this is false:
    (eg int = 64 bits)
    this is false too:
    ...blahblah linked list...
    It is clear that this model can represent the natural numbers, whatever their size.
    oh wait, it does work with a turing machine, but they are quite rare and expensive :-)

    I'm willing to help for question 3: you simply add a node containing '0'
    for question 4, pop the last node (assuming we always work in base 10, which is never explicitely said in the text...)
    Last edited by root4; 01-01-2009 at 09:32 AM.

  9. #24
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by root4
    this is false:

    Code:
    (eg int = 64 bits)
    Come on, cut the fellow's teacher some slack there. It is just an example, and the C standard does allow an int to be 64 bits in size, so on some platform it could be true, at least in theory or in the future.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  10. #25
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    Don't you think it is SMS, instead of SOS.
    SOS =>Save Our Soul
    SMS =>Save My Soul
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  11. #26
    Registered User
    Join Date
    Apr 2008
    Posts
    396
    Come on, cut the fellow's teacher some slack there. It is just an example
    it depends how you understand the sentence:
    Unfortunately, all types have proposed a limited capacity (eg int = 64 bits)
    meaning (or not) 'the int type does 64 bits and another size for other types...' but it can also be understood as 'int may do 64 bits but more or less'... I insist on giving an explanation as I'm sure a lot of people is really interested... hello? is there someone else in this thread? ;-) ...

  12. #27
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    You are trying to play a cruel joke on yourself. We don't want to participate. When you say "you have no time", we recognize the joke, and the cruelty of it.

    Programming takes lots of time to learn - and good programming takes even more time to learn. And you can't get good in programming without a lot of practice, and study. It all takes lots of time.

    The first time that you are asked to do a program in class, or have a test to take, the joke will turn to cruelty, because you will not be able to do anything.

    So before that happens, you need to find the time, maybe get a tutor, or help from a friend, (but YOU do the work), or withdraw from the class, and not take the class again before you have plenty of time. Perhaps you can study the basics of C programming before you take the class again.

  13. #28
    Registered User
    Join Date
    Dec 2008
    Posts
    18
    Oh, Thank You, Thank You all of You .
    but i hoped that someone come and be near of me, give me his or her hand to wake up in C, i read many Books, what made me confused more and just want to get The Answer in this Few Time .
    Thank you .

  14. #29
    Registered User
    Join Date
    Dec 2008
    Posts
    18
    can you give me the the code of Declaring, please ?

  15. #30
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    If you ever want to be a programmer, learning how to program has to be more important than a mark in any course.
    If you consider the mark in the course to be more important than the knowledge gained, you're wasting everybody's time! We're here to help those that actually want to learn.

    Sorry I have no "code of Declaring" in my spell book.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Singly Linked Lists: Clarification Needed
    By jedispy in forum C++ Programming
    Replies: 4
    Last Post: 12-14-2006, 05:30 PM
  2. Linked Lists 101
    By The Brain in forum C++ Programming
    Replies: 5
    Last Post: 07-24-2004, 04:32 PM
  3. Map file formats and linked lists
    By Spitball in forum Game Programming
    Replies: 2
    Last Post: 03-04-2004, 11:32 PM
  4. need help w/ linked lists
    By MKashlev in forum C++ Programming
    Replies: 11
    Last Post: 08-05-2002, 08:57 PM
  5. doubly linked lists
    By qwertiop in forum C++ Programming
    Replies: 3
    Last Post: 10-03-2001, 06:25 PM