Search Results

Search: Posts Made By: sledge76
Forum: Programming 08-18-2005
2,876
Posted By sledge76
Works! Thanks!
I have no warnings now.
Thanks!
Forum: Programming 08-17-2005
2,876
Posted By sledge76
warning from gcc
I get this error warning.
test.c: In function 'main':
test.c:5: warning: incompatible implicit declaration of built-in function 'memset'

After compiling this code

#include <stdio.h>
int...
Forum: Programming 01-19-2005
4,100
Posted By sledge76
:) My Mistake! It works. I used short *pStr...
:) My Mistake!
It works. I used
short *pStr = L"Hello";
in real code. Which made pointer conversion warning.
Above code of wchar_t works.
Forum: Programming 01-19-2005
7,159
Posted By sledge76
I am not sure what they are talking about. And I...
I am not sure what they are talking about. And I am not sure what is that u want. I never heard about "fiber" before. Unix has very good POSIX threading structure....
Forum: Programming 01-19-2005
4,100
Posted By sledge76
How to make static unicode string?
In Windows,
wchar_t *pStr = L"Hello";

works, but I can't find the equivalent to Unix system.
How can I make static stack-memory-based wide character string in C in Unix?
Showing results 1 to 5 of 5

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