mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
c: remove notes about vectors
Some checks failed
Deploy to Github Pages / deploy (push) Has been cancelled
Some checks failed
Deploy to Github Pages / deploy (push) Has been cancelled
This commit is contained in:
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