Page 1 sur 1

cout << "abc"; in Xcas language

Publié : jeu. févr. 15, 2018 1:32 pm
par compsystems
Hello, BP.

Is possible to print but not change lines, but the next printing continue after the last character? similar to suppress the << endl; in c++

cout << "abc";
cout << "abc" << endl;

Re: cout << "abc"; in Xcas language

Publié : jeu. févr. 15, 2018 2:25 pm
par parisse
No, but I will fix printf and you will be able to have pretty-print output.

Re: cout << "abc"; in Xcas language

Publié : mar. févr. 20, 2018 10:34 pm
par compsystems
The scanf reverse function of printf, is also very necessary, to capture data within the execution of an algorithm, without calling the dialog boxes (input, inputstr, inputform)

Re: cout << "abc"; in Xcas language

Publié : mer. févr. 21, 2018 6:53 am
par parisse
I won't do any new interactive input command, because I don't think it is the right way to input data in a CAS. The right way is write non interactive functions, all the interaction with the user should be in the CAS commandline UI (or in read commands).