Thread: .net

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    127

    .net

    is .net frame work for c++ or just basic and c#?

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    It's a platform in and of itself. The language you use is irrelevant in some regards.

  3. #3
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Just about any language could make use of .NET if they modified the language...
    C++ does support .NET, but the code looks VERY ugly. I'd stick with C# if I were using .NET.

  4. #4
    Registered User
    Join Date
    May 2008
    Posts
    53
    Actually MS did a pretty good job with C++/CLR. Much better than "Managed C++" where I was constantly having to be paranoid about which pointer was a "real" one and which one was "managed".

    Also: Why C# is not my favorite programming language...

    --
    Computer Programming: An Introduction for the Scientifically Inclined

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Points 1-2 is ridiculously stupid by C#, point 3-4 are biased by C++ programmers, and the rest is stupid, as well.
    There's nothing wrong with everything being members, but the ability to create and use stand-alone functions are necessary.
    But point 1-2 unfortunately applies to C++/CLI, as well, due to all dotNet languages being garbage collected.
    Solution? Don't use dotNet.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. migrate from .Net 2.0 to .Net 3.0
    By George2 in forum C# Programming
    Replies: 3
    Last Post: 07-25-2007, 04:07 AM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM