Search:

Type: Posts; User: TheComedian

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,026

    tried to use wchar as data type, now it prints on...

    tried to use wchar as data type, now it prints on screen but this doesn't work as I expected:

    I thought by converting to UNICODE first, then I'd be able to determine what character I'm actually...
  2. Replies
    4
    Views
    4,026

    ASCII checking and UNICODE conversion

    Greetings everybody,
    I need some advice for a simple program that I'm doing.
    I have to take input from stdin, check for any non-ascii character and replace it with an ascii character (7bit).
    I'm...
  3. Thanks kermit, that solved the problem :) you're...

    Thanks kermit, that solved the problem :)
    you're a pro!
  4. Sorry, my bad here is the code #define...

    Sorry, my bad
    here is the code



    #define _XOPEN_SOURCE
    #include <unistd.h>
    #include <stdlib.h>
    #include <stdio.h>
  5. Strange issue utilizing encrypt() in libcrypt

    Hello everybody, it's my first post here :)
    First of all I'd like to thank the entire board and cprogramming.com for solving so many of my problems with C.
    Now, as for my problem:
    I've been asked...
Results 1 to 5 of 5