Thank Q i will try this.
regards
Satya...
User Profile
Collapse
-
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())
{
... -
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 -
-
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...Leave a comment:
-
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...Leave a comment:
-
Actually it is a project the code is in totally 4 files can i paste all four files code here....Leave a comment:
-
please give me ur mail id because code is in my pc but i am contacting u from my office system....Leave a comment:
-
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;... -
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 -
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... -
-
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 -
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... -
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 -
-
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...Leave a comment:
-
hi raghuram,
my actual aim is to create a database using c. is it possible...Leave a comment:
-
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. -
No activity results to display
Show More
Leave a comment: