1
Programming / Re: Starting with creating roguelike-something (C++)
« on: May 26, 2015, 04:58:38 PM »I suggest you look at BearLibTerminal, I specificly designed it to have a cleaner set of functions and to be simple to link against.I will try this library. Thanks But linking is something i can not understand. Can you tell me how to do it?
Microsoft Visual Studio is free and it is one of the best IDEs. Probably, the best one under Windows.Will try too:)
I think trying to start with python is a good advice. C++ is not a best choice for starting out unless you have some kind of aptitude to it or thorough IT education. Python might easily become a better time investment.I will consider this. I'm simple afraid of too many things that must remember in two languages.
P.S. Tried to add BearLibTerminal.h in visual studio with #include "BearLibTerminal.h" (before i copied this lib do folder header files in visual studio. But have error:
1>c:\users\nevermind\documents\visual studio 2015\projects\unlimited\unlimited\bearlibterminal.h(394): error C4996: '_vsnwprintf': This function or variable may be unsafe. Consider using _vsnwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
P.S. 2 I've decided to learn Python. For now I'm wrinting in cmd as shown in this tutorial: https://docs.python.org/2/contents.html
For now it's ok Later I'm gonna add libtcod (again :/) to this language as shown in: http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod Maybe I'll acquire some skills.