CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2004
    Location
    japan
    Posts
    90

    hard drive formatting!

    hi all,

    can you give any of ur suggessions that i need to create tool.

    it formats and do the partition also using visual c++ or borland c++.

    but till now i didn't do any of low level programming.
    (but i had done network programming using C).


    thanks in advance.

  2. #2
    Join Date
    Jun 2003
    Location
    not-so-Great Britain
    Posts
    178

    Re: hard drive formatting!

    What operating system?
    You cant do this without using whatever functions the operating system provides to do it.
    Hungarian notation is the bane of self documenting code.
    Forget all fancy tricks with operator precedence. Code should be easily readable.
    May the BOOST be with you.
    Good free E-Books thanks to Bruce Eckel.

  3. #3
    Join Date
    Sep 2005
    Posts
    173

    Re: hard drive formatting!

    Hi
    can you please tell me that what are the functions that do partition and formatting of disk drives.( please in some detail)

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured