Thread: using console in linux

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    1

    using console in linux

    hi! i'm newbie in programming under linux. i need to write some console application so that it could output some pseudographics symbols like \x0D and \x0A.
    normally those symbols make newline, how do i change it?

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    \x0D and \x0A are not graphical symbols at all. The are carriage return and linefeed characters.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux Version reccomendation
    By Pobega in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 10-05-2006, 06:48 PM
  2. Why Linux, for the average user?
    By Hunter2 in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 07-07-2006, 02:36 PM
  3. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM
  4. cd command in linux console
    By TheUnheardHuman in forum Tech Board
    Replies: 2
    Last Post: 11-19-2002, 03:59 PM
  5. Linux? Windows Xp?
    By VooDoo in forum Linux Programming
    Replies: 15
    Last Post: 07-31-2002, 08:18 AM