The only reason I can think to get that EdX cert is if you work for a company that will pay for it. Even then, it still seems worthless. I haven’t heard a good reason to pay for it, especially since it’s so expensive!
There’s no native support in C for classes and objects like there is in Python. You can use a struct, which might be enough but there are differences and limitations. Your best bet would probably to find a library in C that builds out support for classes - I can’t give you any recommendations, but I can almost guarantee that a library exists already for that.
The only reason I can think to get that EdX cert is if you work for a company that will pay for it. Even then, it still seems worthless. I haven’t heard a good reason to pay for it, especially since it’s so expensive!
Very cool. I’ve looked into FullStackOpen, which I think is also done by the University of Helsinki. And that looks really good as well.
There’s no native support in C for classes and objects like there is in Python. You can use a struct, which might be enough but there are differences and limitations. Your best bet would probably to find a library in C that builds out support for classes - I can’t give you any recommendations, but I can almost guarantee that a library exists already for that.