Visual C++ Examples

ChilkatHOMEAndroid™ASPVisual BasicVB.NETC#iOS (IPhone)Objective-CC++CMFCDelphiFoxProJavaPerl
PHP ExtensionPHP ActiveXPythonPowerShellRubySQL ServerVBScript

C++ Examples

CkString
Byte Array
Bounced Mail
Bz2
Character Encoding
CSV
DH Key Exchange
DKIM/DomainKeys
Digital Certificates
Digital Signatures
DSA
Email
Email Object
Encryption
FTP
HTML Conversion
HTTP
IMAP
MHT / HTML Email
POP3
RSA
S/MIME
SMTP
Socket
Spider
SSH Key
SSH
SSH Tunnel
SFTP
Tar
Upload
XML
XMP
Zip Compression


More Examples...
Amazon S3
NTLM
FileAccess
RSS
Atom
Self-Extractor
Service
PPMD
Deflate
Bzip2
LZW

 

 

 

 

 

 

 

 

Using CkString in ANSI Mode

Downloads:

MS Windows Visual C/C++ Libraries
Linux/CentOS C/C++ Libraries
MAC OS X C/C++ Libraries
Solaris C/C++ Libraries
C++ Builder Libraries

Demonstrates how to use the CkString class in ANSI mode.

    CkString str;

    // Use the CkString class in ANSI mode.  
    // When in ANSI mode, all "const char *" input arguments
    // are expected to be ANSI strings.
    str.put_Utf8(false);   

    str.append("Je peux manger du verre, a ne me fait pas de mal.");

    // Save the string as ANSI, utf-8, or Unicode.
    str.saveToFile("utf8.txt","utf-8");
    str.saveToFile("ansi.txt","ansi");
    str.saveToFile("unicode.txt","unicode");

    // Chilkat recommends using the EmEditor by EmuraSoft for editing
    // text in any character encoding.

 

 

 

© 2000-2010 Chilkat Software, Inc. All Rights Reserved.

Mail Component · .NET Mail Component · XML Parser