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;
cout << "abc"; in Xcas language
Modérateur : xcasadmin
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
Re: cout << "abc"; in Xcas language
No, but I will fix printf and you will be able to have pretty-print output.
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
Re: cout << "abc"; in Xcas language
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
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).