Posts by wishdream@gamemaking.social
(DIR) Post #1496017 by wishdream@gamemaking.social
2018-11-26T06:56:33Z
0 likes, 0 repeats
So I'm learning C++ coming from C#. Good to know that C++ and C# aren't that much different.Just need to get used to the fact I need to configure a compiler, headers are pretty much where you declare stuff, and cross-compiling is thing I need to do to compile between systems.Also makefiles.Wow, just a lot of things to setup before actual coding huh.