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
Post a Comment