Thread: Test-program

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    7

    Test-program

    Hello, everybody!
    Help me please. I need to write test-program on C.
    Maybe someone has such program.
    Please, send it. I'll be very grateful.

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Code:
    int main (void)
     { puts("Test Program");
       return 0; }
    There you go...

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    You are way too vague, and even if you elaborated, you should be the one writing this program since you need to write it.
    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

  4. #4
    Registered User
    Join Date
    Mar 2011
    Posts
    7
    I mean quiz

  5. #5
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    This smells like homework. Did you read the homework policy? We don't write code for people, we help them fix the problems in their code. Give it an honest effort, and when you get stuck, post your code (in code tags of course), and we'll gladly help you.

  6. #6
    Registered User
    Join Date
    Mar 2011
    Posts
    7
    I'm so sorry...
    I'll try to think how to do this program. Thanks a lot for your forum, I've found some examples

  7. #7
    Third Eye Babkockdood's Avatar
    Join Date
    Apr 2010
    Posts
    352
    Quote Originally Posted by anduril462 View Post
    This smells like homework. Did you read the homework policy? We don't write code for people, we help them fix the problems in their code. Give it an honest effort, and when you get stuck, post your code (in code tags of course), and we'll gladly help you.
    This smells like someone that doesn't speak English, that's probably why he's being so vague.
    Quote Originally Posted by The Jargon File
    Microsoft Windows - A thirty-two bit extension and graphical shell to a sixteen-bit patch to an eight-bit operating system originally coded for a four-bit microprocessor which was written by a two-bit company that can't stand one bit of competition.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. c program help :>
    By n2134 in forum C Programming
    Replies: 9
    Last Post: 02-06-2010, 12:12 PM
  2. Hi, Quiz C program Assignment updated
    By Eman in forum C Programming
    Replies: 19
    Last Post: 11-22-2009, 04:50 PM
  3. Problem with my program i cant figure out...
    By youareafever in forum C Programming
    Replies: 7
    Last Post: 11-01-2008, 11:56 PM
  4. Executing a program
    By trancedeejay in forum C Programming
    Replies: 7
    Last Post: 03-06-2006, 08:55 AM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM

Tags for this Thread