Sorry for necroposting, but torrent link is not working anymore, is there any chance to make it work again?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: Blizzard on August 17, 2016, 01:43:28 pm
We're also using Lua at work. I put together a pretty good library that makes connecting functions and exposing C++ classes to Lua a breeze.
QuoteC++11 and C++14 are cool, but I'm staying away from them for now, because multi-platform can be a bitch if C++11/14 features are not supported by a compiler. Since our multi-platform requirement is top priority, we have to live with it. I want lambdas so badly that I made a special piece of code recently that allows you to create classes within functions (which is allowed, but functions within functions is not) so I can use some pseudo lambda expressions. xD
Quote from: KK20 on August 16, 2016, 10:11:07 pm
Hey, 'sup. How much C++ experience do you have? How about Ruby? And what project(s) have/will you do/done?
I'm almost 20 now. Started to code for real almost 3 years ago, however I had a lot of other experiences involving programming in the past including writing some simple RGSS code for my RPG Maker XP games, using Gosu library (to create very simple games) and working on World of Warcraft emulators like Mangos and Trinity (at that time I was mostly working on databases using SQL because had no knowledge of C++).Quote from: Blizzard on August 17, 2016, 01:47:48 am
I have quite some C++ experience under my belt so feel free to ask anything you want to know here .
