Search:

Type: Posts; User: smooth

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,536

    hi all.. m back wid anoder one.. i searched...

    hi all..

    m back wid anoder one..

    i searched and found dat dere is a file header in every file which contains file info ...

    does dat header contain the file-type or some bytes which indicate...
  2. Replies
    8
    Views
    1,536

    hi cp.. thanx 4 d help.. one doubt.....

    hi cp..

    thanx 4 d help..
    one doubt.. GetBinaryType is from the Win32 ApI.. ??
    will it work in VC++ or MFC or standard C programs..
  3. Replies
    8
    Views
    2,558

    sorry boss..lets make it clear now.. want to...

    sorry boss..lets make it clear now..

    want to extract the file list without extracting the files? (first)
    and then..
    want to read the files from the archive without extracting archive?

    pls...
  4. Replies
    8
    Views
    1,536

    distinguishing executable files

    Hi all,

    How can i identify a file-type ?
    well actually ..i need 2 identify executable files amongst other files.
    extension is not an option..since it can vary in different os.

    is dere a file...
  5. Replies
    8
    Views
    2,558

    well the problem is ...

    guys i need 2 know how i can read the contents of a zip file without extracting it.

    well..now the picture's clear..aha
  6. Replies
    8
    Views
    2,558

    opening a zip file

    Hi all,

    I need code for opening a zip file (not extracting it) and reading the contents of the zip file.
    Pls help...

    Thanks in advance
  7. Replies
    1
    Views
    1,071

    opening a zip file

    Hi all,

    can we code in c/c++ to open a zip file (not extract it) and read the contents.

    Thanks in advance..
  8. Replies
    4
    Views
    1,344

    thanks 4 d help BUT I changed it...

    thanks 4 d help BUT

    I changed it to....using a buffer and then strcat..removed d above str="" and ch=""...
    it still gives d seg fault


    char ch[200];
    ch[i] =...
  9. Thread: Signal handling

    by smooth
    Replies
    6
    Views
    1,938

    if u want 2 call a function on recieving a signal...

    if u want 2 call a function on recieving a signal ..

    first send the signal using kill()

    catch the signal in the desired process using signal() which takes the SIGNAL u want 2 send and d signal...
  10. Replies
    4
    Views
    1,344

    whats wrong wid dis code!!

    Hi all,

    Please help me wid the code below..it gives a segmentation fault on execution..
    compilation is clean..m running it on gcc (linux)..

    its a simple program to copy text from a file and...
  11. Replies
    3
    Views
    3,593

    ok thanks 4 fseek but dat wud move in one line...

    ok thanks 4 fseek but dat wud move in one line (row)..as u said. how do i move 2 d next line...and how do i copy d text at d fie pointer location to a local var
  12. Replies
    3
    Views
    3,593

    How to move file pointer using gotoxy

    hi all

    problem is.. i need 2 extract certain data fields from a text file by simply using file pointer. I figurd out gotoxy 2 b a way of doin it ..but how do i move the fp and copy the specific...
Results 1 to 12 of 12