c# - Managed C++ prospects -
has tried coding in managed c++? have few questions :
- how productive language compared c#?
- is there restriction on type of projects can written? can write web application in managed c++?
- is possible mix managed , unmanaged c++ code in 1 application?
- 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
Post a Comment