Okay, were do I start. I guess first would be that I am a complete n00b when it comes to programming and anything that relates to it.
Secondly, I got Visual C++ 2005 Express Edition just to try and get my feet wet when it comes to programming and all the stuff that goes into it.
What I figured would be a good starting point would be trying to compile source engines from what are already complete working packages. I could then go in and play around with the source code and see what different things do and recompile again. However, my newbieness pours out of me and I can't even figure out how to make the stuff compile.
I load up the project files into VC++ and thought it would be as simple as clicking on the 'build ezquake' button and it would do it's thing and I would have a freshly made .exe dumped onto my hdd. Well, things didn't go so well and instead I ended up with 150 errors and warnings telling me I'm an idiot.
So, this gets to my main point. Can any of you REAL programmers give someone like me a walkthrough on how to compile an engine source such as EzQuake or Qrack? Am I missing files? Do I need to download other stuff outside of the main source .zip file? I am completely lost and need some direction. I do realize that learning C++ is not something I will pick up in a week, but I really would like to dive into it and see if it's something that I can learn in time.
Thanks!
--
geto
Secondly, I got Visual C++ 2005 Express Edition just to try and get my feet wet when it comes to programming and all the stuff that goes into it.
What I figured would be a good starting point would be trying to compile source engines from what are already complete working packages. I could then go in and play around with the source code and see what different things do and recompile again. However, my newbieness pours out of me and I can't even figure out how to make the stuff compile.
I load up the project files into VC++ and thought it would be as simple as clicking on the 'build ezquake' button and it would do it's thing and I would have a freshly made .exe dumped onto my hdd. Well, things didn't go so well and instead I ended up with 150 errors and warnings telling me I'm an idiot.
So, this gets to my main point. Can any of you REAL programmers give someone like me a walkthrough on how to compile an engine source such as EzQuake or Qrack? Am I missing files? Do I need to download other stuff outside of the main source .zip file? I am completely lost and need some direction. I do realize that learning C++ is not something I will pick up in a week, but I really would like to dive into it and see if it's something that I can learn in time.
Thanks!
--
geto
Comment