You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This is an enhancement of the YADL project. Right now the code is in C. We are moving to C++ so that we can make use of some of its built in libraries and functionality. For example we can use the C++ Boost library for logging, vectors, coroutines etc... Using this will help us to save the time on rebuilding an already implemented functionality.
The text was updated successfully, but these errors were encountered:
/*
The previous code was in C.
Now it is changed to C++ by replacing the structures with class
and creating the objects of classes to call its functions.
The code has some errors and need to be fixed.
The boost library functions for logging and vector is pending.
*/
Signed-off-by: Karthik U S <[email protected]>
Description:
This is an enhancement of the YADL project. Right now the code is in C. We are moving to C++ so that we can make use of some of its built in libraries and functionality. For example we can use the C++ Boost library for logging, vectors, coroutines etc... Using this will help us to save the time on rebuilding an already implemented functionality.
The text was updated successfully, but these errors were encountered: