Search:

Type: Posts; User: alokdotnet

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,282

    ok but can you tell apporach to solve this kind...

    ok but can you tell apporach to solve this kind of question
  2. Replies
    3
    Views
    1,282

    help i need explanation of these codes

    main()
    {
    char huge * near * far *prt1;
    char near * far * huge *ptr2;
    char far * huge * near *ptr3;
    printf("%d %d %d", sizeof(ptr1),sizeof(*ptr2),sizeof(**ptr3));
    }

    second prg
  3. Replies
    5
    Views
    1,633

    so you mean it will copy the binary file...

    so you mean it will copy the binary file perfectly...
    plz reply
  4. Replies
    6
    Views
    1,603

    which version of qt is competiable...

    Hi friends,
    i want to know that which version of Qt ( a trolltech product) is competiable with red hat linux 9.
    thankx
  5. Replies
    5
    Views
    1,633

    will it copy binary also ??

    Hi all friendz,
    this question is in ref of 1.3 program of maurice j. bach,
    it is a simple copy program, which uses the read and write system call, i just want to know that will this program copy...
  6. Replies
    3
    Views
    1,357

    why out put is blank....

    hi friends,

    in this program, i m creating a pipe and creating two child process of main which will write and read in this pipe.
    no error no warning, but when i m running the a.out, screen is...
  7. Replies
    10
    Views
    2,666

    char strnum[20] ; int accno; .........

    char strnum[20] ;
    int accno;
    ......
    fgets(strnum,sizeof strnum,stdin);
    sscanf(strnum,"%d",&accno) ;
    ......

    by this my problem is solved....
    good way to come out such problems..
  8. Replies
    10
    Views
    2,666

    But friend problem is here, to convert integer to...

    But friend problem is here, to convert integer to string, and atoi changes ascii to integer...
    another function is there itoa(), but his is not standard ANSI function, and not supported by GCC.
    i...
  9. Replies
    10
    Views
    2,666

    Dear Quzah, sscanf has following protype int...

    Dear Quzah, sscanf has following protype

    int sscanf(const char *str, const char *format, ...);
    if i m using it then i have to pass char * as first argument, but here i want to take input as...
  10. Replies
    10
    Views
    2,666

    Is it conflict between scanf and fgets

    dear friends,
    past 5 hours i working out this problem, here a confliction between scanf and fgets...
    may be i m using wrong term conflict, but i m going to explain you the exact problem..

    just...
  11. Replies
    4
    Views
    1,328

    thankx

    thankx friends by your help i solved the problem.
  12. Replies
    4
    Views
    1,328

    a very small task but seems very hard....

    Hi feiends,
    a small task but seems very hard,

    reading a array which contains amount of soem bank account,
    task it to read from char array, change to integer , add new deposit to it
    and save...
  13. why it pedding in the dbase.dat...

    hi everyhting was working fine even with cat dbase.dat showing the elements of file,
    but as i open the file in vi editor i got this


    1 akki
    2 ^@^@^@^@^@23424
    3...
  14. thnakx a lot i got where is the problem as ...

    thnakx a lot i got where is the problem as quzah told that it point to nothing, i did that and malloc the RECORD now its working fine.
    thankx alot.
  15. this open is unix system call

    this open is unix system call
  16. garbaze while writing sturucture to file....

    hi all friends,
    i m trying to write and dbase app like a banking system.
    i have crteted structure RECOERD, and writing this structure to file , it is writing properly no error but in dbase.dat...
  17. Replies
    2
    Views
    2,155

    why wrong file descriptor ??

    hi friends,
    its all code, but not getting why it is telling wrong descriptor.


    1 //redirecting output of ls -l command to wc, with help of tmp file
    2
    3 #include<stdio.h>
    ...
Results 1 to 17 of 17