Thread: Using c with other languages.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2021
    Posts
    7
    hmm
    I got it. It's a command-line setup Asci or UTF-8. Noting to do with c compiler.

    Output is like this
    Code:
    #include <stdio.h>
    int main () {
    printf("\x81 \x94 \x99 \x9A\n");
    printf("ü ö Ö Ü\n");
    printf("\x2e\n");
    return 0;
    }
    Code:
    � � � �
    ü ö Ö Ü
    .
    Thank you all.
    Last edited by whynot; 01-25-2022 at 08:23 AM.

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