Lorbic

My gateway to knowledge

Learn Dart Programming

Learn basics of Dart programming language with code examples and explainations.

Types of Pointers in C/C++

Photo of Hyacinth macaw by Roi Dimor on Unsplash Types of Pointers in C / C++1. Null PointerIt is a pointer pointing to nothing. NULL pointer points to the base address of the …

Avoid Memory Leaks In C++

Instructions Things You’ll Need Proficiency in C++ C++ compiler Debugger and other investigative software tools Part 1Understand the operator basics. The C++ operator new …

Operators in Bash Shell Programming

Photo by NASA on Unsplash If you want to learn bash bash scripting please read this article. Learn complete Linux bash (shell) scripting in one article Operators help us perform …

Learn Complete Linux Bash Scripting in One Article

– Photo by Iván Rivero from Pexels In this article I’ll be discussing about linux bash scripting (shell scripting) and I will cover every fundamental concept that you …

Access Wsl Filesystem From Windows 10 File Explorer

If you want to get Linux environment in your Windows system there are some solutions that provide the opportunity. For example MYSYS, CYGWIN and a Virtual Machine (If you want …