Engineering Courses
C
- Introduction to How C Programming Works
- What is C?
- The Simplest C Program
- The Simplest C Program: What's Happening?
- Variables
- Data Type
- String
- Printf Scanf
- Operators
- Statement
- Branching and Looping
- Looping: A Real Example
- Arrays
- More on Arrays
- Sorting
- Wide Character String
- Functions
- Functions: Function Prototypes
- Libraries
- Making a Library
- Make files
- Text Files
- Text Files: Opening
- Text Files: Reading
- Structure
- Memory
- Pointers: Why?
- Pointer Basics
- Pointers: Understanding Memory Addresses
- Pointers: Pointing to the Same Address
- Using Pointers for Function Parameters
- Dynamic Data Structures
- Pointers to Structures
- Pointers to Pointers
- A Linked Stack Example
- Using Pointers with Arrays
- Strings
- Special Note on Strings
- Operator Precedence
- Command Line Arguments
- Binary Files
- Lots More Information
- See all Programming articles
C++
- Introduction:
- Instructions for use Basics of C++:
- Structure of a program
- Variables. Data Types.
- Constants
- Operators
- Basic Input/Output Control Structures:
- Control Structures
- Functions (I)
- Functions (II) Compound Data Types:
- Arrays
- Character Sequences
- Pointers
- Dynamic Memory
- Data Structures
- Other Data Types Object Oriented Programming:
- Classes (I)
- Classes (II)
- Friendship and inheritance
- Polymorphism Advanced Concepts:
- Templates
- Namespaces
- Exceptions
- Type Casting
- Preprocessor directives C++ Standard Library:
- Input/Output with files
Data Structure and Algoritham(DSA)
- Introduction and Overview of DSA
- Preliminaries
- String Operations
- Arrays, Records and Pointers
- Linked List
- Stacks, Queues, Recursion
- Trees
- Graph
- Sorting and Searching
- Practical Lab for DSA Programmes
Visual Basic6.0(VB6.0)
- Introduction
- Building VB Applications
- Working with the Controls
- Writing the Code
- Managing VB Data
- Working with Variables
- Controlling Program Flow using If ....Then....Else....End If
- Select Case....End Select Control Structure
- Looping
- VB Built-in Functions
- Mathematical Functions
- Formatting Functions
- String Manipulation Functions
- Creating User-Defined Functions
- Creating VBA Functions for Microsoft Excel
- Arrays
- Working with Files
- Graphics
- Creating Multimedia Applications in VB : Part I
- Creating Multimedia Applications in VB : Part II
- Creating Multimedia Applications in VB : Part III
- Creating Multimedia Applications in VB : Part IV
- Creating Database Applications in VB-Part I
- Creating Database Applications in VB-Part II
- Creating VB Database Applications using ADO Control
- Using Microsoft DataGrid Control 6.0
- Using SQL Queries in VB 6
- More SQL Queries in VB 6
- Creating an Advanced VB Database Application
- Animation- Part I
- Animation-Part II
- Animation- Part III
- Creating Internet and Web Applications Part 1: The Web Browser
- Creating Internet and Web Applications Part 2: The FTP Program
- Errors Handling in VB
- Compiling and Distributing Your Programs
- Creating Menus for Your Applications
- Keyboard Handling
- Using the Printer
Dot Net
- XML Simplified
- RDBMS & Data Management
- Working with SQL Server Database Objects
- Programming in C#
- Advanced Programming in C#
- Windows Forms Programming with C#
- Advanced Technologies in Windows Forms using C#
- Beginning ASP.NET
- Database Handling in ASP.NET
- Software Engineering Principles
- E-Project
Core Java
- Language
- Data Type
- Operators
- Statement Control
- Class Defination Language
- Statement Control
- Class Defination
- Development
- Functions
- Reflection
- Regular Expression
- Collection
- Thread
- File Language
- Class Defination
- Development
- Functions
- Reflection
- Regular Expression
- Collection
- Thread
- File
- Packages And Interfaces Language
- Constructor
- Polymorphism
- Inheritence
- Applets
- Swing Event
- Net Beans
Advance Java
- XML Simplified
- RDBMS & Data Management
- Working with SQL Server Database Objects
- Learn Java by example
- Guide to Advanced Java
- Distributed Computing in Java
- Working with Database & Security in Java
- Web Programming with Servlets & JSP
- Java Beand and EJB
- Architecting Web Applications using JSF & Struts
- Software Engineering Principles
- E-Project
PHP
- HTML
- Basic Html
- List
- Adding Graphics to HTML
- TABLES
- Linking Documents
- Cascading Style Sheet / Internal Style Sheet
- Font Attributes
- Color and Background Attributes
- Text Attributes
- Border Attributes
- Margin Attributes
- List Attributes
- Class
- External Style Sheet / Javascript
- Introduction to javascript
- Operators and Expressions in javascript
- Conditional Checking
- Functions in Javascript
- User defined Functions
- PHP
- Introduction to PHP
- Installing PHP
- Decisions (if,elseif,switch)
- Loops (For,while,foreach)
- Functions