Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of YADL code to C++ #24

Open
karthik-u-s opened this issue Jul 16, 2015 · 0 comments
Open

Conversion of YADL code to C++ #24

karthik-u-s opened this issue Jul 16, 2015 · 0 comments
Assignees
Milestone

Comments

@karthik-u-s
Copy link
Contributor

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.

@josephaug26 josephaug26 added this to the yadl 1.0 milestone Jul 16, 2015
karthik-u-s added a commit that referenced this issue Jul 17, 2015
/*
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants