On Mon, 6 Sep 2004, Li Shishan wrote: > My test program is coded by C, but my normal project was coded by C++; > > If actually there requrie the C++ runtime library , Can you have any other method for it . > > because the C++ runtime library very huge, my flash is limited. That's the disadvantage of using C++: it needs a large runtime. You can work around it by building your own stripped libstdc++, that includes only the stuff you really need. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds