Waitrud Weber’s blog

things and reminders for memories

2020-05-31から1日間の記事一覧

3d: WindowsAPI: Windows-make: How do we face memories problem: we could display on the screen, ayway:

We ensured the able to display something, in this case, which is copy of button, anyway. --- --- ---

3d: WindowsAPI: Windows-make: How do we face memories problem:

--- --- ---

3d: WindowsAPI: Windows-make: How do we face memories problem: Print massages: DrawTextA: we should use: which ensured ASCII:

Ensured ASCII, we sould use the DrawTextA in Visual Studio 2019. --- /* #pragma region Desktop Family #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #define _In_bypassable_reads_or_z_(size) \ _When_(((size) == -1) || (_String_length…

3d: WindowsAPI: Windows-make: How do we face memories problem: convertion of alphabet: First Step: print alhabet literatures:

main.cpp Sun May 31 08:46:22 2020 1 :#include 2 : 3 :int filesize( FILE *fp ) ; 4 : 5 :int main () { 6 : FILE *fp; 7 : int i; 8 : char dummy[256]; 9 : char* filename = ".\\alphabet-001.txt"; 10 : 11 : fp = fopen(filename, "rb"); 12 : int f…