Thread: Need ur help

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    3

    Need ur help

    guys i need ur help,i need to submit my project in C,which is a program that will partition and format a floopy disk.



    so i need to know,what should i study and from where to get the sample code already written for the purpose.thanks


    And somebody also tell me a good site to find programs written in C.

    Only C

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Code:
    int main ( ) {
      system( "format a:" );
      return 0;
    }
    Crude, effective, and it might even work.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need ur help
    By code_red_009 in forum C Programming
    Replies: 7
    Last Post: 07-08-2005, 07:32 AM
  2. bill gates and ur mom
    By Darkness in forum A Brief History of Cprogramming.com
    Replies: 35
    Last Post: 03-30-2005, 11:44 AM
  3. please give ur point of view
    By clover in forum C Programming
    Replies: 2
    Last Post: 05-04-2004, 03:56 PM
  4. where do u get ur inspiration for ur appilcation?
    By poopy_pants2 in forum Windows Programming
    Replies: 5
    Last Post: 04-05-2003, 10:08 PM
  5. need ur opinion about home study
    By moemen ahmed in forum C++ Programming
    Replies: 12
    Last Post: 07-13-2002, 10:19 AM