Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2477 Articles

History of C++

While Bjarne Stroustrup was working in AT&T Bell Labs in 1979, he…

Taylor Emma

C++ – Overview

“C++ is a statically-typed, free-form, (usually) compiled, multi-paradigm, intermediate-level general-purpose middle-level programming…

Taylor Emma

C – Command Line Arguments

It is possible to pass some values from the command line to…

Taylor Emma

C – Memory Management

This chapter explains dynamic memory management in C. The C programming language…

Taylor Emma

C – Variable Arguments

Sometimes, you may come across a situation, when you want to have…

Taylor Emma

C – Recursion

Recursion is the process of repeating items in a self-similar way. In…

Taylor Emma

C – Error Handling

As such, C programming does not provide direct support for error handling…

Taylor Emma

C – Type Casting

Type casting is a way to convert a variable from one data…

Taylor Emma

C – Header Files

A header file is a file with extension .h which contains C function declarations…

Taylor Emma

C – Preprocessors

The C Preprocessor is not a part of the compiler, but is a separate…

Taylor Emma