Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » operation with ascii table character (Pascal x C++/U++)
Re: operation with ascii table character (Pascal x C++/U++) [message #56823 is a reply to message #56812] Sat, 17 April 2021 23:37 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 697
Registered: December 2005
Location: Budapest, Hungary
Contributor
You don't need this in C++ and you can add any non printable characters to U++ strings:
CONSOLE_APP_MAIN
{
     String s;
     s << (char)4;
     Cout()<< "show " <<  s  << EOL;   // not show!  
   
}

It will not be shown on terminal, but if you redirect the output to a file, it will be there.
./your_program > your_file.txt

or
your_program.exe > your_file.txt

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GLCtrl Linux dependency
Next Topic: Deprecated code
Goto Forum:
  


Current Time: Wed Apr 24 09:33:04 CEST 2024

Total time taken to generate the page: 0.03006 seconds