Starting Game Programming in C++, where to begin for optimal cross-platform development?
        Posted  
        
            by 
                Qasim
            
        on Game Development
        
        See other posts from Game Development
        
            or by Qasim
        
        
        
        Published on 2012-06-16T19:27:58Z
        Indexed on 
            2012/06/16
            21:23 UTC
        
        
        Read the original article
        Hit count: 276
        
I wish to begin learning game development in C++. I have knowledge in syntax and the console using Visual C++ 2010, however I want to begin programming. My only problem is that I want to be able to support many platforms including Windows, Mac OS, and Linux. As I get better, I also hope I can submit games to XBLIG (or XBLA) and Steam, and even the Google Play Store (But that would take some porting and major redesign of controls).
I have looked into c++ and SDL but I have no idea how to get started. I have Visual C++ 2010 installed and I hope I can still use that as other C++ IDEs are quit outdated. Because I want to stick with Visual C++ and SDL (unless there is a better library than SDL), there is not much room for debate but rather how to create projects to support cross-platform development.
© Game Development or respective owner