C4Swimmers Newsletter  

Blogs

Search Engine on C Programming

Search for C/C++/Unix Programming related information.
<!-- Google CSE Search Box Begins -->



<!-- Google CSE Search Box Ends -->

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:

Huge collection of Indian C/C++ Programming websites

Huge collection of Indian C/C++ Programming websites

Looking for an Indian C/C++ Programming website? Our collection of Indian C/C++ related websites is for all ... So we put together our favorite Indian C/C++ links on this website for others to...

Moreover I just want to make collection of all Indian C/C++ programming websites here. So please help me by posting the Indian C/C++ links that you're aware. All you've to do is just respond to this message post by suggesting the useful link...

Thanks in advance,

Regards,
Webmaster of www.c4swimmers.net and

(Tutorial) Csharp (C#) Tutorial

Csharp (C#) Tutorial

This csharp tutorial ( C# tutorial) is intended for beginners who want to learn C# programming.

If you and want jump coding, and you have the compiler for Charp (C# ) installed in your computer, skip this introduction and go directly to next page. Otherwise go ahead and read on.

INTRODUCTION

(Article) Tag Parsing C++

Tag Parsing C++

The tag parser is used in Visual Studio 2010 to populate the SQL database that supersedes the NCB file. All of the browsing features of VC++ rely in some way on results provided by the tag parser. These include Class View, Call Hierarchy, Go To Definition/Declaration, Get All References, Quick Search, the Navigation Bar and VCCodeModel.

(Video) A Brief History of Software

Video : Michael Lopp, "A Brief History of Software"

Description :
Michael Lopp (Rands in Repose) "A Brief History of Software"

(Video) Applying Open Source Principles to Federal Government

Video : Applying Open Source Principles to Federal Government

Description :
Gunnar Hellekson (Red Hat Government), "Applying Open Source Principles to Federal Government"

(Video) O'Reilly Webcast: An Introduction to Hadoop

in

Video : O'Reilly Webcast: An Introduction to Hadoop

Description :
In this webcast, Cloudera founder Christophe Bisciglia and O'Reilly author Tom White will provide an introduction to Hadoop/MapReduce, the open source project that allows organizations to process, store and analyze massive application datasets.

(Info) Intellisense and Browsing with C++0x

Intellisense and Browsing with C++0x

What is C++0x??
C++0x is the name for the next version of the C++ Programming Language Standard. For VC 10, the C++ 0x features that have been implemented in the compiler so far are “auto”, “lambdas”, “rvalue references”, “decltype”, “nullptr” and “static_assert”.

Details about these can be read from:
· Lambda-auto-static_assert
· Rvalue-reference
· Decltype

(Info) Windows 7 API Code Pack for .NET

Windows 7 API Code Pack for .NET

The next version of Windows is only a few months away and Vista will then be consigned to the same shelf as Windows ME. Prices have recently been announced for some of the Windows 7 versions. MSDN subscribers of course have had access to the Release candidate for some time.

(Source Code ) Atari 7800 Console Games Source Code

Atari 7800 PacmanAs it's July 4th here's something slightly off-topic. Back in the early 1980s, Atari ruled the roost in video games. They'd started in 1972 and Pong was the first creation followed the by the Atari VCS console (aka 2600). For a while Atari was the fastest growing company in the US but in 1983 the whole video game market crashed and Atari's consumer division was sold to Jack Tramiel, He was

(How to) How to write a Share Trading Bot in C or C++

How to write a Share Trading Bot in C or C++

To enter the Ongoing Programming Challenge #2 you just have to supply a single source code file called bot.c or bot.cpp. The rest of this article describes how to write it.

(Event) TWO DAY TUTORIAL ON GNU/LINUX Kernel Workshop by IEEE Bangalore

Free Software Movement Karnataka(FSMK)<http://fsmk.org/> in coordination with IEEE Bangalore section, IBM Linux Technology Centre
and BMSCE announces a Linux kernel tutorial.

(Tutorial) Using Multiple Inheritance in C++

Multiple Inheritance in C++

Using multiple inheritance in C++
Deriving directly from more than one class is usually called multiple inheritance. Since it's widely believed that this concept complicates the design and debuggers can have a hard time with it, multiple inheritance can be a controversial topic. However, multiple inheritance is an important feature in C++ and C++ programmers think of it as a very good structuring tool.

To get a taste of this, let's consider the following real world example:

(Tutorial) Managing Database Operations Using ADO And C++

Managing Database Operations Using ADO And C++

Now that we have gone over the basics, described a way to design and create ADO wrapper classes, it is now time for the final phase of creating an ADO manager class that will work on all the concepts we have discussed. Our final goal with this design is to use as little code as possible in running any of the desired SQL operations against the database. Without this ADO manager class, every time we needed to perform some kind of operation we

(Tutorial) Operator Overloading (C++ The Overloading Principle)

Operator Overloading  (C++ The Overloading Principle)

In C++ the overloading principle applies not only to functions, but to operators too. That is, the meaning of operators can be extended from built-in types to user-defined types. In this way a programmer can provide his or her own operator to a class by overloading the built-in operator to perform some specific computation when the operator is used with objects of that class. One question may arise here: is this really useful in real world

(Article) Constructors and Destructors in C++

Constructors and Destructors in C++

Constructor and Destructor Order
The process of creating and deleting objects in C++ is not a trivial task. Every time an instance of a class is created the constructor method is called. The constructor has the same name as the class and it doesn't return any type, while the destructor's name it's defined in the same way, but with a '~' in front:

class String
{

public:

(Tutorial) Writing a C++ Program with the CAPICOM Component to Encrypt and Decrypt Files

Writing a C++ Program with the CAPICOM Component to Encrypt and Decrypt Files

Introduction

(Tips) Understanding DLLs – Building them and Allowing External Calls to their Functions

Understanding DLLs – Building them and Allowing External Calls to their Functions

Introduction

Syndicate content