X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: slaadmooder AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: C++ And TDD/ C++ programming on Android/ String Calculator Kata in C++/ C++and OpenGL on Android with the NDK/c++ Convert Integers to Roman Numerals Date: Fri, 22 Jun 2012 13:15:46 -0700 (PDT) Organization: http://groups.google.com Lines: 31 Message-ID: <36577378-5d25-4a16-86d4-6cef6e3e35d4@googlegroups.com> NNTP-Posting-Host: 105.136.144.55 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1340396147 4822 127.0.0.1 (22 Jun 2012 20:15:47 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 22 Jun 2012 20:15:47 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.136.144.55; posting-account=kRxmKwoAAADxjYS97o787sNRPRtbrW-p User-Agent: G2/1.0 Bytes: 2209 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q5MKU2NI030739 Reply-To: djgpp AT delorie DOT com - C++and OpenGL on Android with the NDK Ian presents how to use the Android NDK to program in C++ with STL. The presentation was given about a week before NDK-r5 came out so the parts about using a modified tool-chain are outdated DOWNLOAD http://hitfile.net/aL1K -C++ programming on Android Android is a Java-centric mobile operating system built on top of Linux. For those times when the Android API doesn't do what you want, or doesn't do it fast enough, you can always get down-and-dirty with C/C++. The author discusses the hows and whys of so-called "native" programming in Android and shows some examples DOWNLOAD http://hitfile.net/ABw3 -String Calculator Kata in C++ Create a simple String calculator DOWNLOAD http://hitfile.net/vA5q -C++ And TDD video TDD in C++ using the Eclipse CDT and CppUTest. DOWNLOAD http://hitfile.net/R41w -C++ Convert Integers to Roman Numerals This tutorial will show how to create a C++ console application that will convert any integer into a roman numeral. DOWNLOAD http://hitfile.net/cAVz