C4Swimmers Newsletter  

Tutorial

Tutorial Resources

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

(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

(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

(Tutorial) SQL Server CE Query Tool

Tutorial: SQL Server CE Query Tool

User friendly query designer and data manipulation tool for SQL Server CE

Introduction

CEQuery is written in C# with the help of VS2008 platform. Some of the features of this tool are described below

(Tutorial) Straight way to Create ASP.NET user controls library

Tutorial: Straight way to Create ASP.NET user controls library

My post-build tool transforming any Web Application into a library containing .ascx controls.

Preamble

I feel necessity to compile my ASP.NET user controls into a library. It is good for modularity and reusing. However, there is no official way to do it. We can create custom controls library only.

(Tutorial) Fast native structure reading in C# using dynamic assemblies

Tutorial: Fast native structure reading in C# using dynamic assemblies

This article shows how to generate dynamic methods for fast byte to structure conversion.

(Tutorial) A C# tiny fireworks simulator

Tutorial: A C# tiny fireworks simulator

A tiny fireworks simulator based on simple physical engine. The user can configure 10 launcher with the initial speed of the bomb, the explosion form and the explosion colour. 

Note: This is an unedited reader contribution

(Tutorial) The Building of a Knowledge Base Using C++ and an Introduction to the Power of Predicate Calculus

Tutorial: The Building of a Knowledge Base Using C++ and an Introduction to the Power of Predicate Calculus

An article introducing Conceptual Dependency and predicate calculus operations.

(Tutorial) C++ Implementation of the C# Property and Indexer with Accessor-Modifiers

Tutorial: C++ Implementation of the C# Property and Indexer with Accessor-Modifiers 

A C++ implementation of the C# functionality for both Property and Indexer, and controlling their compile-time accessibility using accessor-modifiers.

(Tutorial) Debugging C++ Code from Java Application By Gregory Shpitalnik

Tutorial: Debugging C++ Code from Java Application By Gregory Shpitalnik

How to debug simultaneously Java/C++ mixed code in both Java and C++ debuggers

(Tutorial) Functional Programming in C# 3.0 using Lambda Expression - Part 1

Tutorial: Functional Programming in C# 3.0 using Lambda Expression - Part 1 

(Video) Writing If Statements and Boolean Tests in C#

Video : Writing If Statements and Boolean Tests in C#

Description : c# if, else, else if. Check out www.LearnCSharp.com for more essential C# video tutorials!

(Code Zone) Access GMail with imap using java mail API

Code Zone : Access GMail with imap using java mail API

I had to search through quite a few web pages for this. So I am putting it here for future reference. My concience pricks for putting all the code in main method. But I guess this is an exception. :)

import java.util.Properties;

import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.NoSuchProviderException;
import javax.mail.Session;
import javax.mail.Store;

Syndicate content