Thread: Please help me before Firday, May 10, 2002

  1. #1
    crazypickney
    Guest

    Unhappy Please help me before Firday, May 10, 2002

    Hello,

    Thanks for visiting. Please help me with writing a program for a video store. I need the program to produce customer records and the normal things that take place in a video store.
    Please i am begging you to help me. PLEASE

  2. #2
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    oh yay a project
    ahem :uts on buissnesssss suit::
    so...tell me...have you ever programmed before? what would you like the program to be in? Windows? Linux? DOS?
    I'll have to confirm with my people

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Aaaah, if it isn't the"brainstormer" again. Look. Here's how it works:

    (1) You write the code.
    (2) If you have a valid problem, feel free to post a question.
    (3) We answer at our leisure.
    (4) No whining or begging.
    (5) Repeat step (1)


    If you are in a class that is too hard you should consider

    (a) Reading more, coding more.
    -programming is not learned by standing idle. You must work hard at it.
    (b) Choose an easier course in programming
    (c) Choose a different field of study
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  4. #4
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    1. Don't expect someone to write your entire program.
    2. Check to see if your question has been answered (use the search feature and read the FAQ!)
    3. Use a descriptive title (not just "C" or "C++"; make it specific).
    4. You don't need to write more than one H E L or P in help, and it definitely doesn't need to be capitalized.
    5. Let dead posts lie; don't bump old messages without a reason or they will likely be deleted.
    6. Post your code. If you don't have any, ask where to start; do not for the program to be written for you.
    7. Don't type anything in all CAPS.
    8. Don't ask for a personal email - the board will send an email when a post is replied to if you desire. Use that and check back when you get a reply; the board moves messages up. As well, it will actually send the text of the response to you.
    9. Post once: don't keep pressing post. Duplicates will be deleted.
    10. Do not cross post; almost everyone reads most of the important boards.
    11. Be polite, especially if you want someone to help you. Just because you are giving help doesn't mean you have the right to be rude, however.
    12. Disparaging remarks without provocation and unsolicited advertisements will be immediately removed. Don't waste your time, and don't waste my time. By the way, you can't make $6000 from $6 dollars.
    Pay attention to 1, 2, 3, 4, 6, and 7. This is common sense, not a flame post. You should perhaps tell everybody specifically what you need help with. You should probably also ask how you want your program setup. People will be eager to help you if you have something for them to build off from ( code ). From what I can see in your question, you pretty much did rule number 1 right off the bat.

    == late == grr, 2 people beat me to it
    The world is waiting. I must leave you now.

  5. #5
    Registered User
    Join Date
    Jan 2002
    Posts
    63
    hey i think its time you visited rentacoder!

    get some red bull a c++ book and you'll be okay..

    GL
    SS3X

  6. #6
    Registered User
    Join Date
    Apr 2002
    Posts
    52
    I'd like a 20% draw off the start, equipment and expenses excepting. Not to mention my 45 page contract to cover any "incidentals" that might come up. You know..... "I'd like to replace every instance of 'his' to 'theirs'." and the like....

    Why not use Excel or something like that?
    MS VC++ 6.0

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. reading a file
    By nhubred in forum C++ Programming
    Replies: 3
    Last Post: 05-21-2009, 11:34 AM
  2. A-Star Pathfinding
    By mike_g in forum General AI Programming
    Replies: 1
    Last Post: 08-05-2007, 04:18 PM
  3. Segmentation Fault
    By Lost__Soul in forum C Programming
    Replies: 46
    Last Post: 04-28-2003, 04:24 AM
  4. Scheduling Algo
    By BigDaddyDrew in forum C++ Programming
    Replies: 41
    Last Post: 03-08-2003, 11:00 AM
  5. Heaps...
    By Nutshell in forum C Programming
    Replies: 14
    Last Post: 04-23-2002, 08:54 AM