Advanced Lua- Part III
Part three of the Advanced Lua tutorials. Shows how Lua can be used in other languages such as C or C++. Written by KYA at TheCodeCube - IT Community
Tweet 0 CommentsSave Tags: c-and-cpp, how-to, other languages, usability
Eclipse and Rational Software Delivery Platform Architecture Management version 7.x product comparison
The following table provides a product comparison of the features and functions of the Architecture Management version 7.x family of products... more »
Tweet 0 CommentsSave Tags: c-and-cpp, eclipse, java, reviews
Left-Truncatable Primes
Yesterday somebody asked me how a function to calculate the nth left-truncatable prime might look in F# for comparison against a C++ implementation,... more »
Tweet 0 CommentsSave Tags: .net, c-and-cpp, how-to, other languages
Java's Closures Debate for C++ Eyes
Years ago Sun described Microsoft's delegate extension proposal for Java as: Many of the advantages claimed for Visual J++ delegates -- type... more »
Tweet 0 CommentsSave Tags: c-and-cpp, java, opinion
Is modern C++ becoming more prevalent?
When I first learned C++ 6-7 years ago, what I learned was basically "C with Classes". std::vector was definitely an advanced topic, something you... more »
Tweet 0 CommentsSave Tags: c-and-cpp, opinion