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