1. What is the difference between class and structure?
Structure: Initially (in C) a structure was used to bundle different type of data types together to perform a particular functionality. But C++ extended the structure to contain functions also. The major difference is that all declarations inside a structure are by default public.
Class: Class is a [...]
The Mono and DotGNU projects are Open Source projects that, after several years of development, are beginning to bear fruit. Mono aims to create an open source implementation of Microsoft’s .NET application frameworks and services. It includes a C# compiler, a runtime for the Common Language Infrastructure (CLI or sometimes CLR), and a set of [...]
Well i Have Used Turbo c++,Borland Compilers, Visual Studio 2005 For C# .Net on Windows.When I Have Heard About Fedora For The First TIme ,I Wanted To Have c++ and c# on it.
Now i Have These Compilers on My Fedora (Linux),These r all Fabulous & Rocks
:)
Mono :Mono provides the necessary software to develop [...]