You're here: Snippet Directory » C/C++ (495)
Language:

Snippet Directory - C/C++ 

Snippets

itoa function

This function takes an integer value and returns a null-terminated C-style string. A wrapper function returns a C++ string. The full range of positive & negative integers is supported and testable via the included test program.I ...

Language: English | Programming Language: C++ | Author: ergeorge [not registered]

itoa function

This function takes an integer value and returns a null-terminated C-style string. A wrapper function returns a C++ string. The full range of positive & negative integers is supported and testable via the included test program.I ...

Language: English | Programming Language: C++ | Author: ergeorge [not registered]

itoa function

This function takes an integer value and returns a null-terminated C-style string. A wrapper function returns a C++ string. The full range of positive & negative integers is supported and testable via the included test program.I ...

Language: English | Programming Language: C++ | Author: ergeorge [not registered]

Javascript/HTML Image Slideshow

This application can be used to create a Javascript slideshow from all image files inside a directory. The program scans the directory recursively finding all JPEG/GIF/PNG/BMP images in the directory tree and makes an html ...

Language: English | Programming Language: C++ | Author: mallucoder [not registered]

kbdcheck.c

Matlab MEX file to check for pending keyboardinput. Runs under linux.

Language: English | Programming Language: C | Author: ike [not registered]

Keyfile Creator for BitMix64 snippet

Creates Key files for the BitMix64 algorithm. NEVER USE OTHER FILES AS KEYS, BECAUSE YOU PROBABLY WON'T BE ABLE TO DECRYPT YOUR FILES AGAIN!

Language: English | Programming Language: C | Author: ctiger [not registered]

Letter output

A prog to take the input of a char and two numbers and output that char in cols and rows. Basic C.

Language: English | Programming Language: C | Author: ice_rogue [not registered]

libiptc samples: creating an entry in the FORWARD chain

This code was written to give netfilter libiptc users a fast idea on how to start interfacing with libiptc. Libiptc provides a userspace API to using iptables under linux 2.4 The code adds an ACCEPT rule to the FORWARD chain of the filter ...

Language: English | Programming Language: C | Author: mmanchip [not registered]

libiptc samples: interfacing with netfilter

This code was written to give netfilter libiptc users a fast idea on how to start interfacing with libiptc. Libiptc provides a userspace API to using iptables under linux 2.4The code lists rules in the FORWARD chain of the filter ...

Language: English | Programming Language: C | Author: mmanchip [not registered]

Linked List

An implimentation of a circular (for easy front/back access) and doubly linked list. This "library" behaves much like the Perl "array"s.

Language: English | Programming Language: C | Author: gaiper [not registered]
RSS