3-Tier Architecture in .NET

Snapshot Sunday, January 1st, 2012  »  Posted By Ranjan  »  Total 0 Comment

3-Tier architecture generally contains User Interface (UI) or Presentation Layer, Business Access/Logic Layer (BAL) and Data Access Layer (DAL).

Comments in C language

Monday, September 12th, 2011  »  Posted By chitra  »  Total 0 Comment

Comments are merely program documentation which helps the reader to understand the code. The compiler ignores these comments when it translates the program into executable code. C language uses two different formats of comment 1. Block comment 2. Line comment 1. Block comment: A block comment is used when the comment will span several lines. [...]

General Structure of C program

Monday, September 12th, 2011  »  Posted By chitra  »  Total 0 Comment

Basic Structure of a C program contains following sections, Documentation Section Link Section Definition Section Global Declaration Section main() { Declaration Section Executable part } Subprogram section Function 1 Function 2 . . function n The Documentation Section consists of a set of comment lines giving the name of the program and other details. The [...]

JNI Part 5: JNI Arrays

Monday, August 22nd, 2011  »  Posted By Ranjith  »  Total 0 Comment

JNI Index Part 1: Introduction and “Hello World” application Part 2: JNI: Visual Studio setup for DLL Project Part 3: Mapping Types and Passing Arguments Part 4: JNI Strings Part 5: JNI Arrays Part 6: JNI Objects Part 7: JNI Arrays of Objects Part 8: JNI Exceptions Part 9: JNI FAQ Part 5: JNI Arrays [...]

JNI Part 4: JNI Strings

Monday, August 22nd, 2011  »  Posted By Ranjith  »  Total 0 Comment

JNI Index Part 1: Introduction and “Hello World” application Part 2: JNI: Visual Studio setup for DLL Project Part 3: Mapping Types and Passing Arguments Part 4: JNI Strings Part 5: JNI Arrays Part 6: JNI Objects Part 7: JNI Arrays of Objects Part 8: JNI Exceptions Part 9: JNI FAQ Part 4: JNI Strings [...]

JNI Part 3: Passing Arguments and Mapping Types

JNI Part 3: Passing Arguments and Mapping Types Monday, August 22nd, 2011  »  Posted By Ranjith  »  Total 0 Comment

JNI Index Part 1: Introduction and “Hello World” application Part 2: JNI: Visual Studio setup for DLL Project Part 3: Mapping Types and Passing Arguments Part 4: JNI Strings Part 5: JNI Arrays Part 6: JNI Objects Part 7: JNI Arrays of Objects Part 8: JNI Exceptions Part 9: JNI FAQ Passing Arguments and Getting [...]

Binary Search

Binary Search Monday, August 15th, 2011  »  Posted By chitra  »  Total 2 Comments

A binary search program locates the position of an item in a sorted array. Logic: The Binary search starts by testing the element at the middle of the array. Let us consider an array ‘a’ with all elements arranged in ascending order. Let low and high are the lower and upper indices of the array ‘a’, respectively. We want to search an [...]

JNI Part 2: Visual Studio setup for DLL Project

JNI: Creating new Dll project Thursday, August 11th, 2011  »  Posted By Ranjith  »  Total 0 Comment

JNI Index Part 1: Introduction and “Hello World” application Part 2: JNI: Visual Studio setup for DLL Project Part 3: Mapping Types and Passing Arguments Part 4: JNI Strings Part 5: JNI Arrays Part 6: JNI Objects Part 7: JNI Arrays of Objects Part 8: JNI Exceptions Part 9: JNI FAQ Part 2: JNI: Visual [...]

JNI Part1: Java Native Interface Introduction and “Hello World” application

JNI Part1: Java Native Interface Introduction and “Hello World” application Friday, July 15th, 2011  »  Posted By Ranjith  »  Total 0 Comment

JNI Index Part 1: Introduction and “Hello World” application Part 2: JNI: Visual Studio setup for DLL Project Part 3: Mapping Types and Passing Arguments Part 4: JNI Strings Part 5: JNI Arrays Part 6: JNI Objects Part 7: JNI Arrays of Objects Part 8: JNI Exceptions Part 9: JNI FAQ Part 1: Introduction and [...]

What is EMBEDDED SYSTEMS

Thursday, February 17th, 2011  »  Posted By naveen  »  Total 1 Comment

Embed means hidden , Similar word :Small Glass planes are embeded over the compound walls. But coming to electronics, this is a electronic system which is hidden inside a device ,whose identity is not shown to the outside world,and involve in a perticular single application. May be from remote controller to spaceship. Everywhere we see [...]

Question and Answer
C/C++ Unix & Linux Wordpress
Source codes
C C++ Java

Free email signup