Search:

Type: Posts; User: Dushyant

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    897

    Copying Cuurent time to string

    Hi,

    I am trying to copy the current time to a string but it throws a warning in dev c of about some "numeric value conversion to the other string".....I don't remember exactly.....but is the code...
  2. I am just a learner..... :) Or may be an awsome...

    I am just a learner..... :)
    Or may be an awsome programmer in near future... :o

    Thanx to all of you anyway..... :)
  3. Where are files created during File handling using Dev C++ compiler??

    Hi,

    Can anyone tell me the folder where the files created during file handling program are stored?? I am using Dev C++ IDE......

    For ex- fpointer = fopen("library.bin","w");

    Where does...
  4. Replies
    5
    Views
    4,738

    But I am caught in an infinte loop while reading...

    But I am caught in an infinte loop while reading the file to display the contents and though even if EOF at the end of the file is not necessary please still tell me how to.... :rolleyes:
  5. Replies
    5
    Views
    4,738

    Inserting EOF in Binary File using C

    Hi,

    I am facing problem in inserting EOF character at the end of the binary file. I read CTRL+Z for windows but it doesn't work.

    First of all I want to ask that does fclose(SOME FILE POINTER)...
  6. Linked List implementation in file handling??

    I just wanted to know that can we implement Linked List in File handling i.e. Can we store the data inside a file in the form of linked list or any other data structure??

    Thanks
  7. Replies
    10
    Views
    2,895

    Yup ur logic seems to be correct....well but it...

    Yup ur logic seems to be correct....well but it is obvious that one doesn't code like this but these snippets throw some good mind games......
  8. Calendar program that calculates a given day on a given date

    Hi,

    Though an easy one I made this program with my own logic.The program determines what day it is on a particular date For ex- Thursday on 12 july 2012.

    I tested it and gave the correct...
  9. Replies
    4
    Views
    1,006

    k thank you......but if i woul have used ...

    k thank you......but if i woul have used

    insert

    int *h;
    h = q; /*to store the address of integer function*/

    will this work without the braces ??
  10. Replies
    4
    Views
    1,006

    Help with the below program

    The below program is not functioning properly I don't know if I have called the function "Integer" by passing its address properly....Please help....


    insert


    #include<stdio.h>...
  11. Writing the out put of a program on a text file

    Hi,

    Is there a way that we can write the output of a program on a text file??????
  12. Replies
    12
    Views
    1,743

    Use single quote 'c' than double quotes "c" as it...

    Use single quote 'c' than double quotes "c" as it seems you are comparing argx[length] with the string "c" as double quote means a string I guess. I hope it'll work.
Results 1 to 12 of 12