Welcome to the ctimmy wiki!
For most of syntax, see Timmy Pascal
| 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 deprecated. |
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. |
TTimmy.Remove(string)TTimmy.Remove(string, char) |
timmy::remove(std:string, char) |
Merge two functions into one using default value. |
| Code | Description |
|---|---|
| 101 | TTimmy.Init is deprecated |