|
[2010-06-17] 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. Once the connector/C is installed (instructions on how to do this can be found here), you can add a connection to a mysql database to any C program with ease.
[2010-06-04] 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.
|