+ 1
OpenFrameworks vs Cinder vs PolyCode
i really want to delve deeper into creative coding with C++. i heard of these librarys, does anyone know the pros and cons of them?
1 Réponse
+ 2
Pros:
âą You will learn multiple paradigms like functional programming and object oriented programming.
âą You will learn 2 languages at once (C,C++)
âą You will learn memory management
âą You will learn how to deal with any type of pointer
âą Once you're good at C++,any other higher level language will look simpler and easier to learn
Cons:
âą it's difficult to expertise, not user-friendly, verbose and not for the lighthearted man
âą It's generally takes more time to be good at C++ than to be good at any other programming language
âą you'll need to manage your memory manually
âą you'll need to deal with many types of pointer
âą you'll likely need to understand how data is stored as integral number