hai guys .. is there threading in c....... or can we execute two thing in same time... like in a game
----- Original Message ---- From: Victor A. Wagner Jr. <[EMAIL PROTECTED]> To: [email protected]; [email protected] Sent: Monday, January 8, 2007 5:29:04 PM Subject: Re: [c-prog] String class??? At 21:07 2007-01-07, t_u.l_i_p wrote: >i want to know that how does c++'s string class differ from c string >class??? or c++ have the same string class od c?? >and as in c++ there is a char* (a pointer type character) then why >does c++ have a string class??? wat advantage this string class in c++ >have over char* pointer typw character??? there are three 1) you don't have to do any memory allocation 2) you don't have to do any memory allocation 3) you don't have to do any memory allocation get a book on the standard C++ Librrary, like "The Stancard C++ Library" by Josuttis and read about std::string >Regards > > > >To unsubscribe, send a blank message to ><mailto:c-prog-unsubscribe@ yahoogroups. com>. >Yahoo! Groups Links > > > Victor A. Wagner Jr. http://rudbek. com The five most dangerous words in the English language: "There oughta be a law" __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
