hey friends using scanf of C ...one can set the input width...something like this..

scanf ("%3d", i);

then whats d thing that i can use to do the same in C++ using cin... ???

use setw()
e.g setw(5)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.