Thread: The LCN of a particular volume (say G: drive) will start with 0x00...?

  1. #1
    Registered User
    Join Date
    Jun 2009
    Location
    Bangalore,India
    Posts
    29

    The LCN of a particular volume (say G: drive) will start with 0x00...?

    hiii

    I know

    VCNs(Virtual cluster number) are clusters within a particular file,

    LCNs(Logical cluster number) are clusters on the volume.

    Thus VCN 0 of a file may map to LCN 2394 of a volume, VCN 1 may map to LCN 104227, and so on.


    So my doubt is the the LCN of a particular volume (say G: drive) will start with 0x00...?


    Thanking you..

    Krish+
    Last edited by Salem; 06-09-2009 at 10:40 AM. Reason: snip email address AGAIN - we don't allow emails in sigs

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> So my doubt is the the LCN of a particular volume (say G: drive) will start with 0x00...?

    Why exactly do you doubt it?

    At any rate, this is highly hardware/OS specific, and doesn't really have anything to do with C++...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. cannot start a parameter declaration
    By Dark Nemesis in forum C++ Programming
    Replies: 6
    Last Post: 09-23-2005, 02:09 PM
  2. Linked List Anamoly
    By gemini_shooter in forum C++ Programming
    Replies: 3
    Last Post: 02-28-2005, 05:32 PM
  3. volume icon at start up
    By Mustang5670 in forum Tech Board
    Replies: 2
    Last Post: 01-15-2004, 01:59 PM
  4. Next Question...
    By Azmeos in forum C++ Programming
    Replies: 3
    Last Post: 06-06-2003, 02:40 PM
  5. Need some help with a basic tic tac toe game
    By darkshadow in forum C Programming
    Replies: 1
    Last Post: 05-12-2002, 04:21 PM

Tags for this Thread