Waitrud Weber’s blog

things and reminders for memories

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

CodeAnalyzer: Printed well:

Printed well, I recognised the bellow. // // // // // // int Analyzer::skip_to( char* skip_to, int *i , int file_end, FILE *fp) { aToken *iToken = nullptr; char *parse_token; iToken = new aToken(); for( ; *igetToken( fp, i, &file_end ); //…

Code Analyzer: Comment out block:

github.com Comment out block: 1. Find "/*" 2.Skip to "*/" 3.Display filename and raws and lines of there.