Home
Community
Discussion Forums
Most Active Software Boards
Measurement Studio for VC++
Topic
Measurement Studio for VC++
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
CString
CString
SMN
Member
01-14-2002
09:06 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Hello everybody,
I have an CString and want to convert it back to an integer or a long value. How can I do this in VC++?
Regards Stefan
0
Kudos
Message
1
of 2
(3,130 Views)
Reply
Re: CString
Elton Wells
Active Participant
01-14-2002
09:37 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
The easiest way would be to use the streaming operators of the Measurement Studio CNiString class. For example:
CNiString s = "100";
int value;
s >> value;
- Elton
0
Kudos
Message
2
of 2
(3,130 Views)
Reply
All Forum Topics
Previous Topic
Next Topic