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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -