Skip to content

Converts any file to an array or bytes. Useful for embedding resources directly into an application.

Notifications You must be signed in to change notification settings

PeytonBrown/File2Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File2Array

Converts any file to an array of bytes. Useful for embedding resources directly into an application.

Usage

Simply drag and drop any file on to the File2Array.exe

Example usage

Example output

#pragma once

int Hello_World_size = 11;

unsigned char Hello_World[] = {
	0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 0x57, 0x6F, 0x72, 0x6C, 0x64
};

About

Converts any file to an array or bytes. Useful for embedding resources directly into an application.

Resources

Stars

Watchers

Forks

Languages