C++ Vault

C++ source files demonstrating some of the functionality of the language. also see: posts — 97 files — Output, Input, Variables, Arithmetic Hello example More output Variables, input Variables, input Division Arithmetic Arithmetic, casting Arithmetic, rounding Remainders Change in coins   Decisions Detect valid input with if Even or odd using if Even or odd using if/else Read More …

C# – Search Unsorted Array for Value

Linear Search Perform a linear search with the following time and space complexity: Time Complexity: O(n) Space Complexity: O(1) Code Output False   Notes C# Arrays Array.length() Array.Clear() for statement if condition   Algorithmic Complexity 8 time complexities that every programmer should know   tags: Search CSharp Arrays, Search C#, MrNetTek

VSCode – 1.41.1.0

Description Something pretty cool to try out, if you haven’t already done so…is Visual Studio Code, or VSCode. VSCode is an IDE developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. It’s a one-stop shop for most Read More …