You are here » Home
C PROGRAMMING
Console input and output
The C Programming Language provides input and output support using library functions, which gives an advantage to the system designers to tailor their input and output on their own.
Getting started with C Language
The C language is so named because its predecessor was called B.
The Components of a C Program
Every C program consists of several components combined in a certain way.
Storing Data, Variables & Constants
Computer programs usually work with different types of data
Statements, Expressions & Operators
C programs consist of statements, and most statements are composed of expressions and operators.
Loops & Decisions
We need a mechanism to compare things to take any decision.
Arrays & Strings
An arraty is simply a number of memory locations, each of which can store the same data type.
Functions
A function is a block of code that has a name and it has a property that it is reusable.
Graphics
Graphics in C Language to 16 bit C programming and MS DOS environment.
Pointers
A pointer is a variable that represents the location of a data item.
Unions & Structures
We can use a single memory location for more than one variable this is called union.
Files Handling
A file is a collection of bytes stored on a secondary storage device.
C# PROGRAMMING
All about Microsoft .NET
The Microsoft .NET Framework, more commonly known as simply the .NET Framework, is a software development platform created by Microsoft.
An overview C# .NET
C# is a new programming language specifically designed for Microsoft .NET Framework.
C# Application Structure
The application begins with the hierarchical levels, listed here in order of appearance.
Predefined Datatypes
Here we will see the data types available in C#.
Statements in C#
C# borrows most of its statements directly from C and C++.
Working with Namespaces
The point behind using namespaces is organization.
Error & Exception Handling
Most applications today contain some form of error handling.
C/C++ UTILITIES
Generating fast sorting routines
Neomem - an Open Source Personal Organizer
Sort huge amounts of data by doing a multi-phase sorting on temporary file
A2FPLOT (Read ASCII data and write in fplot style)
FLIB2C (Fortran Library to C)
Graphical Scientific Calculator
C++ PROGRAMMING
What's new in C++
Improved Comments Style in C++.
Pointers
We can say the pointer as a variable which holds the memory address of another variable.
Functions
A Function is a self contained block of code with a specific purpose.
Compounded Types in C++
The enumerated type is used in C++ in exactly the same way it was used in ANSI-C.
Encapsulation
Encapsulation is the process of forming objects.
Encapsulation in Detail
Object Oriented Programming -Encapsulation
Inheritance
Inheritance is the process by which objects of one class acquire the properties and functionality of objects of another class.
Inheritance in Detail
Inheritance is the process by which objects acquire the properties and functionality of another object
Multiple inheritance in C++
C++ Language's most powerful feature is multiple inheritance which makes it more powerful than Java.
Virtual Functions
ADVANCE C++
Advance Exception & Error Handling
An exception usually signals an error.
The Standard C++ library
Standard C++ not only incorporates all the Standard C libraries.
Strings in C++
String in C/C++ is not more than a array of characters.
Templates in Standard C++ Library
Templates are of great utility to programmers in C++.
Generic Algorithms
Algorithms are at the core of computing.
Generic Containers
Container classes are the solution to a specific kind of code reuse problem.
Multithreading in C++
Multithreading is becoming an increasingly important part of modern programming.
Classes in C++
Classes in C++ Programming Language.
Constructors in C++
A constructor is a special method that is created when the object is created or defined.
Destructors in C++
A destructor does the cleaning behind the scenes.
C and C++ Programming Resources
C and C++ programming resources website (mycplus.com) is designed to help students and new comers to C and C++ programming. The website provides C and C++ programming resources in many ways. C Programming tutorials provide basic overview of C programming, then C++ programming tutorials and Advance C++ programming tutorials. Source Code section has lot of code about C and C++, JavaScript and Software written in C and C++ programming languages. If you need help in running any source code or examples provided in the tutorials section, check out the comments attached to every tutorial and code. Don't forget to join our mailing list and register yourself with discussion forums to stay informed about any updates and new additions to the website.
Last updated on May 14, 2008.