Search Results

Search: Posts Made By: yong
Forum: Programming 06-01-2007
6,175
Posted By yong
It works. Thanks a lot.
It works.

Thanks a lot.
Forum: Programming 06-01-2007
6,175
Posted By yong
shmat problem
The first shmat in my program cannot fetch the start address of the shared memory.


#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
...
Forum: Programming 03-20-2007
2,843
Posted By yong
If you are using vi or emacs that's not a...
If you are using vi or emacs that's not a problem.

And GNU grep has its win32 port now.
Forum: Programming 03-18-2007
2,843
Posted By yong
Use short int instead.
Use short int instead.
Forum: Programming 09-07-2006
1,822
Posted By yong
libuu problem
It seems that the function "GetFileListItem" cannot fetch the content I loaded in memory.

The code is shown below:

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

int main()...
Forum: Programming 03-14-2006
7,000
Posted By yong
Thanks :D
Thanks :D
Forum: Programming 03-14-2006
7,000
Posted By yong
I modified my code like yours and it begins to...
I modified my code like yours and it begins to work now.

Thanks a lot!

My modified code is pasted below: :D


#include <stdio.h>
#include <stdlib.h>
#include <iconv.h>
#include...
Forum: Programming 03-13-2006
7,000
Posted By yong
about iconv
I want to use iconv.h to convert some text to another charset.

The code is below:


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

int main()
{
iconv_t cd;
...
Showing results 1 to 8 of 8

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