Search Results

Search: Posts Made By: mani_kumar
Forum: Programming 03-16-2004
4,489
Posted By mani_kumar
if your problem is with memory usage like...
if your problem is with memory usage like allocating or deallocating use library called "electricfence".

gcc -lefence <prog.c> -o <prog>

bye
Forum: Programming 03-16-2004
2,156
Posted By mani_kumar
I don't know which sockets you use .. I...
I don't know which sockets you use ..

I think for a chat server it is datagram sockets that we generally use. If so you can transmit your array to the server by making use of a buffer variable on...
Forum: Programming 03-16-2004
10,607
Posted By mani_kumar
not -W try for -Wl ok..
not -W try for -Wl ok..
2,311
Posted By mani_kumar
hey i forgot to add <string.h> so add it..
hey i forgot to add <string.h> so add it..
2,311
Posted By mani_kumar
#include<stdio.h> #include<sys/types.h> ...
#include<stdio.h>
#include<sys/types.h>
#include<unistd.h>
#include<fcntl.h>
#include<dir.h>


void save(char*, char*);

void save(char *fstr, char *dstr) {

char *str;

int fd;

char...
Forum: Programming 03-15-2004
11,070
Posted By mani_kumar
please send ur C program so that we can track the...
please send ur C program so that we can track the bug..

bye...
Forum: Programming 03-15-2004
10,607
Posted By mani_kumar
Reply
Hi, iam Mani

You can try with the Option -Wl,-shared for linking..

try it

all the best.
Showing results 1 to 7 of 7

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