intellisense c# against intellisense c++

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Why c# intellisense is more powerful than c++ intellisense?
In c# when type a character intellisense start and guide me.In c++
intellisense start only when I type a . or -> or ::.
In c# user class are displayed in a specific color.Why I can't do it
in c++?

Marco.
 
Why c# intellisense is more powerful than c++ intellisense?
In c# when type a character intellisense start and guide me.In c++
intellisense start only when I type a . or -> or ::.
In c# user class are displayed in a specific color.Why I can't do it
in c++?
Why do cats fall down with their legs first and dogs don't?
Probably the same reason, The C# IDE might be built differently than VC++
IDE and it takes time to get them to behave the same way. Sometimes C# gets
a new way of doing intelisense, soemtimes the C++ does add a new way of
intelisense and it takes time t implement that behaviour to the orther
language.

One thing I can think of, since C# is a very new way of programming, it is
maybe easier to implement new features than C++ that must stay backwards
compatible.
 
Olaf Baeyens said:
Why do cats fall down with their legs first and dogs don't?
Probably the same reason, The C# IDE might be built differently than VC++
IDE and it takes time to get them to behave the same way. Sometimes C# gets
a new way of doing intelisense, soemtimes the C++ does add a new way of
intelisense and it takes time t implement that behaviour to the orther
language.

One thing I can think of, since C# is a very new way of programming, it is
maybe easier to implement new features than C++ that must stay backwards
compatible.

Ok c# will be very new but any programmer would like similar tools to
write code?Is right?
Don't think that c++ programmers spend more time to write code and
have less control.
 
Back
Top