Articles related to "Header File"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.
Trigonometry is easy: especially when used with C++; and even more so when functions are added then enable the maths to be done with degrees rather than radians.
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 library tutorial, we explore stdio, standard input and output in C, both for command line input and output and file handling.
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.
Tutorial article for C and C++ programmers covering OO terminology, use of header files in C++ programming, classes and notation.
C++ is an object oriented programming language and the concept of the class is therefore essential to a programmer.
CGI (the Common Gateway Interface) is traditionally the domain of languages such as Perl. However, there is no need for the VBScript programmer to set aside their skills
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.
A VBScript developer need not be daunted by the thought of starting to use AJAX. In fact nothing could be easier than creating a VBScript based AJAX application.
C++ and MySQL are both very powerful, but when combined they can make a killer application.
Tutorial showing use of WinSock programming to authenticate with an SMTP server, compose and forward an email message with error checking.
A guide to installing and setting up free C compilers, and taking some first steps with the C programming language, in tutorial format.
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.
Man pages provide an excellent on-line resource for every Linux user, and this article shows how to built a Man page from scratch - a Man page for using Yahoo! Finance
Study of the application of insertion sorting and normal post-list creation sorting and the prerequisites, advantages and disadvantages of both techniques using C++ code
One of the key tasks that any CGI web page must do is to process the GET and POST variables sent from forms. This can be difficult, but not for the VBScript programmer.
Conditional compilation in C is often slightly misunderstood, and we try to clarify the theory, practice, and considered good practices, courtesy of the GNU foundation.
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.
|