Waitrud Weber’s blog

things and reminders for memories

2022-03-01から1ヶ月間の記事一覧

3d: windows-make: PPM start is better.

We are going to use buffer anyway for the sensitive work so that we could start to use simple format and start the PPM format. .\vDisplayController_002.cpp Sat Mar 26 16:01:16 2022 ... 40 :// 41 :int vDisplayController_002::write_ppm_002 (…

3d: Thinking of gravity with Bones.

The suggestion point is the below. 1: stable distance2: each gravity3: for ( i = 1; i < max -1; i+=2 )4: step speed int Display_Controller :: Approach_Bones () { double stable_distance = 10.0; double distance[2]: vPoint each_gravity[2]; vP…

Mingw: It creates switch, cases and alphabet of comment at this time only.

On the powershell, we can print the number and alphabet. Actually, anytime we can print it from the number 65 to 90. --- switch(Cursol_Number) { case 0: switch(WM_KEYUP) { case 65: // A: 0 break; case 66: // B: 0 break; case 67: // C: 0 br…

MinGW: Print as %c and line end.

C++

On the Powershell: > .\main.execase: 0 // We could solve the print more clearly so that we could create the interface more light. int main () { int i; for ( i =0; i<10; i++ ) { printf("case: %d // %c\r\n", i, (char)i ); } } Print the word.…