Thread: A good resource fe C++ .NET?

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    57

    A good resource fe C++ .NET?

    Does anyone know of a good forum for C++ .NET? I've found a good forum for VB .NET but none for C++ yet.

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by darsunt View Post
    Does anyone know of a good forum for C++ .NET? I've found a good forum for VB .NET but none for C++ yet.
    You might have better luck Googling for "managed C++," which should not at all be confused with the C++ language.

    I've been forced to use it a little bit. I hate it. Sort of a weird crossing point between Java, C#, and C++, with nothing in particular to show for it other than MS being able to say "Look, we made 'C++' run on the CLR!"
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  3. #3
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    It's horrible alright, but it excels at wrapping old C/C++ libraries into .NET.
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this a good resource manager?
    By VirtualAce in forum Game Programming
    Replies: 7
    Last Post: 07-13-2007, 11:24 PM
  2. A question about windows programming
    By Hussain Hani in forum Windows Programming
    Replies: 16
    Last Post: 05-23-2007, 07:38 AM
  3. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  4. linked list recursive function spaghetti
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2003, 02:53 PM
  5. resource problem/question
    By stallion in forum Windows Programming
    Replies: 4
    Last Post: 01-29-2003, 02:08 PM