Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Queue and Stacks Pin
toxcct6-Apr-06 2:29
toxcct6-Apr-06 2:29 
GeneralRe: Queue and Stacks Pin
KOOOSHA6-Apr-06 4:40
KOOOSHA6-Apr-06 4:40 
GeneralRe: Queue and Stacks Pin
Stephen Hewitt6-Apr-06 14:08
Stephen Hewitt6-Apr-06 14:08 
QuestionRe: Queue and Stacks Pin
David Crow6-Apr-06 3:05
David Crow6-Apr-06 3:05 
AnswerRe: Queue and Stacks Pin
KOOOSHA6-Apr-06 4:34
KOOOSHA6-Apr-06 4:34 
GeneralRe: Queue and Stacks Pin
David Crow6-Apr-06 4:43
David Crow6-Apr-06 4:43 
QuestionProblem in Printing (Laser and DotMatrix printers) Pin
Sarvan AL5-Apr-06 22:43
Sarvan AL5-Apr-06 22:43 
Questionabout " string " " vector " Pin
applechen5-Apr-06 22:31
applechen5-Apr-06 22:31 
I have coded a simple program, as follows:


#include < string >
#include < vector >

using namespace std;

void main ()
{

string word;
vector < string > text;

}


When it is compiled,there are 4 warnings, and I can't solve them, what's wrong?

the warnings are:

D:\C learning\trytry\bbb.cpp(32) : warning C4786: 'std::reverse_iterator,std::allocator > const *,std::basic_string,std::allocator >,std::basic_stringar_traits,std::allocator > const &,std::basic_string,std::allocator > const *,int>' : identifier was truncated to '255' characters in the debug information
D:\C learning\trytry\bbb.cpp(32) : warning C4786: 'std::reverse_iterator,std::allocator > *,std::basic_string,std::allocator >,std::basic_stringits,std::allocator > &,std::basic_string,std::allocator > *,int>' : identifier was truncated to '255' characters in the debug information
d:\program files\microsoft visual studio\vc98\include\vector(39) : warning C4786: 'std::vector,std::allocator >,std::allocator,std::allocator > >
>::vector,std::allocator >,std::allocator,std::allocator > > >' : identifier was truncated to '255' characters in the debug information
d:\program files\microsoft visual studio\vc98\include\vector(60) : warning C4786: 'std::vector,std::allocator >,std::allocator,std::allocator > >
>::~vector,std::allocator >,std::allocator,std::allocator > > >' : identifier was truncated to '255' characters in the debug information


-- modified at 4:33 Thursday 6th April, 2006
AnswerRe: about " string " " vector " Pin
toxcct5-Apr-06 22:38
toxcct5-Apr-06 22:38 
GeneralRe: about &quot; string &quot; &quot; vector &quot; Pin
applechen5-Apr-06 22:52
applechen5-Apr-06 22:52 
GeneralRe: about &quot; string &quot; &quot; vector &quot; Pin
toxcct5-Apr-06 23:00
toxcct5-Apr-06 23:00 
AnswerRe: about " string " " vector " Pin
Cedric Moonen5-Apr-06 23:34
Cedric Moonen5-Apr-06 23:34 
GeneralRe: about " string " " vector " Pin
toxcct5-Apr-06 23:37
toxcct5-Apr-06 23:37 
GeneralRe: about " string " " vector " Pin
Cedric Moonen5-Apr-06 23:51
Cedric Moonen5-Apr-06 23:51 
GeneralRe: about &quot; string &quot; &quot; vector &quot; Pin
toxcct5-Apr-06 23:52
toxcct5-Apr-06 23:52 
GeneralRe: about &quot; string &quot; &quot; vector &quot; Pin
Cedric Moonen5-Apr-06 23:56
Cedric Moonen5-Apr-06 23:56 
GeneralRe: about " string " " vector " Pin
Rob Caldecott5-Apr-06 23:59
Rob Caldecott5-Apr-06 23:59 
GeneralRe: about &quot; string &quot; &quot; vector &quot; Pin
toxcct6-Apr-06 0:16
toxcct6-Apr-06 0:16 
GeneralRe: about " string " " vector " Pin
Rage6-Apr-06 2:03
professionalRage6-Apr-06 2:03 
AnswerRe: about &amp;quot; string &amp;quot; &amp;quot; vector &amp;quot; Pin
Stephen Hewitt6-Apr-06 0:59
Stephen Hewitt6-Apr-06 0:59 
Questionadding items to list box Pin
parichaybp5-Apr-06 22:09
parichaybp5-Apr-06 22:09 
AnswerRe: adding items to list box Pin
Hamid_RT5-Apr-06 22:15
Hamid_RT5-Apr-06 22:15 
AnswerRe: adding items to list box Pin
Hamid_RT5-Apr-06 22:25
Hamid_RT5-Apr-06 22:25 
GeneralRe: adding items to list box Pin
parichaybp5-Apr-06 23:33
parichaybp5-Apr-06 23:33 
GeneralRe: adding items to list box Pin
toxcct5-Apr-06 23:35
toxcct5-Apr-06 23:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.