Search:

Type: Posts; User: nasir_sidd

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,569

    Uhhhhhhhhh

    Uhhhhhhhhhh XP uses both FAT32 and NTFS
  2. Replies
    9
    Views
    2,569

    Windows XP and FAT 32

    Can any one tell me what is the maximum size of a FAT 32 hard disk partition that windows XP can support.

    One can format a partition in FAT32 file system using windowx XP upto 32 GB. My question...
  3. Replies
    1
    Views
    1,871

    YUV color model

    I have a bitmap file. I have to convert it in gray scale using YUV color model. Can any one help me?Please hurry assignment due within 3 hours
  4. Thread: int **ptr

    by nasir_sidd
    Replies
    5
    Views
    3,168

    Exampe for int **ptr

    int **ptr points to a pointer variable, i.e; it contains the address of a pointer variable of type integer.

    #include <iostream.h>

    int add( int **, int **);

    int main (void)
    {
    int x = 4;...
  5. Writing structure in a unsigned char array

    I want to write the 2 structures of the bmp file into a buffer of unsigned char.Infact i am trying to write the whole bitmap into a buffer of usigned char, including headers and data. Can any one...
Results 1 to 5 of 5