Click here to Skip to main content
15,904,155 members

Survey Results

Are you working with .NET?   [Edit]

Survey period: 21 Jun 2004 to 27 Jun 2004

It's been out for a while now, but are you using it?

OptionVotes% 
Yes98462.16
No, but we are planning to.21313.46
No38624.38



 
GeneralBreak-down of the 60'sh percent Pin
TRiegler15-Aug-04 3:00
TRiegler15-Aug-04 3:00 
GeneralI hate C# Pin
eric feng25-Jun-04 14:20
eric feng25-Jun-04 14:20 
GeneralRe: I hate C# Pin
bneacetp25-Jun-04 16:20
bneacetp25-Jun-04 16:20 
GeneralRe: I hate C# Pin
Ian Darling26-Jun-04 8:11
Ian Darling26-Jun-04 8:11 
GeneralRe: I hate C# Pin
eric feng26-Jun-04 19:41
eric feng26-Jun-04 19:41 
GeneralRe: I hate C# Pin
Ian Darling26-Jun-04 22:32
Ian Darling26-Jun-04 22:32 
GeneralRe: I hate C# Pin
AgeKay2-Jul-04 7:48
AgeKay2-Jul-04 7:48 
GeneralRe: I hate C# Pin
eric feng2-Jul-04 8:10
eric feng2-Jul-04 8:10 
GeneralI hate C# Pin
eric feng25-Jun-04 14:19
eric feng25-Jun-04 14:19 
GeneralAn issue with .net namespaces Pin
Nathan Holt at EMOM23-Jun-04 4:19
Nathan Holt at EMOM23-Jun-04 4:19 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic23-Jun-04 4:54
Nemanja Trifunovic23-Jun-04 4:54 
GeneralRe: An issue with .net namespaces Pin
Nathan Holt at EMOM23-Jun-04 5:20
Nathan Holt at EMOM23-Jun-04 5:20 
Nemanja Trifunovic wrote:
using directives are evil in header files, because header files can be included by many different cpp files, and that beats the purpose of namespaces and can lead to name clashes. However, it is quite OK to put using directives in cpp files, because it does not affect other compilation units.

Of course both the "using namespace std;" and the "using std::cin;" are evil in header files. My understanding is that "using namespace std;" is evil everywhere, because can import anything defined in the namespace, which can be much more than the #include statement would imply. In a cpp file, it is OK to use "using std::cin;" because that only affects the specific file. I still don't see that this would be different in .net.

Nathan Holt
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic23-Jun-04 5:48
Nemanja Trifunovic23-Jun-04 5:48 
GeneralRe: An issue with .net namespaces Pin
Nathan Holt at EMOM23-Jun-04 6:34
Nathan Holt at EMOM23-Jun-04 6:34 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic24-Jun-04 2:41
Nemanja Trifunovic24-Jun-04 2:41 
GeneralRe: An issue with .net namespaces Pin
Super Lloyd23-Jun-04 10:23
Super Lloyd23-Jun-04 10:23 
GeneralRe: An issue with .net namespaces Pin
Alvaro Mendez24-Jun-04 5:06
Alvaro Mendez24-Jun-04 5:06 
GeneralRe: An issue with .net namespaces Pin
Nemanja Trifunovic24-Jun-04 5:35
Nemanja Trifunovic24-Jun-04 5:35 
GeneralRe: An issue with .net namespaces Pin
Alvaro Mendez24-Jun-04 8:39
Alvaro Mendez24-Jun-04 8:39 
GeneralRe: An issue with .net namespaces Pin
Ian Darling25-Jun-04 12:51
Ian Darling25-Jun-04 12:51 
GeneralI need some idea. Pin
eric feng22-Jun-04 14:44
eric feng22-Jun-04 14:44 
GeneralRe: I need some idea. Pin
Super Lloyd22-Jun-04 16:44
Super Lloyd22-Jun-04 16:44 
GeneralRe: I need some idea. Pin
eric feng23-Jun-04 8:05
eric feng23-Jun-04 8:05 
GeneralRe: I need some idea. Pin
Super Lloyd23-Jun-04 10:19
Super Lloyd23-Jun-04 10:19 
GeneralRe: I need some idea. Pin
eric feng24-Jun-04 6:12
eric feng24-Jun-04 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.