Home
About
rss posts
Placeholder
Posted in
C Language Reference
|
0 Comments
up to content
»
C Language Reference
Writing Memory to a File and Reading Memory from a File in C
The History of the C Language
The History of OpenGL
The History of DirectX
Shell Sort Algorithm
Selection Sort Algorithm
Programming Style, Whitespace and Formatting
Programming Style and Readability
Programming Style and Naming Conventions
Programming Languages Book Reviews
C Tutorial – printf, Format Specifiers, Format Conversions and Formatted Output
Placeholder
PHP Tutorial – While Loops
PHP Tutorial – Variables
PHP Tutorial – Switch Statement
PHP Tutorial – String Variables
PHP Tutorial – Scripting Language Syntax
PHP Tutorial – $_REQUEST Function
PHP Tutorial – $_POST Function
PHP Tutorial – Operators
PHP Tutorial – Language Introduction
PHP Tutorial – If else Statements
PHP Tutorial – $_GET Function
PHP Tutorial – Functions Parameters and Return Values
PHP Tutorial – Functions
PHP Tutorial – Form Handling
PHP Tutorial – foreach Loop
PHP Tutorial – For Loops
PHP Tutorial – do…while Loops
PHP Tutorial – Arrays
OpenGL and GLSL Book Reviews
NextDawn.nl is moving to CodingUnit.com
Move from NextDawn.nl to CodingUnit.com is done!
Insertion Sort Algorithm
How to make a Calendar in C
Game Programming Book Reviews
Exclusive-OR (XOR) Encryption
Exchange Sort Algorithm
Did you know..? C Programming Language Tips 3
Did you know..? C Programming Language Tips 2
C++ Variables and Data Types
C++ Using functions, function parameters
C++ Unary and binary operator overloading and static members
C++ Typecasting Part 2 – RTTI, dynamic_cast, typeid and type_info
C++ The if statement and switch statement
C++ Templates
C++ structures, typedef and unions
C++ Standard I/O – cin and cout
C++ Standard I/O and strings
C++ Preprocessor Directives
C++ Polymorphism and Abstract Base Class
C++ pointers – reference and dereference operators
C++ Overloading and Operator Overloading
C++ operators, compound assignments
C++ Tutorial – Namespaces and anonymous namespaces
C++ Inheritance
History of the C++ language
C++ Functions and command-line parameters
C++ Friend function and Friend class
C++ for loops, while loops
First C++ program, hello world
File IO in C++ (text and binary files) part II
File IO in C++ (text and binary files)
C++ Exceptions and exception handling
C++ Dynamic Memory
C++ Compilers (GNU and Visual Studio)
C++ Classes – Constructors and destructors
C++ Classes
C++ Character sequence using arrays
C++ arrays, arrays and loops
C++ constants, escape codes and strings
Cocktail Sort Algorithm or Shaker Sort Algorithm
C Tutorial – variables and constants
C++ Typecasting Part 1
C Tutorial – The if and switch statement
C Tutorial – The functions malloc and free
C Tutorial – structures, unions, typedef
C Tutorial – strings and string Library Functions
C Tutorial – More on Pointers
C Tutorial – More on Functions
How to use Time and Date in C
C Tutorial – How to use Pointers
C Tutorial – Functions and Global/Local variables
C Tutorial – for loop, while loop, break and continue
First C program, Hello World
C Tutorial – File I/O (using text files)
C Tutorial – Deleting and Renaming a File
C Tutorial – Copying a File
C Tutorial – Compilers (GNU and Visual Studio)
C Tutorial – Command Line Parameter Parsing
C Tutorial – Binary File I/O
C Tutorial – Arrays and Multi-Dimensional Arrays
C Reference
Unsigned integral type size_t
C Reference
TYPE clock_t
C Reference
Time type time_t
C Reference
Structure tm
C Reference
macro NULL
C Reference
macro NULL
C Reference
Macro CLOCKS_PER_SEC
C Reference
function time()
C Reference
function strftime()
C Reference
function mktime()
C Reference
function localtime()
C Reference
function gmtime()
C Reference
function difftime()
C Reference
function ctime()
C Reference
function clock()
C Reference
function asctime()
C Reference
String Operation: strrchr()
C Reference
String Operation: strncpy()
C Reference
String Operation: strncmp()
C Reference
String Operation: strncat()
C Reference
String Operation: strlen()
C Reference
String Operation: strcpy()
C Reference
String Operation: strcmp()
C Reference
String Operation: strchr()
C Reference
String Operation: strcat()
C Reference
String Operation: memset()
C Reference
String Operation: memmove()
C Reference
String Operation: memcpy()
C Reference
String Operation: memcmp()
C Reference
String Operation: memchr()
C Reference
function system()
C Reference
function strtoul()
C Reference
function strtol()
C Reference
function strtod()
C Reference
function srand() initialize random number generator
C Reference
function realloc()
C Reference
function rand() generate a random number
C Reference
function qsort()
C Reference
function mbtowc()
C Reference
function mblen()
C Reference
function malloc()
C Reference
function ldiv()
C Reference
function labs()
C Reference
function getenv()
C Reference
function free()
C Reference
function exit()
C Reference
function div()
C Reference
function calloc()
C Reference
function bsearch()
C Reference
function atol()
C Reference
function atoi() convert a string to an integer
C Reference
function atof() convert a string to a double
C Reference
function atexit()
C Reference
function abs()
C Reference
function abort()
C Reference
function tanh()
C Reference
function tan()
C Reference
function sqrt()
C Reference
function sinh()
C Reference
function sin()
C Reference
function pow()
C Reference
function modf()
C Reference
function log10()
C Reference
function log()
C Reference
function ldexp()
C Reference
function frexp()
C Reference
function fmod()
C Reference
function floor()
C Reference
function fabs()
C Reference
function exp()
C Reference
function cosh()
C Reference
function cos()
C Reference
function ceil()
C Reference
function atan2()
C Reference
function atan()
C Reference
function asin()
C Reference
function acos()
C Reference
Upper case letter test: isupper()
C Reference
Space, formfeed, newline, etc test: isspace()
C Reference
Punctuation Character: ispunct()
C Reference
Printing Character Test (not space): isgraph()
C Reference
Printing Character: isprint()
C Reference
Lower Case Letter Test: islower()
C Reference
Hexidecimal Digit Test: isxdigit()
C Reference
Decimal Digit Test: isdigit()
C Reference
Convert to upper case: toupper()
C Reference
Convert to lower case: tolower()
C Reference
Control Character Test: iscntrl()
C Reference
Alphabetic Test: isalpha()
C Reference
Alphanumeric Test: isalnum()
Did you know..? C Programming Language Tips 1
Did you know..? C and C++ Tips 5
Did you know..? C and C++ Tips 4
Bubble Sort Algorithm
(ANSI) C Reference: Using stdarg.h for Variable Arguments Handling
(ANSI) C Reference – Program Structure and Functions
(ANSI) C Reference – Pointers, Arrays and Structures
(ANSI) C Reference – Data Types – Declarations
(ANSI) C Reference – Control the Flow
(ANSI) C Reference – C Preprocessors
(ANSI) C Reference – C Operators
(ANSI) C Reference – C Initialization
(ANSI) C Reference – C Constants
A New Look and Conversion