c++ - expected primary-expression before '<<' token -


Anyone can explain this error, I do not understand why to get it.

  310: 32: error: expected primary-expression '& lt; & lt; & gt; Token   

In this line of code.

cout & lt; & Lt; "Name:" & lt; & Lt; Setup (22) & lt; & Lt; Profile [x] .name & lt; & Lt; You forgot to add the following at the beginning of your file:

  #include & lt; Iostream & gt; # Include & lt; iomanip & gt; Using std :: cout; using std :: endl; Using std :: setw;    

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -