OK, so I'm having to program some rudimentary windows programs. This will need to involve possibly doing a custom USB device driver (probably not though), a program that talks over the USB bus, does some DSP work, and possibly has a simple graphical display for like a Fourier transform or something.
I know C++, for the most part, nothing too complicated, as I'm mainly an embedded systems designer and do mainly firmware coding and microcontroller programming, so I don't have a ton of experience doing alot of the more esoteric OO coding (at least not recently) that is generally par for the course in Windows apparently).
In any case, does the VC++.NET let you quickly get a windows GUI up and running - any better than VC++6.0? I have 6.0 and never found it all that helpful doing Win32API stuff or Windows GUIs - the Visual Basic GUI maker was much easier to use - but it is Visual Basic after all, hehe. I'm not even certain if for my application I should be doing C++ or maybe Java would be better - but I know C++ and not Java so you know.
Of course I'm also considering doing this via Labview if I can find it if they support a USB driver interface.
Anyway, what do coders that do Windows coding think of the .NET versions of the Visual stuff? Would it be better to just go ahead and get Studio .NET that includes everything?
I know C++, for the most part, nothing too complicated, as I'm mainly an embedded systems designer and do mainly firmware coding and microcontroller programming, so I don't have a ton of experience doing alot of the more esoteric OO coding (at least not recently) that is generally par for the course in Windows apparently).
In any case, does the VC++.NET let you quickly get a windows GUI up and running - any better than VC++6.0? I have 6.0 and never found it all that helpful doing Win32API stuff or Windows GUIs - the Visual Basic GUI maker was much easier to use - but it is Visual Basic after all, hehe. I'm not even certain if for my application I should be doing C++ or maybe Java would be better - but I know C++ and not Java so you know.
Of course I'm also considering doing this via Labview if I can find it if they support a USB driver interface.
Anyway, what do coders that do Windows coding think of the .NET versions of the Visual stuff? Would it be better to just go ahead and get Studio .NET that includes everything?