CPP

37
1748 reads

February 20, 2013

Searching a string for characters from a set


This example finds the number of words in a sentence given the set of word delimiters.

39
1835 reads

February 20, 2013

Searching a string


This example shows how to search a string.

56
1627 reads

February 20, 2013

Comparing strings


This example demonstrates how to compare strings.

30
1633 reads

February 20, 2013

Accessing characters in a string


This example shows how to access characters in a string.

40
1644 reads

February 20, 2013

Concatenating strings


This example shows how to concatenate strings.

36
1880 reads

February 20, 2013

Storing strings in an array


This example shows how to store strings in an array.

28
1675 reads

February 20, 2013

Analyzing the letters in a string


This example shows how to analyze the letters in a string.

28
1753 reads

February 20, 2013

Obtaining the number of array elements


This example demos how to obtain the number of array elements.

37
1786 reads

February 20, 2013

Initializing an array


This example demos how to initialize an array.

40
2182 reads

February 20, 2013

Using an array


This example demonstrates using an integer array.