DEV Community

Cover image for Started keeping a video blog about the development process. So that it wouldn't be boring.
VladimirM
VladimirM

Posted on • Edited on

Started keeping a video blog about the development process. So that it wouldn't be boring.

Developing basic functionality for calling functions with untyped argument passing in C++.

This functionality will be the main intermediary for the framework, both in the C++ implementation and in NODEJS.

Video on Youtube.
Part 1.1. Developing untyped function calls in C++. FCF Framework (IN DEV).

Part 1.2. Container transfer. Developing untyped function calls in C++. FCF Framework (IN DEV)

Description of the degree function

That is, in the case of memory of memory in a heap, we distinguish memory with a reserve. The size of the buffer in this case is determined by the degree function of the degree N.

This steppe function can be set as a linear increase

OffsetSize = 0;
StepSize = 16;
StepModule = 1;

N   BufferSize
0   8
1   16
2   24
3   32
Enter fullscreen mode Exit fullscreen mode

Top comments (0)