I’m new to network programming. This is probably a stupid question, would it be okay for my server to be in C++ for my iOS application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iOS does not care what your server is programmed with. You can use whatever you feel comfortable with. Remember, you aren’t going to be sending executable code to the server – you are just going to be sending requests and the server will send a response.