c# - Managed C++ prospects -


has tried coding in managed c++? have few questions :

  1. how productive language compared c#?
  2. is there restriction on type of projects can written? can write web application in managed c++?
  3. is possible mix managed , unmanaged c++ code in 1 application?
  4. is mfc still valid in managed c++? best option when considering migration of vc++ application?

i've found c# far more productive. real magic of managed c++ yes, can mix managed , unmanaged code in - inside 1 function! don't know how microsoft did (and apparently neither they, because official name feature "ijw" - "it works" :)).


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -