Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!news From: mcdougal@cs.uchicago.edu Newsgroups: comp.lang.c++ Subject: form() is broken Message-ID: <1991May5.161553.14253@midway.uchicago.edu> Date: 5 May 91 16:15:53 GMT Sender: news@midway.uchicago.edu (NewsMistress) Distribution: usa Organization: U. of Chicago AI Lab Lines: 13 The form function in C++, i.e.: cout << form(,) ; seems to be broken. Let p be a pointer to a vector of floats. cout << p[1]; // this works cout << form("%f",p[1]) ; // IOT Trap (Core dumped) Supposedly we have the latest compiler from AT&T. Is this a know problem? -Tom