Thread: Using c with other languages.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2021
    Posts
    7

    Using c with other languages.

    Hi
    I'm trying to print some texts in other languages. But It's not possible to print those characters. Do you know why can we use it like this? Actually, if I press directly then it works as well ü ö Ö Ü but I wonder why that doesn't work as the book explains.

    Code:
    #include <stdio.h>
    int main () {
    printf("\x81 \x94 \x99 \x9A \n");
    return 0;
    }
    Last edited by whynot; 01-24-2022 at 04:11 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. why c++ and which other languages
    By l2u in forum C++ Programming
    Replies: 9
    Last Post: 08-02-2008, 11:59 AM
  2. Web Languages
    By Vicious in forum Tech Board
    Replies: 21
    Last Post: 09-07-2004, 08:27 PM
  3. what languages are fading ? what languages remain ?
    By dot_rain in forum Tech Board
    Replies: 32
    Last Post: 03-04-2004, 09:25 AM
  4. Rap in different languages
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-23-2003, 07:09 AM
  5. Languages
    By KrAzY CrAb in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 02-18-2003, 12:23 PM

Tags for this Thread