devxlogo

June 4, 1997

Stacking frames

Question: Can you tell me how to stack frames? I am currently using three frames and need to add a fourth. My layout looks like this:TopLeft | ContentI need to

C++: truncating and converting floats

Question: I am trying to truncate and then convert a float to a string. Something like atoi().Is this possible? Any suggestions? Answer: float f = 1.234;int i = f;strstream s;s