CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    1

    Exclamation Partitioning with c++

    I'm new to c++ and find myself working on an advanced program with sombody who knows nothing about c++. Nobody has really ever made me understand the limitations of c++, so this will probably be a stupid question. But anyways, in this program, I want to almost partition the hard drive to create a set amout of space for the program at first runtime. This would preferably be a physical division of the hard drive, but if it isn't its probably ok. If c++ cant actually partition the hard drive, is there any way to make a cache or something similar? Thank you, and sorry if it is a dumb question.

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Partitioning with c++

    This isn't a C++ question specifically; it's a question about what the system API will allow you to do (Win32 for most people). That API is accessible from multiple languages, not just C++.

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