Category: Software Engineer

  • w3c Validator

    World Wide Web Consortium Check validator of a document on https://validator.w3.org/ Markup Validation Service. The web site checks the validity of pre-HTML and XHTML against pre-defined standards in the system.

  • Lambda Functions in C++

    I’ve begun my journey onto C++ Programming and came across Lambda Functions on P173. One web site referred to a Lambda function as an inline function for short snippets of code. here’s a https://pastebin.com/uN6Ln8Hh and also here: https://www.geeksforgeeks.org/lambda-expression-in-c/