Thread: .NET question

  1. #16
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    i'm also just being sarcastic too, cause template support sucked in MSVC to the point i just gave it up.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  2. #17
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    In what ways did it suck? Anything in particular it didn't support or work with? I haven't really used the templates and MSVC that much. I rather use gcc when I do that stuff.

  3. #18
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    fist they were impossible to get working for someone trying to learn(keep in mind i was new to them and C++ about 2+ years ago, so all i have are bad memories), all kinds of internal compiler errors, virtually none error messages associated with templates are defined, so when you get a compiler error, you have no help and you have no clues as to whats causing it you or something else, the only thing they work on is simple stuff...then they're fine but man don't try anything big.

    besides that even Bjarne Stroustrup said the template support in VC was lacking

    ::edit:: a lot of repressed memories...hehe
    Last edited by no-one; 04-26-2002 at 06:43 PM.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  4. #19
    Registered User xds4lx's Avatar
    Join Date
    Nov 2001
    Posts
    630
    No what I was saying is that the implementation of the STL used in the C++.NET is a lot better than what MSVC 6 had.
    "only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .NET Windows Application Question
    By obaid in forum C# Programming
    Replies: 1
    Last Post: 04-29-2008, 10:32 PM
  2. 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
  3. MSVC++ .NET 2005 Express Question
    By cboard_member in forum Windows Programming
    Replies: 1
    Last Post: 12-08-2005, 08:04 AM
  4. .NET Question
    By gvector1 in forum C# Programming
    Replies: 1
    Last Post: 05-20-2003, 11:41 PM
  5. VS .NET & XP Pro Question
    By hk_mp5kpdw in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-08-2003, 01:07 PM