Hello,
Submissions for CppCon are now open. Please head over to http://cppcon.org/submissions/ to make a submission.
I have blogged earlier about this and I reiterate. If you are using C++ in any form, then this is the conference to attend and/or share you knowledge with fellow peers from around the world.
I hope to see you there.
-Sridhar
I am coming to c++/cx from a wpf c# background. I know xaml and c# very well. What I am not familiar with is c++. I tried putting the viewmodels in the viewmodels folder. I put the the nested namespaces in the viewmodel .h file using c++ syntax. In c# visual studio does this automatically for you. The project compiled, but when I went to set the datacontent in the xaml code behind constructor the view model is not in the intellisense. It isn’t there.. What is not happening? What am I doing wrong? The add class wizard in c++ is a real piece of work.
Hi Ken, Can you please share a simple repro of the issue you are facing?
Thanks,
Sridhar
I meant datacontext not datacontent