Search Results

Search: Posts Made By: fireblast
Forum: Programming 12-05-2010
2,570
Posted By fireblast
Help on getchar
I wanted to make a simple program that writes chracters in a file but i didnt want to press enter .So i found the getchar which doesnt need enter.If i pass (int) getchar to putc ,in the file it shows...
Forum: Programming 11-05-2010
1,916
Posted By fireblast
if i have a variable for example buf[10] and i...
if i have a variable for example buf[10] and i then make a fork in the code if i change the buf variable in one process like buf="end" will the buf in the other process change too?
Forum: Programming 10-27-2010
1,916
Posted By fireblast
I want to create a child process when there is a...
I want to create a child process when there is a call in a socket ,how can i know if there is a least one process in the listen list to create the process so that i will not create needless...
Forum: Programming 10-25-2010
1,916
Posted By fireblast
I have another question , if i use sd=socket(...)...
I have another question , if i use sd=socket(...) on a process and i want to see this socket from an other process to use it in connect for example how can i do this?Is the variable holding the...
Forum: Programming 10-24-2010
1,916
Posted By fireblast
Questions about sockets
Hello,
the function listen creates a list that memorizes a number of incoming calls through a socket but how do the first call is deleted and the second becomes the first, is it done using accept? ...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 10:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy