Questions tagged [console-output]
103 questions
6
votes
8 answers
Different results in Java and C++ using += in recursion
The very simple Java code as follows has the weird output, but the same logic code in C and C++ has the right output. I try with the JDK 1.7 and JDK 1.3 (relative JRE), the weird output is always there.
public class Test {
public static int…

kingxuke
- 73
- 5
5
votes
2 answers
Show characters with accents in redirect file (>output.txt)
example
mode con: cp>%tmp%\output.tmp
notepad %tmp%\output.tmp
show:
Statut du p‚riph‚rique CON:
---------------------------
Page de codesÿ: 850
instead of:
Statut du périphérique CON:
---------------------------
Page de codes : 850
I…

Paul
- 2,620
- 2
- 17
- 27
5
votes
3 answers
echo a javascript variable
What is the best way to echo the variable get_parestotal?
Some help please!
Thank you