Waitrud Weber’s blog

things and reminders for memories

2019-09-15から1日間の記事一覧

WindowsAPI: windows-make Additionally does allow...

We recognised mingw does allow the bellow on the "int main()" and doesn't for lnks. array_counter.hchar* dummy_allocation = nullptr;char** dummy_ary = nullptr;int dummy_ary_index = 0; array_counter.cpp extern char* dummy_allocation;extern …

WindowsAPI: windows-make: very usefull and memorization featured:

Compiler means changing source code to binary. On windows: array_counter.hextern char* dummy_allocation;extern char** dummy_ary;extern int dummy_ary_index; array_counter.cppchar* dummy_allocation = nullptr;char** dummy_ary = nullptr;int du…

Code Analyzer: Comment out block: 001

github.com Comment out block: 1. Find "/*" 2.Skip to "*/" 3.Display filename and raws and lines of there. We could memory the code and was going to analyze it which is not origin but traditional supports but I like it. Basically, they are …