Showing results 1 to 5 of 5
Search took 0.01 seconds.
Posts Made By: soniprafull
Forum: Java Sep 14th, 2004
Replies: 6
Views: 5,495
Posted By soniprafull
Re: reading a file into code

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,151
Posted By soniprafull
Forum: C++ Sep 13th, 2004
Replies: 1
Views: 1,704
Posted By soniprafull
Re: A prayer to the C++ God pleaze help!!

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: 4,498
Posted By soniprafull
Re: ambgious part 3

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: 4,498
Posted By soniprafull
Solution Re: ambgious part 3

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

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:51 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC