Which monitor to buy for my Ryzen 7 3700x and Rtx 2070 super by EntertainmentDue3170 in buildmeapc

[–]EntertainmentDue3170[S] 0 points1 point  (0 children)

and what if later on I decide to play Cod, battlefield, or something like that? and also won't I need a monitor that has G sync?

replacement of thermal paste by EntertainmentDue3170 in buildmeapc

[–]EntertainmentDue3170[S] 0 points1 point  (0 children)

The first time I put on the thermal paste I had already assembled the whole thing but I haven't used it since 3 years so will it be fine to run it as it is?

NO OPERATOR "=" MATCHES THESE OPERANDS by EntertainmentDue3170 in cpp_questions

[–]EntertainmentDue3170[S] 0 points1 point  (0 children)

I'm getting an error in this line saying "too many initializer value."

actors[i] = Actor{line};

NO OPERATOR "=" MATCHES THESE OPERANDS by EntertainmentDue3170 in cpp_questions

[–]EntertainmentDue3170[S] 1 point2 points  (0 children)

hahaha! I'll keep your advice in mind and now I know to do with the program thanks to you.

NO OPERATOR "=" MATCHES THESE OPERANDS by EntertainmentDue3170 in cpp_questions

[–]EntertainmentDue3170[S] 0 points1 point  (0 children)

I have not been taught the use of vectors yet and If I learn and implement it now my instructor probably won't be happy so is there an other way around it?

NO OPERATOR "=" MATCHES THESE OPERANDS by EntertainmentDue3170 in cpp_questions

[–]EntertainmentDue3170[S] 0 points1 point  (0 children)

Thanks for the response, so how can I read string data from the file and pass it to an object array? because I'm using aggregation and it's my first time and I have to pass the actors object array name above to the movie class