Articles related to "Datatypes"Write better code by using the right data types, naming conventions, and comments.
An introduction to variables, how they are important in understanding programming languages, and how they relate to data types.
Structured query language (SQL) is used to create databases, and retrieve and manipulate data. It is the standard query language for relational database management system
In this article, we shall be discussing the concept of abstract data types – those pieces of code which embody a set of data.
A discussion of using stdio.h to manipulate files to open, close and delete files, and read/write data to/from them for C programmers.
This is the general programming start page with links to articles, resources, tools, software and more.
Learn about the basic types of Java variables, how to declare those variables, and how to assign values.
The aim of this article is to introduce the reader to basic Object Oriented principles in a language neutral way.
In this article, we shall be discussing functions (procedures, subroutines, methods etc.) – facilities offered by a programming language.
In this article, we shall be discussing condition testing – facilities offered by a programming language to allow the programmer to change the flow of control.
A discussion of the common numerical data types available to computer programmers for manipulating data, and some of the common constraints on their use.
In this tutorial, complex and user defined data types and enumerations are explored. Designed for beginner and intermediate programmers in the C and C++ languages.
This tutorial teaches the use of loops in C/C++ programming, and is aimed at beginner to intermediate programmers. It covers counted (for) and condition tested (while and
This tutorial teaches the use of functions in C/C++ programming, aimed at beginner to intermediate programmers. Parameter passing, naming and return values are covered.
This C tutorial covers conditions in C programming, aimed at users of the Borland C compiler, or any other suitable C compiler. Covers if, else, case, switch and break...
|