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