Articles related to "Stdio"Tutorial Article designed to help with those wanting to obtain the file size in Win32, Unix etc. using C, C++, BASIC, VB or other programming languages.
In this C library tutorial, we explore stdio, standard input and output in C, both for command line input and output and file handling.
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.
In this C memory library tutorial, we explore the C functions for memory handling, ways in which they can be used, and some caveats linked to their use.
In this C string library tutorial, we explore the C functions for string handling, ways in which they can be used, and some caveats linked to their use.
How to construct an outer while loop which tests to see whether a program should exit based on user input.
In this C header file tutorial,we explore the use of header files in C,ways in which they can be used, and the philosophy for breaking up code into separate source files.
Answering the question: What is PHP and PHP Programming? A beginner's tutorial-style PHP introduction article, targeted at command line, GUI and web developers.
An article and sample program covering the specific use of pass by reference in swapping integers using the C language; program swaps 2 integers from the command line.
Programming project in C - a simple web counter. Requires some knowledge of HTML, some web space and a C compiler. Linux recommended : have fun!
A home PC can be set up to read characters from an external device. Voltage considerations are discussed, as well as C/C++ code that will perform the information capture.
A file handling in C tutorial detailing the use of sequential and random access files in C, along with examples of using the fseek, ftell and rewind functions.
A discussion of the common numerical data types available to computer programmers for manipulating data, and some of the common constraints on their use.
Learning curses programming need not be overly complex as long as the basics are understood. This article takes the reader through the theory behind curses programming.
Tutorial to help install the free Borland C compiler, get it up and running, and write a simple command line application.
An interesting little project showing how to draw a box on the screen in C, in two approaches using first the conio library under DOS, and then Unix curses.
Home computers may be used to control household lighting, heating, or any other device that uses an electrical switch. Up to eight devices or circuits may be controlled.
|