How about this?
$ tcc -v Sudoku2.cpp
tcc version 0.9.26 (x86-64 Linux)
-> Sudoku2.cpp
Sudoku2.cpp:1: error: unrecognized file type
$ cp Sudoku2.cpp Sudoku2.c
$ tcc -v Sudoku2.c
tcc version 0.9.26 (x86-64 Linux)
-> Sudoku2.c
$
Row[1] : ^C
Also compiles under gcc and g++. Except for the file extension;) the PM's code is legal and portable C and therefore also legal C++. The code, however, appears to have poor runtime error handling. The program will happily accept any character you input from the keyboard, punctuation marks as well as letters and numerals. Other posters have also noted the absence of any online help or usage instructions.
It's like hastily cobbling PulseAudio into the works so many years ago, but dramatically worse. Ubuntu's its own worst enemy, and you're foolish if you slap 15.04 onto bare hardware on day one.
Speaking of PulseAudio, it seems Bluetooth audio no longer works purely with the Alsa sound drivers. The package bluez-audio has been removed from the testing and unstable branches of Debian. A package search for bluetooth audio results however in pulseaudio-module-bluetooth, which I'm hesitant to install because it would pull in the whole PulseAudio stack. I'm wondering how the lightweight Ubuntu/Debian derivatives, not to mention the embedded distros like OpenWRT, are going to cope with this horrible mess just to get something basic as wireless sound.
Just about all USB midi keyboards/controllers are cross platform.
Really? Has anybody tried hooking up one of those full-size Yamaha or Casio keyboard to their Android tablet, smartphone? I know desktop Linux has USB midi support, but the story is quite specific about this keyboard's mobile support.
The new machines lack LPT ports? WTF kind of machine did you buy without an LPT port? A laptop, sure, a desktop? You have to look hard, even today to find a machine that doesn't have a printer port.
Google for NUC or Chromebox, palm-sized desktop computers that lack printer, serial, VGA, and sometimes even DVI ports. Fortunately there are "modern" adapters for all these "old" ports.
"The eleventh commandment was `Thou Shalt Compute' or `Thou Shalt Not Compute' -- I forget which." -- Epigrams in Programming, ACM SIGPLAN Sept. 1982