Home

Submit

Source

Feeds

Home » C and C++ » Functions and Classes ::

C and C++ Functions and Classes
Learn the following: Declaring and Initializing an Array of Characters, Streaming an Array of Characters, Multidimensional Arrays of Characters, Declaring a Pointer to Characters, Declaring and Initializing an Array of Characters, Requesting an Array of Characters, Arrays of Characters and Pointers, Dynamic Arrays of Characters, Passing an Array of Characters, Returning an array of Characters, Multidimensional Arrays of Characters, Double-Dimensional Arrays Declaration, Two-Dimensional Arrays of Characters and Functions, Introduction to Strings, Defining a String, String Manipulation Functions, Copying One String Into Another, Comparing Strings Functions, Working With Individual Characters, Working With Sub-Strings, Working With Character Cases, Formatting Strings.
Related Tutorials
C and C++ General Development
Strings
C and C++ / General Development
In C++ there are two types of strings, C-style strings, and C++-style strings. This tutorial will discuss C-style strings.

Site: www.cprogramming.com Report - View Tutorial

C and C++ Getting Started
Character Sequences
C and C++ / Getting Started
As you may already know, the C++ Standard Library implements a powerful string class, which is very useful to handle and manipulate strings of characters. However, because strings are in fact sequences of characters, we can represent them also as plain arrays of char elements.

Site: www.cplusplus.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement