Waitrud Weber’s blog

things and reminders for memories

2019-06-01から1ヶ月間の記事一覧

WindowsAPI:.\000-mythreadfunction.cpp

https://blog-imgs-111.fc2.com/c/j/v/cjv1lhbjv7q3/000-Code-Sample-CPP-006.html When we get hardly debug messages on windows, we usually use console because window-gui is basic not cui on windows.And then, the message on the window should be…

WindowsAPI:.\000-winmain_server.cpp

https://blog-imgs-111-origin.fc2.com/c/j/v/cjv1lhbjv7q3/000-Code-Sample-CPP-005.html When we get hardly debug messages on windows, we usually use console because window-gui is basic not cui on windows. And then, the message on the window s…

CodeAnalyzer: int analyze_libraries ( char* tkn ) ;

This is going to judge which token comes from previous token. int analyze_libraries ( char* tkn ) ; https://blog-imgs-111.fc2.com/c/j/v/cjv1lhbjv7q3/000-Code-Sample-CPP-001.html Very Thanks to: http://www.mingw.org/ Usage: We usually use a…

Even 3D: Very traditional idea :

Curves can be mixed. People who like just counting more earlier realised the reason than the people who study sirious and hard. Massive data can be expressed by functions. That means Massive data is compressed in Information tecnology by u…

3D: Step to CurveLine 002: Print Anchors

427 ://428 ://429 ://430 ://431 ://432 ://433 :int CurveLines_wmpaint_display_threeD_proc ( HWND hWnd, HDC hDC, PAINTSTRUCT* ps, UINT uMsg, WPARAM wParam, LPARAM lParam ) {434 : float fx[3], fy[3];435 : static vLine** l_lines = nullptr;436…

3D: Step to CurveLine 001: Print Anchor

And we need revicement between every anchors. class CurveLines has All information of curve lines.. 427 :// Prototype428 ://429 ://430 ://431 ://432 ://433 :int CurveLines_wmpaint_display_threeD_proc ( HWND hWnd, HDC hDC, PAINTSTRUCT* ps, …