C ++ / jeu Tutoriel 17: Vecteurs!


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to C++/Game Tutorial 17: Vectors!

Du C au C++ - La classe vector
https://fdrouillon.developpez.com/tutoriels/c-au-cpp-programmation-procedurale-a-objet/vecteurs/

Les vecteurs de booléens sont des tableaux de bits. Le fait que chaque valeur puisse être codée sur un simple bit représente une optimisation très importante en mémoire. Par exemple, un entier sur 32 bits suffit à coder un tableau de 32 booléens.

Exceptions - C++ Tutorials
https://www.cplusplus.com/doc/tutorial/exceptions/

Exceptions Exceptions provide a way to react to exceptional circumstances (like runtime errors) in programs by transferring control to special functions called handlers. To catch exceptions, a portion of code is placed under exception inspection.

C++ Tutorial - W3Schools
https://www.w3schools.com/cpp/

We recommend reading this tutorial, in the sequence listed in the left menu. C++ is an object oriented language and some concepts may be new. Take breaks when needed, and go over the examples as many times as needed.