Forum Discussion
3 years ago
"LadyOracle;c-18158719" wrote:
> @SkipInkling said:
> Your options imply that Sim 5 wouldn't have the same problems.
It might not - a lot of Sims 4 issues come from being a rebuilt multiplayer game. Sims 5 is rumored to be on the Unreal Engine, which is way better then whatever Sims 4 is on - and cobbled together with.
If they can't fix Sims 4 on their own engine, how is going on Unreal going to be any different? Unreal is beautiful by way of graphics, and hard as heck to learn. It sounds like a big mess imo.
Anyone else here understand this?:
#include
using namespace std;
int main()
{
cout << "Hello C++" << endl;
system("PAUSE");
return 0;
}