NSString *string = @"abc"; const char *chars = [string UTF8String];
we can convert an NSString to UTF8String and assign it to a variable of type ‘char’ as given in the below objective-c code snippet
You may also like
Windows Phone Marketplace finally gets a web version
4 Pages1234 Theres nothing particularly wrong with Windows Phone Marketplace on a Windows Phone. But theres been no way to browse for apps on a desktop computer, or in a web browser. That changes today (at last!) with...
Samsung Galaxy SII
With only two smartphones running on a dual-core processor, LG Optimus 2x and Samsung Galaxy SII, our future-proof choice is the Samsung device. A bigger 4-3-inch, super AMOLED display, ultra-rich colors, sleek body...
Sony Reveals the Price, Name and Titles for Its New PS Vita Console
The Japanese tech giant Sony at its E3 conference announced that its new handheld device will carry the official name of the “PlayStation Vita”. It is worth mentioning that the company has already revealed a number of...
Advertisement
Recent posts
Difference Between Clustered And Non Clustered Index
March 10, 2022
What are the core components of WCF service?
March 10, 2022
What are the different kinds of controls in WPF?
March 10, 2022
Role of UIApplicationMain in iOS App Launch Process
March 10, 2022
Facade Design Pattern In C#
March 10, 2022
What are Azure Storage Limits?
March 10, 2022
You Aren’t Gonna Need It – Yagni Design
March 10, 2022
what-is-wcf-wcf-interview-question
March 10, 2022
Add comment