C++ Beginners Guide – Conditional Statements

C++ Beginners Guide – Conditional statements. C++ uses all the expected conditional statements found in most programming languages. Most of the examples below apply to all programing language and not just C++. The alternative conditional statement however is not found in many languages. If anyone reading this spots an error Continue Reading

C++ Beginners – Fundamental Types

C++ Beginners – Fundamental Types covers the fundamental types in C++. Anyone coming from higher-level languages such as C#, #Java or many others will note that “string” is not a fundamental type in C++. The following are fundamental types. signed short unsigned short signed int unsigned int signed long unsigned Continue Reading

C++ Beginners – Hello World program

C++ Beginners Guide – Hello World, it has to be done, every programming guide everywhere starts with “Hello World” and so does almost every IDE available. An introduction to this guide Is available in C++ Beginners Guide Introduction. Breaking down the “hello world” program above. The first line includes the Continue Reading

ASP-DotNet Web App On Linux with Authentication

Introduction – ASP-DotNet Web App On Linux ASP-DotNet Web App On Linux is part of my series on using .NetCore 3 and .Net 5 under Linux with JetBrains Rider. However, this particular guide should work under all operating systems and with all IDE’s. Using Visual Studio on Windows, the default Continue Reading

Setup Apache On Windows 10

Introduction Setup Apache On Windows 10 is a guide designed for people installing Apache for the very first time. This guide also forms part of a larger collection aimed at setting up development environments. While there is an all in one installer available, it does not work with the latest Continue Reading