Skip to main content
Post Closed as "Needs details or clarity" by gnat, CommunityBot, Wayne Molina, Ampt
formatting, personal stuff cleanup
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 310

If I create a game in C++ on a mac using a library which is the same for both windows and osx, will the game be playable on both windows and os x or it will only work in os x because I done it in Xcode? Is

Is SDL a great library to do your first game after learning the basics and syntax of C++  (I found syntax to be close to javaJava)

Thanks?

If I create a game in C++ on a mac using a library which is the same for both windows and osx, will the game be playable on both windows and os x or it will only work in os x because I done it in Xcode? Is SDL a great library to do your first game after learning the basics and syntax of C++(I found syntax to be close to java)

Thanks

If I create a game in C++ on a mac using a library which is the same for both windows and osx, will the game be playable on both windows and os x or it will only work in os x because I done it in Xcode?

Is SDL a great library to do your first game after learning the basics and syntax of C++  (I found syntax to be close to Java)?

fix spelling
Link
Kilian Foth
  • 111k
  • 45
  • 302
  • 323

IS C++ a cross paltform-platform language?

Source Link
user3473184
  • 71
  • 1
  • 1
  • 3

IS C++ a cross paltform language?

If I create a game in C++ on a mac using a library which is the same for both windows and osx, will the game be playable on both windows and os x or it will only work in os x because I done it in Xcode? Is SDL a great library to do your first game after learning the basics and syntax of C++(I found syntax to be close to java)

Thanks