Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yasin007

  1. yasin007

    installation or configuration problem

    Hi, Iam trying to install a c library in AIX and HP Unix . While running the configure , iam getting the following error message. configure: error: installation or configuration problem: C++ compiler cannot create executables. Iam using GCC3.3.2 IN AIX and cc compiler in HP-Unix. Iam...
  2. yasin007

    Hi, Iam installing a C applicati

    Useful Information Salem . Thanks . Regards, Yasin.
  3. yasin007

    Hi, Iam installing a C applicati

    Hi, Iam installing a C application . While compiling the c files its give &quot;Cannot open include file: 'strings.h': No such file or directory&quot; I have found that the error comes from the following declaration. # ifdef HAVE_STRINGS_H # include <strings.h> # endif /*...
  4. yasin007

    Can not include a header file

    Thanks Singh . Got it .
  5. yasin007

    Can not include a header file

    Hi, Iam bit new to C . I built a project in Visual C++,namely &quot;Test&quot; . Then i created a folder under &quot;Header Files&quot;,namely &quot;layout&quot; . Under this layout folder i added &quot;test.h&quot; header file . Then I added a sample.c file under &quot;Source files&quot...
  6. yasin007

    strlen() function

    Hi Salem, Thanks lot.
  7. yasin007

    strlen() function

    Hi , i have tried this following code unsigned char xx[2] = &quot;ab&quot;; printf(&quot;%d\n\n&quot;,strlen(xx)); it prints 15 . I thought , it will be 2 . How strlen() is working ? Iam new for C and came from Java.Any help higly appreciated.
  8. yasin007

    char to UTF-8

    Hi Singh, Basically iam from Java and bit new for C. Is wide char built in UTF-8.?.Becoz i need to convert to UTF-8 . thanx
  9. yasin007

    char to UTF-8

    Hi, I need to this in both Unix and windows . Thanx in advance.
  10. yasin007

    char to UTF-8

    hi all, how to convert a char to UTF-8?. thanks in advance.
  11. yasin007

    Reading MultiBytes Charectors using c

    Hi , I have tried this mlen() function in windows VisualC++. It can compile & Build . But giving runtime exception(abruptly exited) when executing this mlen() function exactly... Is this function fine with windows ?. This is the code... #include <stdio.h> #include <stdlib.h> int main() {...
  12. yasin007

    Reading MultiBytes Charectors using c

    Hi guys. Thanks for the response . Iam working in VisualC++ 6.0 . But i need to test this in unix also using gcc compiler . I tried to findout the mbstowcs , mbtowc functions . Is it a built in function or from external library ? From file , i can able to read as char (getc()) or getw(int)...
  13. yasin007

    Reading MultiBytes Charectors using c

    Hi All, How to read multibytes charecter files like Chinese,Japanese & Korean language content files ?. Iam just new to C Porgramming ?. Any help highly appreciated!.

Part and Inventory Search

Back
Top