Hey,
so i have 3 questions would like to have answer ASAP if u can :D ty
1.im using visual studio 2015 , and im write in C/C++.
how can i develop apps for iphone or galaxy(android)?
do i need any special lib for that or different program than VS2015?
2.as i said i write in C/C++ with VS2015
there is any good/recommended libs that i can use to develop 2D/3D games?
3.what the meaning of create your own game engine? what game engine means?
1. If you want to develop for Iphone, you will have to use a mac, and either objective-c or swift, not c/c++. For android, you can kinda use c++, java is probably better for that, and you will need the android SDK.
2. For 2D Games, I would recommend SFML, I've used it and it's great and it's full c++. If you want a library written in C you have SDL. For 3D, There is directX and OpenGL. You can use google to see the differences.
3. This question has been answered a million times, use google.
Edit: You should learn how to use google, it will really save you time.
i tried to searched it on google but i got so many different answers so i figured it out that here ill get best unique answer that help me.
1. android SDK is unique software or it is something that i can attach to VS2015
2.ty
3.if u can explain me again please it will be helpful. if not ty anyway.
i tried to searched it on google but i got so many different answers so i figured it out that here ill get best unique answer that help me.
You won't get a unique answer. This question has been asked like twice this week already. But, here is a 65 video playlist of a guy on youtube Creating a small 2D Engine, and even making a game using it, you can learn a lot from him - https://www.youtube.com/playlist?list=PLSPw4ASQYyymu3PfG9gxywSPghnSMiOAW
Edit: There are already great free game engines you can use so you can use one and get a good idea of what it can be. Try Unity 3D or Unreal engine 4.
i know i said last question but
i have 2 more :S sorry for that xD
with SFML i can design an APP? or ill need to know another graphic lib to design graphic for an phone app?
2. u sent me link for website of android developer and they say there that i need to download Android Studio i searched there but didnt found an answer i can program there with C++ or their own lang?
I havent programmed android apps or any kind of apps for that matter so Im not very knowing in this area, but from what Ive read many recommend using Java instead of c++ because not all android features support c++.
Edit: For graphics in android, You should use openGL. You can combine openGL and SFML since openGL is only a rendering API.
But really, you shouldnt be worrying about android development right now, you're far away from that. Learn the basics first. Learn sfml, create a small game such as Space invaders. Then you can use openGL and sfml together, learn opengl, this website is great for that - http://learnopengl.com/