How to get rid of CID TrueType fonts?24 (5/21/2013 7:08:01 PM) comp.text.tex pdflatex produces a .pdf file, which contains CID TrueType fonts. I need
to get rid of them. I can run the pdf trhough pdftops followed by ps2df,
but then I loose all the hyperlinks, the author informarmation... Philipp
Software implementation of 48-bit double530 (3/28/2012 8:05:49 PM) comp.lang.c Are there any free implementations of C11-compliant (though AFAIK this is the same as older standard here) 48 bit double? Philipp ... Philipp
Are there C Conferences?132 (12/9/2011 9:14:25 PM) comp.lang.c Many programming languages, such as Scheme, D or Ada have scientific conferences. How about C? Are there any C-specific conferences? Are there any other conferences where there are talks about C? Philipp ... Philipp
The Rabbits1536 (10/6/2011 8:49:45 PM) comp.arch.embedded Are the Rabbits (Rabbit 2000 / 3000 / 3000A / 4000 / 5000 / 6000) still common in embedded systems? Do you happen to know if they tend to be chosen for new projects? If yes, which of the Rabbits are the most po... Philipp
Benchmarking C compilers for embedded systems2134 (9/19/2011 5:43:59 PM) comp.arch.embedded I'd like to compare C compilers targetting embedded systems - the kind that only have a few KB of RAM, etc. However there seems to be a lack of software I could use. Waht I'm looking for should be free, writte... Philipp
Embedded C050 (9/3/2011 9:47:28 AM) comp.lang.c How widespread is support for N1169 or parts thereof? I know e.g. that sdcc does for some targets support all or most of the features mentioned there (e.g. fixed-point arithmetic and I/O), but does so in a way ... Philipp
Characters above 0x7f and symbols146 (8/13/2011 9:07:54 AM) comp.lang.scheme It seems to me that scheme implementations have to allow arbitray characters in identifiers, at least via inline hex escapes (page 6 of the current r7rs draft). On the other hand they are allowed to only suppo... Philipp
_Bool bitfields and cast / assignment5242 (6/14/2010 9:33:37 AM) comp.lang.c Verse 1407: "A bit-field is interpreted as a signed or unsigned integer
type consisting of the specified number of bits."
Does this mean that when assigning a value to a _Bool bitfield of width
1 it is cas... Philipp
Storage class specifier for function parameter4138 (5/19/2010 12:33:06 PM) comp.lang.c Assume I have declared a function as follows:
void f(register int x);
does the storage clas specifier matter? I.e. does it have to be in all
declarations of the function?
Would it be ok to omit it in ... Philipp
The Rabbits1536 (10/6/2011 8:49:45 PM) comp.arch.embedded Are the Rabbits (Rabbit 2000 / 3000 / 3000A / 4000 / 5000 / 6000) still common in embedded systems? Do you happen to know if they tend to be chosen for new projects? If yes, which of the Rabbits are the most po... pkk16(74)
Memory footprint of a structure of structures2520 (11/23/2011 11:00:48 AM) comp.lang.c Hi, I have a (big) structure, which contains other structures with (sometimes) big buffers. Something like : #define BUF_SIZE 65536 #define BUF_SIZE2 32768 typedef struct { unsigned char buffer1[BUF_SIZE]... jhautbois(4)
template metaprogramming in C?4536 (3/24/2012 11:57:11 AM) comp.lang.c What are your thoughts on adding a standard form of proper template metaprogramming to the C programming language? Thanks in advance, Rui Maciel ... rui.maciel(1761)
does 0<(unsigned short)0x8000 hold?1334 (3/27/2012 2:32:38 PM) comp.lang.c I just tested my code for portability problems on systems where int is 16-bit, and found one such system where #include int main(void) { printf("%d\n", 0<(unsigned short)0x8000 ); retu... fgrieu(251)
syntax for asm in sdcc #2653 (6/8/2012 3:50:18 PM) comp.arch.embedded I need to use the sdcc compiler in an IDE. I have about 16K of ASM51 code
that I need to compile with sdcc so that I can use the source in the debug
pane. The IDE only shows dissambly (with label numbers) unl... greenwick(6)
Most portable compiler: llvl llc or pcc or gcc rtl?2534 (10/9/2012 12:39:02 PM) comp.lang.c After reading about The history of Unix, portable c compiler, pcc contributed to the dominance of C over other languages because it is available
quickly and cheaply, while maintaining reasonable performance.
... othmana1(6)
Where to move for an embedded software engineer.1951 (12/10/2012 1:04:02 AM) comp.arch.fpga I assume the bay area is number one for embedded software engineers,
but where else are the big markets, as companies run from califoria taxes.
Denver, CO - Does big population mean high tech?
Phoenix, AZ ... notaclue(2)
How to get rid of CID TrueType fonts?24 (5/21/2013 7:08:01 PM) comp.text.tex pdflatex produces a .pdf file, which contains CID TrueType fonts. I need
to get rid of them. I can run the pdf trhough pdftops followed by ps2df,
but then I loose all the hyperlinks, the author informarmation... pkk16(74)