For example std::cout << "Pointless text" << func();
In the particular one I'm doing, it's printing the output for the function, before it prints the "pointless text". I'll figure it out. Somehow. > > Are you asking about operator precedence in C++? And for the example, do > you mean: > > cout << func(); > > ? > > Regards, Dustin > > > --- > Dustin Puryear <[EMAIL PROTECTED]> > UNIX and Network Consultant > http://members.telocity.com/~dpuryear > PGP Key available at http://www.us.pgp.net > In the beginning the Universe was created. > This has been widely regarded as a bad move. - Douglas Adams > > > _______________________________________________ > General mailing list > [email protected] > http://brlug.net/mailman/listinfo/general_brlug.net
