Subj : Re: multiple size text To : borland.public.cpp.borlandcpp From : "J P Sarte" Date : Mon Jul 28 2003 11:38 pm outtextxy(...) or outtext(...) RTF BGI M " Rob C." wrote in message news:3f257a2d$1@newsgroups.borland.com... > > In the past two months I've learned some really incredible things on Borland C++, and I owe it all to you people. My deepest thanks! > > I've written a multiple size text program base upon the \BC5\BGI\bgidemo.c program, which for brevity is not shown here. "bgidemo.c" calls this module. > > The below module is defined as extern "C" void color1(void); > > Target = Application > Platform = DOS standard > BGI is checked > > My question is, now I want to print additional text on the screen with this function, but puttext(); doesn't work > cprintf(); doesn't work > puts(); doesn't work .