|
-
RWCString to char
Hello,
Can someone please tell me whether there is a way to cast RWCString to char* ?
I have :-
RWCString name = "...";
char nnnnnnn[100] = "";
and I want to copy the contents of name to nnnnnnn.
I know I can do :-
char m_nnnnnnn[1000] = "";
strcpy(m_nnnnnnn, name);
but, I was hoping to do something nicer than that.
Any ideas please ?
Many thanks.
Similar Threads
-
By jamestmfbong in forum C++
Replies: 2
Last Post: 05-04-2009, 06:03 PM
-
By [gx]Shadow in forum Java
Replies: 5
Last Post: 10-25-2006, 10:20 PM
-
Replies: 9
Last Post: 07-28-2005, 08:40 PM
-
By Gastao Woelfert in forum VB Classic
Replies: 2
Last Post: 09-01-2000, 11:36 AM
-
By Gastao Woelfert in forum VB Classic
Replies: 0
Last Post: 09-01-2000, 08:59 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks