English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

Although it has some elements derived from Visual Basic and Java, C++ is C#'s closest relative.

In an important change from C++, C# code does not require header files. All code is written inline.

The .NET runtime in which C# runs performs memory management, taking care of tasks like garbage collection. Because of this, the use of pointers in C# is much less important than in C++. Pointers can be used in C#, where the code is marked as 'unsafe', but they are only really useful in situations where performance gains are at an absolute premium.

Speaking generally, the 'plumbing' of C# types is different from that of C++ types, with all C# types being ultimately derived from the 'object' type There are also specific differences in the way that certain common types can be used. For instance, C# arrays are bounds checked unlike in C++, and it is therefore not possible to write past the end of a C# array.

C# statements are quite similar to C++ statements. To note just one example of a difference: the 'switch' statements has been changed so that 'fall-through' behaviour is disallowed

As mentioned above, C# gives up on the idea of multiple class inheritance. Other differences relating to the use of classes are: there is support for class 'properties' of the kind found in Visual Basic, and class methods are called using the . operator rather than the :: operator.

for other infos check: http://msdn.microsoft.com/msdnmag/issues/01/07/ctocsharp/default.aspx

2006-06-22 21:40:54 · answer #1 · answered by meow 3 · 0 0

For a given band length, a D cup bra would be extra advantageous interior the cup than a C cup bra. even however, band length has an consequence on cup length besides, to the consequence that a bra with a greater band length will truly have a greater cup length. A 34C bra could have a smaller cup than a 36C as an occasion. apparently adequate, changing a band length, one length, will consequence the cup length of a bra by making use of ½ a cup length. So a 34D is basically equivalent in length to a 38C. the truly difference in quantity between a C cup and a D cup relies upon on a sort of things consisting of band length and manufactures, and style.

2016-10-31 08:23:40 · answer #2 · answered by ? 4 · 0 0

Basic Diffrence is C++ is not completely OOP Lanuage
One Can Still Use Normal Bottom up and top down approach

Whreas c# is complete OOP language
C# was launched by Microsoft In comptetion to Java

2006-06-22 21:37:51 · answer #3 · answered by Khushwant Singh 2 · 0 0

Log on to teh following weblink for complete infomration

http://www.csharphelp.com/archives/archive138.html

2006-06-22 23:05:49 · answer #4 · answered by vijju 4 · 0 0

Yup, Meow is completely right. You cannot find more comprehensive answer to your question.

2006-06-22 22:11:25 · answer #5 · answered by Rimal 1 · 0 0

fedest.com, questions and answers