Code articles

Browse articles by category

Code
Variables, Constants, and Mathematical Function Operations in C++: Part 2 of the Guide

Mathematical operators and their manipulation in C++. A detailed look at constants and variables in C++: what data types exist, how to name them, declare a variable, and more. Part 2 of the programmin...

Code
If-else, Branching Operators, and Logical Operations in C++: Part 3 of the Programming Language Guide

Branching and logical operations in C++: if-else statements, logical multiplication, addition, negation, and more. Part 3 of the C++ programming language guide.

Code
Input, Output, and Data Processing in C++: Keyboard Input/Output in the Console

Keyboard input/output in the C++ console, exception handling, and input validation. Part 4 of the C++ programming language guide.

Code
Functions, Procedures, and Recursion in C++ with Examples for Beginners: How to Create and Work with Them

Functions, procedures, and recursion in C++: what they are, how to create them, call them, and work with subroutines. Part 5 of the C++ programming language guide.

Code
C++ for, while, and do-while loop operators for beginners: what they are and how to work with them

C++ for, while, and do-while loops for beginners: what they are, how to write a loop correctly, how to work with preconditions, postconditions, and more. Part 6 of the C++ programming language guide.

Code
Why are testers needed and who are QA specialists?

We'll explain the responsibilities of testers, how they help improve a product, and why every team needs QA specialists.

Code
Libraries and Namespaces in C++: What They Are, Why They're Needed, and How to Work with Them

Basic libraries and namespaces in C++: what they are, how to work with using namespace std, header files, and more. Part 8 of the C++ programming language guide.

Code
How to Find a Job in IT and Write a Good Resume

An HR specialist tells aspiring programmers how to write a resume and find a good job.

Code
How to Create an Avatar Editor in JavaScript

A Simple JavaScript Image Editor – A Guide for Beginner Web Developers.

Code
Messenger in C#. Part 1. Developing the App

We'll show you how to create a messenger in C#. In this section, we'll create the app's markup.

Code
How to Create JavaScript Tests

We'll show you how to create tests and quizzes using pure JavaScript.

Code
What is a Memory Leak in C++

We explain the dangers of memory leaks in C++ and how to avoid them.