mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-11 05:16:40 +00:00
parent
46f38332aa
commit
d872337de4
1 changed files with 0 additions and 7 deletions
|
@ -316,13 +316,6 @@ string.c_str(); //reads string char by char
|
||||||
string.find(substring); // The zero-based index of the first character in string object that matches the requested substring or characters
|
string.find(substring); // The zero-based index of the first character in string object that matches the requested substring or characters
|
||||||
```
|
```
|
||||||
|
|
||||||
## Vectors
|
|
||||||
|
|
||||||
```c
|
|
||||||
#include <vector>
|
|
||||||
vector<type> vector_name = {values}; //variable length array
|
|
||||||
```
|
|
||||||
|
|
||||||
## Decision Statements
|
## Decision Statements
|
||||||
|
|
||||||
### If Statements
|
### If Statements
|
||||||
|
|
Loading…
Add table
Reference in a new issue