Start using NTFS

J

J4CK4L

Hi everyone!
I need some basic explanation on how manipulate NTFS in C++:
for example how I can retrive the partition table, how can I resize a
partition...
I know this is not simple but I need a ' Point to start '.
You don't have to provide me an entire application that format/resize
partition or more, if you can give me a " proof-of-concept ".

Thanks in advance,

Federico
 
W

W Marsh

Hi everyone!
I need some basic explanation on how manipulate NTFS in C++:
for example how I can retrive the partition table, how can I resize a
partition...
I know this is not simple but I need a ' Point to start '.
You don't have to provide me an entire application that format/resize
partition or more, if you can give me a " proof-of-concept ".

Thanks in advance,

Federico

Ah, somebody isn't smart enough for the course.
 
R

Robbie Hatley

J4CK4L said:
I need some basic explanation on how manipulate NTFS in C++:

This is off-topic here because it has nothing (directly) to do
with C++. NTFS is purely a Microsoft Windows thing. You can
access their file system using various languages depending on
which API you use. For Win32, C or C++. For MFC, heavily-
modified C++. For .NET, C#. But the function calls or classes
to do what you want are a part of your API, not a part of C++.

Ask in one of the following groups instead:

comp.os.ms-windows.programmer.win32
microsoft.public.win32.programmer


--
Cheers,
Robbie Hatley
East Tustin, CA, USA
lone wolf intj at pac bell dot net
(put "[usenet]" in subject to bypass spam filter)
http://home.pacbell.net/earnur/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top