Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: soniprafull
Forum: Java Sep 14th, 2004
Replies: 6
Views: 6,817
Posted By soniprafull
Description: C program to test text file reading.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

#define CR 13 /* Decimal code of Carriage Return char...
Forum: Java Sep 13th, 2004
Replies: 9
Views: 2,490
Posted By soniprafull
Forum: C++ Sep 13th, 2004
Replies: 1
Views: 2,018
Posted By soniprafull
letterTemplate.open("letterTemplate");
letterTemplate.close();

letterTemplate is of type string .Do it have open and close methods?
Forum: C Sep 13th, 2004
Replies: 7
Views: 5,132
Posted By soniprafull
Fork is a function that creates a new process.A process is a program in execution.What fork() does is that it creates a new process copying the code segment.It also returns pid to identify the...
Forum: C Sep 13th, 2004
Replies: 7
Views: 5,132
Posted By soniprafull
Its output will be mainmainmain.The reason behind this is that whenever we call fork a new process is created.The PC points(in the new process) to the instruction after the fork.So we can say that...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC