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 » U++ Library support » U++ Core » Why Cout() and Cerr() work so different?
icon5.gif  Why Cout() and Cerr() work so different? [message #44969] Tue, 04 August 2015 23:43 Go to previous message
kov_serg is currently offline  kov_serg
Messages: 37
Registered: August 2008
Location: Russia
Member
Why this code outputs different lines of text? (OS:WinXP SP3 32bit Upp:8760)
#include <Core/Core.h>

using namespace Upp;

CONSOLE_APP_MAIN 
{
	Cout()<<"ABCD - АБВГД\n";
	Cerr()<<"ABCD - АБВГД\n";
}

Output:
ABCD - АБВГД
ABCD - ╨Р╨С╨Т╨У╨Ф


index.php?t=getfile&id=4824&private=0
  • Attachment: pic001.PNG
    (Size: 36.38KB, Downloaded 570 times)
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [GCC][C++11] error: call of overloaded 'pick(Upp::Any&)' is ambiguous
Next Topic: Dehaviour of DirectoryExists
Goto Forum:
  


Current Time: Mon Apr 29 02:46:39 CEST 2024

Total time taken to generate the page: 0.04288 seconds