-
Notifications
You must be signed in to change notification settings - Fork 0
v1.0
Nguyen Tuan Dung edited this page May 1, 2018
·
2 revisions
In timmy | In ctimmy | Description |
---|---|---|
TTimmy |
timmy |
|
TTimmy.Init |
timmy::timmy() |
Change from function to constructor. There's no return value. |
TTimmy.Initialized |
❌ |
TTimmy.Init is changed. |
TTimmy.Add(string, string) TTimmy.Add(string, string, char, char)
|
timmy::add(std:string, std::string, char, char) |
Merge two functions into one using default value. |
TTimmy.Update |
❌ |
std::vector can be resized automatically. |
Code | Description |
---|---|
101 |
TTimmy.Init is deprecated |