How to make C++ cout not use scientific notation July 21, 2022 by Tarik Use std::fixed stream manipulator: cout<<fixed<<"Bas ana: "<<x<<"\tSon faiz: "<<t<<"\tSon ana: "<<x+t<<endl;