c

0

Unsafe Functions In C And Their Safer Replacements: Strings Part II

http://www.safercode.com

Last time, we advised you to use ditch the unsafe functions like strcpy and strcat, and use their safer replacements (strlcpy, strlcat) instead. However, there is a small problem with this that you might discover that your compiler (especially gcc) does not have these functions in their implementation of the c library (libc). Why is this so?

Read more »
serdar's picture
Created by serdar 15 years 6 weeks ago – Made popular 15 years 6 weeks ago
Category: High End   Tags:
0

whefs: an embedded filesystem library for C

http://fossil.wanderinghorse.net

When i started googling for an embedded filesystem library (something like sqlite, but for a filesystem instead of a database), i came up pretty empty handed. The vast majority of the projects are commercial and the open source ones operate at a different level than i was looking for.

So i started coding...

Read more »
sgbeal's picture
Created by sgbeal 15 years 14 weeks ago – Made popular 15 years 14 weeks ago
Category: High End   Tags:
0

Emacs as a debugger

http://codeandcode.blogspot.com

"Emacs is a beast of many, many faces. No one can really understand the whole thing. There are so many packages, so many functions, so many details… but this post is simple, really: it’s about using Emacs as a debugger for your C/C++ programs..."

Read more »
can.axis's picture
Created by can.axis 15 years 16 weeks ago – Made popular 15 years 16 weeks ago
Category: High End   Tags:
0

Second 2008 Edition of Nectarine City Handbook of C Programming Style

http://jfm3-repl.blogspot.com

"This is the second edition of the Nectarine City Handbook of C Programming Style. It comes pretty soon after the first, but is mostly new material rather than corrections of the first edition..."

Read more »
can.axis's picture
Created by can.axis 15 years 17 weeks ago – Made popular 15 years 17 weeks ago
Category: High End   Tags:
0

Nectarine City Handbook of C Programming Style

http://jfm3-repl.blogspot.com

"For nearly every company or group I've worked for, I have written a programming style guide. I've spent some time re-thinking all of these old style guides, and have written a new one, the Nectarine City Handbook of C Programming Style..."

Read more »
can.axis's picture
Created by can.axis 15 years 20 weeks ago – Made popular 15 years 20 weeks ago
Category: High End   Tags:
0

We are looking for hackers!

http://planet.gnu.org

"If you want to contribute to the free software movement with time, please take a look below :) ..."

Read more »
can.axis's picture
Created by can.axis 15 years 22 weeks ago – Made popular 15 years 22 weeks ago
Category: Community   Tags:
0

Compiling C/C++ Code in Ubuntu and Available IDEs

http://tuxarena.blogspot.com

In this article I'll give a few explanations on how to compile software for studying purposes on Linux (and particularly Ubuntu), what are the most common ways, what I consider to be the most effective method and which are the most popular applications to use for programming in those languages.

Read more »
Chris7mas's picture
Created by Chris7mas 15 years 30 weeks ago – Made popular 15 years 30 weeks ago
Category: End User   Tags:
0

Antiweb4: A Next Generation Webserver

http://pxpippen.blogspot.com

"Antiweb4 is a webserver written in Common Lisp, C, and Perl by Doug Hoyte and Hoytech.

Which seems like an interesting twist to me from all the other Common Lisp web servers already out there..."

Read more »
can.axis's picture
Created by can.axis 15 years 36 weeks ago – Made popular 15 years 36 weeks ago
Category: High End   Tags:
0

Talk at MPI Cologne: Emacs in Scientific Research

http://www.davids-world.com

"I'm giving a talk at the Max Planck Institute for Neurological Research in Cologne on Monday 3 August, 1.30-3pm. Here's the abstract: Emacs in Scientific Research ..."

Read more »
0

Ctalk Version 0.0.62a, an Object Oriented Dialect of C for GNU C, Released

http://www.ctalklang.org

This is the release announcement of Ctalk 0.0.62a. Ctalk is an object oriented dialect of C for GNU C. Although early in its development, the language already offers many advanced programming features.

The Ctalk Home Page: http://www.ctalklang.org/ contains releases, language reference and tutorial, discussion forums, and sample programs.

Read more »
ctalk's picture
Created by ctalk 15 years 40 weeks ago – Made popular 15 years 40 weeks ago
Category: High End   Tags:
0

GNU Compiler Collection 4.3: greater precision and improved performance

http://www.heise.de

"The GCC team has released Version 4.3.0 of its GNU Compiler Collection. [...] The C++ standard library (libstdc++) has been given new classes for parallel data processing [...] The developers have also incorporated parts of the future ISO C++ standard..."

Read more »
can.axis's picture
Created by can.axis 16 years 5 weeks ago – Made popular 16 years 5 weeks ago
Category: High End   Tags:
0

All the C you need to know for GTK+

http://www.freesoftwaremagazine.com

If you want to develop applications with GTK+, a graphical toolkit used by the GNOME desktop environment, it is essential that you are comfortable with the C programming language. This article is meant to give you a short refresher on the basics of C that you will need to know when developing GTK+ applications.

Read more »
dave's picture
Created by dave 16 years 9 weeks ago – Made popular 16 years 8 weeks ago
Category: High End   Tags:

Best karma users