CProgrammingTrends.com Click Here to goto iEntry
 
Free Newsletters
Part of the iEntry Network
over 4 million subscribers
CProgramming
ColdFusionPro
DesignNewz

Send me relevant info on products and services.




Newsletter Archive: 2010

Perl In C Part 1
Perl, which is an extremely flexible and fluid language, in itself written in C, and as such it is easy to incorporate it into your own programs. This is not always necessary for most programs, as it is easy to call a Perl program in its own process by using popen.

Date: 2010-07-29


Let's Get Virtual, Virtual...
Even though I have used virtual functions in the past, I never really understood them. They always seemed just beyond the realm of what I believed I could do with a strict typing language like C++. Of course, I had just a vague grasp on polymorphism at the time.

Date: 2010-07-15


C Style Coding
My very first computer science teacher in college taught me C++. Starting with "Hello World" and going through structs, classes, and pointers, she showed me how to make computers dance with a few simple commands. Imagine my surprise when I turned in a program, only to find I had lost points for using the conditional operator.

Date: 2010-07-01


MySQL In C
Many languages include the ability to connect to a database and utilize the information stored within. For those that don't have these abilities automatically, there are different varieties of MySQL connectors available for installation. The version for C is the connector/C.

Date: 2010-06-17


GCC Allowing C++ Code
For years, we have been using the gcc compiler to build our source code into executable programs, so you're probably asking yourselves what the big deal is. The big deal is that for the first time ever, C++ code will be used to /write/ the gcc compiler, which has always been written in C and nothing but.

Date: 2010-06-04


Dissecting Duff's Device
One of the most confusing pieces of code I have ever had a chance to look at is Duff's Device. At first glance, it seems that your compiler would laugh at you for attempting such a feat. For those of you who haven't yet been introduced to this programming marvel, I suggest you sit down before reading on.

Date: 2010-05-20


To Switch, Or Not To Switch
When it comes to making selections in C programming, the obvious first choice of most programmers is the if,else combination. This can become a hassle when there are multiple choices with different or similar outcomes. A simple example of this is outputting the number of days in a month.

Date: 2010-05-07


New Apple Rules Support Objective-C, C, C++
As anyone who's gone near an Apple store on the day a new product's released must know, there's a sizable segment of the population that more or less worships the company's products. It's interesting - and possibly rather important - that Apple has signaled its approval of Objective-C, C, and C++, then.

Date: 2010-04-22


C Returns To Top Of Tiobe Index
C fans, your time has come (again). After four arguably long years, the C programming language has made it back to the top of the Tiobe Programming Language index, scoring the number one spot for April of 2010.

Date: 2010-04-08


Palm Nods To C, C++ With Plug-in Development Kit
By all accounts, mobile is the future. Companies of all sorts are making iPhone apps, Google's investing millions in its Android operating system, and Microsoft is developing the Windows Phone 7 Series. So C programmers should be happy to hear that Palm has made room for them in its mobile strategy.

Date: 2010-03-26


Using C++ To Clean Up Your CSS Files
A few weeks back i found out that the method I use to minify CSS was about 5% more efficient than the YUI Compressor. I tweeted about it and was encouraged to post the code that does the actual minification.

Date: 2010-03-04


C++/Java Arguments Written Off
When shopping for a new vehicle (or just keeping up on the latest developments), car guys will pore over performance stats, looking closely at acceleration times, skidpad numbers, and top speeds. But in real life, these details might not matter, and one expert recently argued that comparisons between C++ and Java are similarly pointless.

Date: 2010-02-18


Facebook's HipHop Announcement Puts C++ In The Spotlight
About three months ago, we discussed the fact that C# and C++ had been declared a couple of Microsoft's favorite languages. Now, C++ has also gotten a sort of nod from Facebook as the social network unveiled something called HipHop for PHP.

Date: 2010-02-04


C, C++ Tests Posing Real Challenge To Programmer
The tests that students must take on a routine basis are no fun, and leaving them behind is perhaps of the nicer things about becoming an adult. Still, there's no denying that exams can effectively separate people who know stuff from folks who just fake it, and unfortunately, it seems that the C and C++ programming communities haven't done too well on a certain two tests.

Date: 2010-01-21


In C++, We Don't Write Our Bugs, We Inherit Them
Inheritance is one of the concepts on C++ that is difficult to understand and frustrating to track down bugs. Inheritance is when you create a new derived class from a base class.

Date: 2010-01-07


2009 Archive

2008 Archive

2007 Archive

2006 Archive

2005 Archive
Previous Year | Submit Article | Advertising Information | About Us | Contact

C Programming Trends is an iEntry, Inc.® publication - 2010 All Rights Reserved  Privacy Policy and Legal