Search Results

Search: Posts Made By: mlhazan
Forum: Programming 08-20-2008
6,219
Posted By mlhazan
This information is really helpful.thkx
This information is really helpful.thkx
Forum: Programming 08-20-2008
6,219
Posted By mlhazan
Do you know why for loop does not work? ...
Do you know why for loop does not work?

#include <stdio.h>
#include <stdlib.h>

struct date {
int month;
int day;
int year;
};
struct empRec{
char name[25];
char...
Forum: Programming 08-20-2008
6,219
Posted By mlhazan
thanks redoubtable
Thkx for giving your valuable time.Now it works fine .
Forum: Programming 08-20-2008
6,219
Posted By mlhazan
does any one know how to solve?
Hello experts,
Here is my code.I can create the database.But I also want it to see standard output.Please see the blocked code.If i use them they show me weired symbols.

#include <stdio.h>...
Forum: Programming 08-17-2008
3,963
Posted By mlhazan
client/server compile question
Hi,
I have 2 files-->server.c and client.c
My server.c takes local ip as saying:
*.sin_addr.s_addr=INADDR_ANY;
client.c is in the same machine.It has a line like:...
Forum: Programming 08-13-2008
4,368
Posted By mlhazan
A small question about fork()
Hello experts,
I am using fork() in my code but I am confused which output comes first child or parent?
I did the following code .My book shows parent first but my linux shows child first.Can...
Forum: Programming 08-10-2008
3,223
Posted By mlhazan
Thanks for your answer.:)
Thanks for your answer.:)
Forum: Programming 08-10-2008
3,223
Posted By mlhazan
Wow.Learned something new thanks dude.I am...
Wow.Learned something new thanks dude.I am learning fd.I have another little question:
The following code use dup() to duplicate fd but my fd1=3, when I did fd2=dup(fd1) then why fd2 is not 3. My...
Forum: Programming 08-10-2008
3,223
Posted By mlhazan
A small question about file descriptor
Can any body tell me when I put close(2), why the code does not show any out put?

#include <stdio.h>
#include <fcntl.h>
#include <errno.h>

int main(){

int fd1,fd2,fd3,fd4;
close(2);
...
1,586
Posted By mlhazan
Thanks for your great kindness.I am almost done...
Thanks for your great kindness.I am almost done but may have some difficulties later on but I think I will be able to solve that.It was a very tiny part of my project that made me almost mad.Thanks...
1,586
Posted By mlhazan
changing file name not the file extention
Hello experts,
I need to solve the problem stated below:
1.have to search for " operator.java" file and rename it to as OPERATOR.java
2.Also I have to change the following line inside the file: ...
Showing results 1 to 11 of 11

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