Article

Article

Learn Kernel Bootcamp - Part 1 has started

hi friends

The much awaited session Learn Kernel Bootcamp - Part 1 has started and the contents or step-by-step instructions to compile & install the Plain Vanilla Linux Kernel 2.6 is available at:

http://www.c4swimmers.net/wiki/mediawiki-1.6.10/index.php?title=LearnKernelBootcamp_Part1

or Visit http://wiki.c4swimmers.net and click on "Learn Kernel Bootcamp - Part 1".

Your feedback is always welcome about the session that helps us to improve our further sessions:

Never mix malloc with delete OR new with free

Never mix malloc with delete OR new with free as the outcome will be undefined behavior. It is not a good programming practice.

Let's look at the two undefined behavior due to the mixed usage of malloc with delete OR new with free and learn how to overcome it:

* malloc with delete (attached mallocdel.cpp) - In this case, memory is allocated with malloc and it is freed using delete or delete[].

Represented C4Swimmers at YahooGroups Moderators Union 2008 Event held in Bangalore

Yahoo! (read it aloud).

I'm Nanda Kishor, Group Owner of one of the largest & active C/C++ Programming Group (c4swimmers@yahoogroups.com) attended the Moderators Union 2008 organized by Yahoo! India along with the TWO moderators of my group - Pradeep & Alok.
Yahoo! Groups Moderators Union

Represented C4Swimmers at Moderators Union 2008 Event held in Bangalore

Yahoo! (read it aloud).

I'm Nanda Kishor, Group Owner of one of the largest & active C/C++ Programming Group (c4swimmers@yahoogroups.com) attended the Moderators Union 2008 organized by Yahoo! India along with the TWO moderators of my group - Pradeep & Alok.
Yahoo! Groups Moderators Union

(Download) A Flash-based audio-visual seminar - Thinking in C

A Flash-based audio-visual seminar to introduce you to the fundamentals of the C language which will help you move on to C-based languages like C++, Java and C#. This seminar was formerly delivered on the CD-ROM bound into the 2nd and 3rd editions of Thinking in Java, and the 2nd edition, Volume 1 of Thinking in C++.

This is the release candidate and will be the final version unless bugs are discovered. This also tests the new download server configuration.

This version makes some small changes to simplify and improve usability.

Syndicate content