Waitrud Weber’s blog

things and reminders for memories

2019-11-13から1日間の記事一覧

3d: WindowsAPI: modification: creation: step works 002

We've already decided data structures as classes when we draw circles.. #ifndef _VCALCULATION_ #define _VCALCULATION_ class vCircle { public: vPoint** pixels = nullptr; int max_pixel = 0; int index_pixel = 0; private: float R = 0.0; vPoint…

3d: WindowsAPI: modification: creation: step works 001

github.com We choosed the numbering-administration on windows, 1. we copied display_threeD functions .2. we numered them 002 on the below. display_threeD.hextern int display_threeD_screen_initialize_002 () ;extern int getchar_display_three…