| About C/C++ |
| Put this feed on your website |
| Description: |
C/C++ |
| Format: |
RSS 1.0 |
| Url: |
http://z.about.com/6/g/cplus/b/index.rdf |
| |
| Latest headlines |
About C/C++
|
Silverlight 2.0 Release Candidate 0 Launched
Mon, 06 Oct 2008 15:52:00 -0500
It's taken a while and it's not quite there yet but Microsoft's Flex Killer - Silverlight 2.0 is nearing release and the first release candidate is now available. Release candidates...
|
Programming Challenge 16 Marked
Sun, 05 Oct 2008 08:53:00 -0500
Congratulations to Aliaksei Sanko from Belarus whose entry solved all 1,000 puzzles in three minutes. the other entrant (there were just two) took about fourteen minutes. Both entries were written...
|
Answer to C game Programming Puzzle
Sat, 04 Oct 2008 03:39:00 -0500
In the C Programming Puzzle, commenters correctly spotted that it was a square root function albeit rather mysterious in how it works. To stop anyone finding it easily by searching...
|
Looking for Cross Platform Game Development Packages
Fri, 03 Oct 2008 17:38:00 -0500
One of the reasons I discover new stuff that gets added to the various code libraries here is that I'm usually looking for something for myself or a reader. Recently...
|
Interesting C Puzzle
Thu, 02 Oct 2008 15:37:00 -0500
What does the following function do?
#include <stdio.h>
float puzzle( float inp )
{
const float ths = 1.5F;
const long k = 21*76069667;
float a, b;
int c;
a = inp *...
|
Apple Scraps the iPhone Developer NDA
Wed, 01 Oct 2008 16:54:00 -0500
A major criticism of Apple was that they had kept the pre-launch NDA for the SDK etc. This was attracting a lot of criticism, authors were able to not write...
|
The iPhone Development Continues
Tue, 30 Sep 2008 17:41:00 -0500
I'm continuing a two pronged attack. First is watching all the videos etc that Apple provide and reading all of the reference material in Xcode. Because Apple is enforcing...
|
Recaptcha - Killing two birds with one stone!
Mon, 29 Sep 2008 17:28:00 -0500
Spammers try to get free email accounts so they can send more spam or add spam comments to some blogs to help promote their website. That's probably the main use...
|
Complexities of Software
Sun, 28 Sep 2008 11:12:00 -0500
For another project I'm on (C++ casual game development), I am installing Netbeans. This is a Sun platform and IDE and includes C/C++ development with GCC/G++ though it's meant for...
|
GTK+ Now avaiilable for Mac
Sat, 27 Sep 2008 04:44:00 -0500
GTK+ is a cross platform toolkit for creating mainly Linux and Unix GUI applications as well as 32 and 64 bit Windows. It was originally for the GIMP ( GNU...
|