C++ Docs
Here you’ll find notes and documents for Computer Programming 1. Please note that the most recent are posted at the top of the page. If you do not see what you’re looking for, select the “display older posts” at the end of this page.
Review: String Test
Review: Strings Test
Topics, point breakdown, and format info for string test
Posted: 2/21/12
Notes – Strings #4
Notes – Strings #4
Notes on using the string methods find and find_first_of
Posted: 2/14/12
Notes – String Notes #3
Notes – Strings #3
Notes on using the substr method of the string class
Posted: 2/2/12
Notes – String Notes #2
Notes – Strings #2
Notes on using concatenation and utilizing ASCII values to edit particular characters in a string
Posted: 1/30/12
Notes – String Class #1
Notes: String Class #1
What does it mean that Strings are actually a class? The length, resize, and at methods. Iterating over a string. Considerations when passing strings to functions.
Posted: 1/24/12
