Search:

Type: Posts; User: parimal.s.dave

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    10,657

    Difference between fopen and fopen64

    Hi,

    can anyone please explain me what exactly is the difference between fopen and fopen64. I know fopen works only for files upto 2GB and using fopen64 can work with much larger files.

    But I...
  2. Replies
    2
    Views
    1,730

    Not able to read large files

    HI I am trying to go through large file handling using C. I have a text file called test size is more than 6 GB. Following is my code :




    #include <stdio.h>
    #include <stdlib.h>
    #include...
  3. Replies
    11
    Views
    1,801

    @ Niara , Yup I agree with you that I have not...

    @ Niara ,

    Yup I agree with you that I have not done a good job with UI & other stuff. I have started learning MFC. Hope this helps me. Apart from that I am able to compile the code well, without...
  4. Replies
    11
    Views
    1,801

    HI Novacain & Niara, Consider the following...

    HI Novacain & Niara,

    Consider the following code. I know that I have not done a much good job, but i just want to make it so that I can get my job done & move ahead. I am new to API's & specially...
  5. Replies
    11
    Views
    1,801

    @Novacain, Lets take an example. Consider a...

    @Novacain,

    Lets take an example.

    Consider a file " parimal.txt ", its having following data :
    Hi I am Parimal
    I like C

    Now I want the above two lines to be displayed in a window. And the...
  6. Replies
    11
    Views
    1,801

    Hi Novacain, I have come up with some other...

    Hi Novacain,

    I have come up with some other solution, I have a file with 10 lines of data, Now I just want to display that data in a window. Is there any API that could read fom a file & display...
  7. Replies
    11
    Views
    1,801

    Hi Novacain, I have come up with some other...

    Hi Novacain,

    I have come up with some other solution, I have a file with 10 lines of data, Now I just want to display that data in a window. Is there any API that could read fom a file & display...
  8. Replies
    11
    Views
    1,801

    Windows API

    Hi am using C, Visual C++ compiler & Windows 7 O.S.,
    Am designing UI using C, Does anybody know any windows API , which could read from a buffer & display in window. ?
  9. Replies
    4
    Views
    1,724

    Thanx again man, I get it, its difficult, last...

    Thanx again man, I get it, its difficult, last time I designed some backup application for windows, I used some API's and the things worked out great for me, But even after completing it m feeling a...
  10. Replies
    4
    Views
    1,724

    Hi Tibo Thnx for the info. I would like to dig...

    Hi Tibo Thnx for the info.

    I would like to dig much deeper, would like to understand how this things work and design my own functions, can you suggest anything ?
  11. Replies
    4
    Views
    4,314

    Its easy go through the link : Chapter 13:...

    Its easy go through the link :

    Chapter 13: Reading the Command Line
  12. Replies
    4
    Views
    1,724

    Design MP3 Player

    Hi Have got a project to be done. Have to design an MP3 player using C.

    Can anyone help me from where to start, what to review, etc.

    Following to use :
    Language : C,
    Compiler : GCC ,
    O.S....
  13. Replies
    16
    Views
    2,331

    Searching String in a file

    I want to search a string in a file:

    suppose my file has data as follows :
    img01_234
    img01_123
    img01_233
    img01_2342
    img01_233435
    img01_2323
    img01_2334
  14. Replies
    22
    Views
    23,680

    Hello Mr. anduril462, ...

    Hello Mr. anduril462,
    I know, probably you are a very good programmer .... or maybe I am talking to future bill gates...you might be working on this things for...
  15. Replies
    22
    Views
    23,680

    I want to work using C language !!! can u give me...

    I want to work using C language !!! can u give me a short example of how the above function works ??
  16. Replies
    21
    Views
    10,044

    thank u everyone for your help !!!! i have done...

    thank u everyone for your help !!!! i have done my job!!!!!
  17. Replies
    21
    Views
    10,044

    Hi commonTater, well I...

    Hi commonTater,
    well I know I can do it with file extension !!!! but still the program would require system calls to be used ..... I want to make the program absolutely...
  18. Replies
    22
    Views
    23,680

    Creating Folders using C

    maybe my question is quite simple, but although searching like wild I cannot
    find a solution.
    I just want to create a file, let's say to "c:\my folder\filename1.txt".

    Normally with...
  19. Replies
    3
    Views
    5,739

    Count number of files in a folder

    Hi friends,

    Can anyone tell me how can we count number of files in a folder ?

    I want to do this using C language and without system() function .

    I...
  20. Replies
    21
    Views
    10,044

    well I already have tha header format !!! look m...

    well I already have tha header format !!! look m very new to this kind of programming ..I have worked with files using C ..but that is just to an extent of reading and writing files..not much.... so...
  21. Replies
    21
    Views
    10,044

    can u give me a short example of how to do it ?

    can u give me a short example of how to do it ?
  22. Replies
    21
    Views
    10,044

    Hello Andrew, I am actually trying to develop an...

    Hello Andrew,
    I am actually trying to develop an backup application which backsup all the jpeg files in a backup folder.

    For that I need to read the header of JPEG files.

    I am using Windows-7...
  23. Replies
    21
    Views
    10,044

    Reading File Headers

    Hi friends,
    Can anyone tell me how to read JPEG files header using C ??
  24. Replies
    10
    Views
    5,099

    Hi.. instead of usiing scaf() function use...

    Hi..
    instead of usiing scaf() function use getchar() function the problem will be solved!!!!
Results 1 to 24 of 24