Thread: VS.NET Meets The Standard

  1. #1
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742

    VS.NET Meets The Standard

    It works perfectly fine. I'm reading a C++ book written by an author who only had access to a Unix OS. It is supposed to adhere to the standard (the book). Anyway I've been able to get all the programs thus far to run on VS.NET. I had a little trouble on VC++6 and had to do some work around but not to much. Wow, what a great help interface VS.NET has. It kicks on VC++6. I have both compilers on my OS because VS.NET is a beta, but this thing is fully operational. I might never have to get the final release.
    I compile code with:
    Visual Studio.NET beta2

  2. #2
    aurë entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Well seeing as how it's only a beta version, there are probably some bugs in it you haven't yet found to be a problem. If they added Java support to .NET I might want to use it.

  3. #3
    Registered User Esss's Avatar
    Join Date
    Aug 2001
    Posts
    133
    > If they added Java support to .NET I might want to use it.

    Rational will sell a Java compiler, and there will be a translator from Java to C# (JUMP).
    Ess
    Like a rat in a maze who says,
    "Watch me choose my own direction"
    Are you under the illusion
    The path is winding your way?
    - Rush

  4. #4
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >I might never have to get the final release.

    I hope the final release is way faster, or else I can
    finish my project in VS6 while VS7 loads the default
    template for new projects
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  5. #5
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    It takes about 15 seconds to register the main menu, than you have to wait another 15 seconds before it is fully operational. But after that, you have total power! And what an interface. The interfaces saves me a hell of a lot of time because I can navigate between open documents so proficiently. I also appreciate the sophisticated help system. There are a lot of features that I don't have a clue about yet. The IDE is loaded with features, including live features.
    I compile code with:
    Visual Studio.NET beta2

  6. #6
    monotonously living Dissata's Avatar
    Join Date
    Aug 2001
    Posts
    341
    ok lets see

    There are a lot of features that I don't have a clue about yet. The IDE is loaded with features, including live features.
    It seems to me that a feature that you cannot use a don't use is not a good feature. I.e. If you'll never use it why pay for it?

    Glad to hear you love .net but, com'on no one wants to hear about things that are awsome but they will never use!
    if a contradiction was contradicted would that contradition contradict the origional crontradiction?

  7. #7
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    I'm testing the compiler out and learning how to use the hundreds of new features, waiting for more literature to surface. This is a beta. In 2002 the literature will be everywhere and I will be very proficient with VS.NET. Use your head.
    I compile code with:
    Visual Studio.NET beta2

  8. #8
    .
    Join Date
    Aug 2001
    Posts
    598
    because VS.NET is a beta, but this thing is fully operational. I might never have to get the final release.
    I asked if I could get the beta and just keep it till I could use it, but someone said that after a while it would not work. So should I order it and have it, or not? (let me guess It's no longer available.)
    To Err Is To Be Human. To Game Is Divine!"

  9. #9
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335
    You can still get it in the latest issue of MSDN mag. Get it quick cause the new should be out soon.

    -Fool

  10. #10
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    I asked if I could get the beta and just keep it till I could use it, but someone said that after a while it would not work. So should I order it and have it, or not?
    You can still get it. You can download it from MS, order a CD,
    or look for any magazine that comes with VS .NET Beta.

    It should not expire. However, the first Version of Beta 2 had
    a bug in it which disabled it after a certain amount of days
    like shareware. One day you would start it, and you are told
    you exceeded the 30 days. What 30 days ?
    But MS fixed that real quick. The latest version should not
    be limited, and if you have a buggy one, go to Software->Add/Remove
    in Windows, select MS.VS.NET and choose 'Check for Service
    releases'. MS has one for download. Just select that, and it
    will be downloaded and installed automatically.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  11. #11
    .
    Join Date
    Aug 2001
    Posts
    598
    Thanks.
    To Err Is To Be Human. To Game Is Divine!"

  12. #12
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    VS.NET Beta 2 works quite well. I have not noticed any bugs however I'm only working with Win32 console applications. It is a huge compiler. It would take me a year just to test everything out.
    I compile code with:
    Visual Studio.NET beta2

  13. #13
    Registered User Esss's Avatar
    Join Date
    Aug 2001
    Posts
    133
    > I have not noticed any bugs however I'm only working with Win32 console applications.

    Well, when you use the rest of the system you'll find plenty of them. VS.NET is a nice environment and a great compiler - but I won't use it for production work until it's a lot more stable...

    For instance, the resource editor is bug-ridden, it loads far too slowly, and creating non-UI .NET components kills it (try this: create a class library, derive a class from System.ComponentModel.Component, and compile it. Then add this component to the toolbox, and try to add it to a Windows Form). Not to mention that debugging a mixture of managed and unmanaged C++ is a nightmare, managed C++ classes mix very badly with unmanaged code (__pin is horrible) and the documentation has more holes in it than Swiss cheese.

    Don't get me wrong; I want this compiler - but I want the final release of it.
    Ess
    Like a rat in a maze who says,
    "Watch me choose my own direction"
    Are you under the illusion
    The path is winding your way?
    - Rush

  14. #14
    .
    Join Date
    Aug 2001
    Posts
    598
    I just thought of something How well does it work with diriectx since I may use that a lot.
    To Err Is To Be Human. To Game Is Divine!"

  15. #15
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    VS.NET meets the standard better than *NIX. I have been working from this *NIX book and it is easier to use VS.NET because more library functions are grouped under one library. I don't have to use as many headers as the book dictates. For the most part, all C libraries are under stdafx.h

    The mother does take a while to load though.
    I compile code with:
    Visual Studio.NET beta2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. array initialization & C standard
    By jim mcnamara in forum C Programming
    Replies: 2
    Last Post: 09-12-2008, 03:25 PM
  2. Bug in iterator comparison in C++ standard?
    By steev in forum C++ Programming
    Replies: 14
    Last Post: 07-12-2008, 12:02 AM
  3. Replies: 8
    Last Post: 03-08-2008, 08:50 PM
  4. C/C++ standard
    By confuted in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 07-06-2003, 03:22 AM
  5. standard language, standard compiler?
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 09-03-2001, 04:21 AM