Do you mean embedding into executable itself and access it at runtime as a unsigned char* of a known size ?
If so, then open the jpeg file in a hex editor and export them as a unsigned char* (Hex Workshop for example has this option, not all hex editors have it).
Another idea is to use convert utility from ImageMagick and convert jpeg to a XPM file, which is just that: a C style header.