This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Azalea Software's barcode fonts can be used to create bar codes in your C or C++ projects. Our barcode software creates UPC barcodes, Code 128 barcodes, Interleaved 2 of 5 barcodes, Code 39 barcodes, as well as other bar code symbologies.
Creating barcodes in C or C++ programs is an easy two part process:
- pass your data to our function
- format the returned value in one of our fonts
You can not simply format a chunk of text in a bar code font and expect to create a scannable symbol. To assist you, all of Azalea's products come with sample code to help you integrate our fonts in your C or C++ program. The sample code adds the start and stop bars, calculates any necessary check digit(s), and maps the output into our fonts' character set. This assures you that any bar code you create will be scannable without having to write all needed code yourself.
- Code 128 bar codes in C/C++
- Code 39 bar codes in C/C++
- UPC bar codes in C/C++
- Interleaved 2 of 5 bar codes in C/C++
- POSTNET bar codes in C/C++