User Profile

Collapse

Profile Sidebar

Collapse
satyanagendra
satyanagendra
Last Activity: Oct 17 '07, 08:40 AM
Joined: Mar 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • satyanagendra
    replied to about fork command in linux
    in C
    Thank Q i will try this.

    regards
    Satya...
    See more | Go to post

    Leave a comment:


  • satyanagendra
    started a topic about fork command in linux
    in C

    about fork command in linux

    Hi
    My aim is to create 4 individual childs for a parent and the parent will wait until the 3rd child expires. For that I write the code like this but I am not getting the output correctly. If any one know the problem in code please reply.

    [code=c]
    main()
    {
    int i = 4;
    for( i =0 ;i < 4 ;i++)
    {
    if(fork())
    {
    ...
    See more | Go to post
    Last edited by weaknessforcats; Oct 13 '07, 02:43 PM. Reason: Fixed code tags

  • satyanagendra
    started a topic How to create DLL files using turboc
    in C

    How to create DLL files using turboc

    hi,
    Can we create DLL using turboc in windows. I am able to create static libraries using turboc. But I don't know how to make DLL files using turboc
    If it is possible tell me how to make and use DLL files.

    Regards,
    N S N Reddy M
    See more | Go to post

  • satyanagendra
    replied to segmentation fault
    in C
    ThankQ i will try it...
    See more | Go to post

    Leave a comment:


  • satyanagendra
    replied to segmentation fault
    in C
    In p[20] i am using only 10 bytes. and the problem is while i am writing these records into the file using fread or fwrite here the program terminates with segmentation fault...
    See more | Go to post

    Leave a comment:


  • satyanagendra
    replied to segmentation fault
    in C
    After allocating the memory to the pointer the problem was solved but my problem is when i am using a variable then only i get the segmentation problem...
    See more | Go to post

    Leave a comment:


  • satyanagendra
    replied to segmentation fault
    in C
    Actually it is a project the code is in totally 4 files can i paste all four files code here....
    See more | Go to post

    Leave a comment:


  • satyanagendra
    replied to segmentation fault
    in C
    please give me ur mail id because code is in my pc but i am contacting u from my office system....
    See more | Go to post

    Leave a comment:


  • satyanagendra
    started a topic segmentation fault
    in C

    segmentation fault

    hi
    I already write a database program in c and it is working fine. I change some modifications in the structure which holds the data in the database in that i got segmentation fault. the code is like this

    struct student
    {
    int a;
    char n[50];
    student *nxt;
    };
    struct dummy
    {
    int a;
    char n[50];
    }

    main()
    {
    student *head;...
    See more | Go to post
    Last edited by satyanagendra; Aug 23 '07, 05:19 AM. Reason: matter completely not typed

  • satyanagendra
    started a topic rescue problem

    rescue problem

    Hi
    I have problem with rescue mode in fedora 7
    My system configeration is
    P4 dual core
    160 GB hard disk
    1GB RAM

    when i am installing fedora 7 version in my system it is installed and it is unable to reboot.So i entered into rescue mode there by my total harddisk partition is not visible.

    Kindly give me suggestion on this problem
    See more | Go to post

  • satyanagendra
    started a topic problem with resue mode

    problem with resue mode

    Hi
    I have problem with rescue mode in fedora 7
    My system configeration is
    P4 dual core
    160 GB hard disk
    1GB RAM

    when i am installing fedora 7 version in my system it is installed and it is unable to reboot.So i entered into rescue mode there by my total harddisk partition is not visible.

    Kindly give...
    See more | Go to post

  • satyanagendra
    replied to how to make package
    in C
    would u please explain the procedure clearly....
    See more | Go to post

    Leave a comment:


  • satyanagendra
    started a topic how to find max size for array in turbo c
    in C

    how to find max size for array in turbo c

    Hi
    please tell me how to find max size of array in turbo c
    if any body know about this please give me reply
    See more | Go to post

  • satyanagendra
    started a topic how to make package
    in C

    how to make package

    Hi,
    I have one problem that i wrote an application software for my testjig using c language. I make it as a project in c. I have some supporting files for running my .exe file so if i give the exe file to any body they should place the .exe file and the supporting files in a pre defined path which was specified in my code.
    Out of this is there any possibility to make a file(setup type) so that it will place my .exe file...
    See more | Go to post

  • satyanagendra
    started a topic Printf function problem
    in C

    Printf function problem

    #include<stdio. h>
    #include<conio. h>
    main()
    {
    double a,b;
    a=2e+4;
    b=3e+5;
    printf("%d %f",a,b);
    }


    in the above ex i expected result as

    0 3e+5
    but i got 0,0.00000000 if anybody know the reason then please mail me
    See more | Go to post

  • satyanagendra
    replied to How to acess hard disk using c
    in C
    Thank u for reply i will follow the example....
    See more | Go to post

    Leave a comment:


  • satyanagendra
    replied to How to acess hard disk using c
    in C
    hi
    I want to know how to communicate with peripherals of the pc using c language and my intension for commnicate with hard disk is I have a data and i want to store it to any memory device and this data is accessable only through my application software.
    so i want to know the memory management of the hard disk. I am studying "DISK BASICS" in "LET US C" by yaswant kanithkar for that if u know any thing...
    See more | Go to post

    Leave a comment:


  • satyanagendra
    replied to How to acess hard disk using c
    in C
    hi raghuram,
    my actual aim is to create a database using c. is it possible...
    See more | Go to post

    Leave a comment:


  • satyanagendra
    started a topic How to acess hard disk using c
    in C

    How to acess hard disk using c

    hi
    I want to create a small address book using c language which contains name and phone no. If i use files to save that information how can i search for a given record.So i want to save raw data into hard disk and read it back.
    if any body know the solution please reply.
    See more | Go to post

  • satyanagendra
    replied to How To Write Interrupts In Turboc
    in C
    Thank u for answering....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...