Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in posts by Suomi only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Suomi
User Profile
Collapse
Profile Sidebar
Collapse
Suomi
Last Activity: Aug 14 '07, 07:43 AM
Joined: Oct 13 '06
Location:
Subscriptions
2
Subscribers
0
Activities
About
Media
Subscribed
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Source
All
Suomi only
Visitor Messages Only
Advanced
Filtered by:
Clear All
new posts
Suomi
replied to
Numerical value of string
in
C
Oct 13 '06, 01:34 PM
Here is a sugestion:
std::string s ="48";
int n;
std::stringstre am ss(s);
ss >> n;...
See more
|
Go to post
Leave a comment:
Post Comment
Cancel
Suomi
started a topic
restore the flags
in
C
Oct 13 '06, 12:59 PM
restore the flags
Hi,
I have this declaration:
class A
{
public:
A(std::ostream &s) : a(s.precision() ),
b(s.width()),
c(s.flags()) {};
~A() {};
A(A const &);
A &operator=(A const &);
private:
std::streamsize a, b;
std::ios_base:: fmtflags...
See more
|
Go to post
No activity results to display
Show More
Working...
OK
OK
Cancel
👍
👎
☕
Leave a comment: