Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What should I use for coding C++ on a Mac and Windows?

A group of students and I are making a C++ game, but they have Windows and I have a Mac is there something we can use to share code between the systems?

I know Eclipse will work but I get Unresolved conclusion: <iostream> as an error. If anyone can help with that it would be great.

like image 718
Chris Jones Avatar asked Dec 10 '25 19:12

Chris Jones


1 Answers

If you want something to actually "share the code" with, I would recommend git using github as the remote location. Its free and easy to use.

If your question is about the code not working, make sure you have X11 configured properly, and have the Eclipse C++ plugin installed.

And I would also recommend using XCode as your editor instead of Eclipse. It has a much better environment for C++, IMHO.

Hope this helps.

like image 189
Jon Egeland Avatar answered Dec 13 '25 10:12

Jon Egeland



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!