file browser project in C++ {tough}

Discussion in 'C++' started by pranav_535, Jan 7, 2008.

  1. pranav_535

    pranav_535 New Member

    Joined:
    Jan 6, 2008
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    hello!
    i m in first yr mca & i given a project in c++ that must perform follwing operations
    1.a file browser
    2. file splitter /merger
    3.batch rename utility
    4. hardisk partition

    so i want a file browser that can perform normal operations on files n folders like cut/copy/paste/del/rename and the browser must contain following 3 utilities
    2. file splitter /merger
    3.batch rename
    4. hardisk partition

    so now i m stucked at graphics part !
    i dont know how to merge the differnt command line argument programs in the browser
    so help me on this !

    & the browser must contain a comand interface for performing the operations not a menu driven interface!

    and please tell me how to creat hard disk partition program in c++
    how to acess the MBR n edit it?

    so please help me i am waiting 4 ur reply!
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Are you trying to use the plain C++ or is willing to use some library for the GUI
     
  3. pranav_535

    pranav_535 New Member

    Joined:
    Jan 6, 2008
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    no! only c++ !
    n trying to avoid GUI
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    You need to re-invent the wheel of writing the API's for your requirement.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice