Xing software

Xing software and script

Simulating pass by reference in C script

Simulating pass by reference in C script

Simulating pass by reference in C Simulating pass by reference in C - In this program we are trying to simulate pass by reference using pointer to pointer.
Price: $Freeware, Rating: 8, Downloads: 355 Download
Input Validation in C script

Input Validation in C script

Input Validation in C Input Validation in C will check whether the number entered is integer or not.
Price: $Freeware, Rating: 6, Downloads: 405 Download
C's qsort ( ) script

C's qsort ( ) script

C's qsort ( ) C's qsort ( ) sorts a table of data.
Price: $Freeware, Rating: 9, Downloads: 293 Download
queue using default container deque script

queue using default container deque script

queue using default container deque queue using default container deque makes a queue of const char * using deque as the underlying container(which is default container)
Price: $Freeware, Rating: 7, Downloads: 434 Download
strerror script

strerror script

strerror strerror - To obtain a pointer to an error message string, linked to a particular value of the global integer errno.
Price: $Freeware, Rating: 7, Downloads: 125 Download
Registering functions through atexit( ) script

Registering functions through atexit( ) script

Registering functions through atexit( ) Registering functions through atexit( ) shows the usage of atexit() function which is used to register functions that will be called before exit(0)
Price: $Freeware, Rating: 9, Downloads: 266 Download
Manipulators script

Manipulators script

Manipulators Manipulators - Showing the usage of manipulators hex, oct, dec and endl.
Price: $Freeware, Rating: 7, Downloads: 267 Download
sizeof array without using sizeof( ) operator script

sizeof array without using sizeof( ) operator script

sizeof array without using sizeof( ) operator sizeof array without using sizeof( ) operator - This is one of many possible ways to sizeof array without using sizeof( ) operator
Price: $Freeware, Rating: 8, Downloads: 195 Download
Safe Addition script

Safe Addition script

Safe Addition Safe Addition checks whether the integer addition overflows by checking against the maximum limits found in limits.h
Price: $Freeware, Rating: 8, Downloads: 696 Download
string to integer conversion script

string to integer conversion script

string to integer conversion string to integer conversion - Program uses std::istringstream which is defined in sstream to convert string to integer.
Price: $Freeware, Rating: 6, Downloads: 250 Download
Finding Maximum Using Variable Argument List script

Finding Maximum Using Variable Argument List script

Finding Maximum Using Variable Argument List Finding Maximum Using Variable Argument List makes use of variable argument feature of C to find maximum of 10 integers
Price: $Freeware, Rating: 9, Downloads: 448 Download
Interchange between base 2 to 16 script

Interchange between base 2 to 16 script

Interchange between base 2 to 16 Interchange between base 2 to 16 converts the number from any base between 2-16 to any base between 2-16.
Price: $Freeware, Rating: 9, Downloads: 854 Download
EDOM

EDOM

EDOM EDOM - Domain Error
Price: $Freeware, Rating: 6, Downloads: 408 Download
reserve( ) function script

reserve( ) function script

reserve( ) function reserve( ) function - Function simply reserves space for container.
Price: $Freeware, Rating: 6, Downloads: 380 Download
Usage of offsetof( ) Macro

Usage of offsetof( ) Macro

Usage of offsetof( ) Macro Usage of offsetof( ) Macro shows the functioning of offsetof( ) macro defined in stddef.h.
Price: $Freeware, Rating: 8, Downloads: 706 Download
DOS Text File To Unix File script

DOS Text File To Unix File script

DOS Text File To Unix File DOS Text File To Unix File - how to transform a dos text file into unix file
Price: $Freeware, Rating: 6, Downloads: 244 Download
stack using vector container

stack using vector container

stack using vector container stack using vector container - Following program makes a stack of const char * using vector as the underlying container
Price: $Freeware, Rating: 9, Downloads: 773 Download
Usage of std::random_shuffle ( ) script

Usage of std::random_shuffle ( ) script

Usage of std::random_shuffle ( ) Usage of std::random_shuffle ( ) - In this random_shuffle() function randomly re-orders the elements and gives random ordering on every run by making use of srand() and rand() function.
Price: $Freeware, Rating: 8, Downloads: 498 Download
Counting bits set in a number script

Counting bits set in a number script

Counting bits set in a number Counting bits set in a number makes use of look up table to find the number of bits set in a number.
Price: $Freeware, Rating: 9, Downloads: 434 Download
Finding Current Date and Time script

Finding Current Date and Time script

Finding Current Date and Time Finding Current Date and Time is non-standard and may not work on every system.
Price: $Freeware, Rating: 6, Downloads: 441 Download
Generic max function script

Generic max function script

Generic max function Generic max function - Find maximum for all types
Price: $Freeware, Rating: 9, Downloads: 463 Download
integer to string conversion script

integer to string conversion script

integer to string conversion integer to string conversion - Program uses std::ostringstream which is defined in sstream to convert integer to string.
Price: $Freeware, Rating: 8, Downloads: 330 Download
Stopping Output Window

Stopping Output Window

Stopping Output Window Stopping Output Window - Output windows remains open until you press enter.
Price: $Freeware, Rating: 8, Downloads: 335 Download
Environment Variables snippets script

Environment Variables snippets script

Environment Variables snippets Environment Variables makes use of third argument of main function(which is non-standard) to display values of all the environment variables.
Price: $Freeware, Rating: 10, Downloads: 362 Download
getenv( ) for environment variable

getenv( ) for environment variable

getenv( ) for environment variable getenv( ) for environment variable - Prototype: char *getenv (const char *env_name)
Price: $Freeware, Rating: 7, Downloads: 342 Download