DCSIMG
C++0x - public: class Alon : IArchitect, IAzure, ICPP, ISmartHome, IHomeServer

Syndication

Browse by Tags

All Tags » C++0x (RSS)
MVP again, and not alone
I have just received a mail telling me that I am continued to be a C++ MVP , 6 year in a row. I am happy to be C++ MVP. Although I am doing a lot of .NET and C# developing, I am also continue to have C++ project, Win32 and COM and I am doing a lot of interop. I have also taught several C++ classes this year including Advanced Windows Debugging Techniques and Windows Concurrent Programming in the Multi-Core Era with the new concurrent runtime and libraries of VC++ 10. The rumors say that C++ will...

Posted by Alon Fliess | with no comments

תגים:, , , ,

C++ Renaissance: Getting Back The Free Lunch
At the beginning of 2005 Herb Sutter had an article stating that the developer’s free lunch is over. We had an assumption that more transistors in the CPU imply better application execution speed. The CPU executes the code in a sequential manner hence the performance of the CPU-bound code is directly related to CPU frequency. This used to be our “Free Lunch”: an old program runs faster on a new CPU. Using this assumption with modern low power consumption multi-core CPUs is wrong, we might even find...

Posted by Alon Fliess | 4 comment(s)

C++ Renaissance: The Asynchronous Agents Library
Visual Studio 2010 brings back the power of C++. The new language capabilities and optimized STL libraries, the developers productivity as well as the resulting executable performance are much higher. In this post I’d like to present one of the abilities of the ConcRT Asynchronous Agents Library. Agent is based on the Actor Model and is one of the building block of a Concurrent Dataflow Network. The idea behind the Asynchronous Agent Library is that you build a network from agents and message blocks...

Posted by Alon Fliess | 6 comment(s)

Today! Gadi & Sahsa in the WPD User Group
Don’t forget to come today to the WPD user group to hear Sasha & Gadi .  Gadi is going to talk about parallel programming and Sasha is going to talk about developing native application with the next version of Visual Studio.  We are lucky to have two very talented lecturers in one evening.    This is the agenda for today: Agenda 17:00-17:30 Gathering 17:30-17:45 PDC Essentials – Alon Fliess 17:45-19:00 Introduction to the parallel world – Gad J. Meir 19:00-19:15 Break 19:15...

Posted by Alon Fliess | 4 comment(s)

Thanks to the people that came to the first meeting of the Windows Platform Developers User Group
Thanks for all of you that despite the traffic jams, made it and came to the first meeting. And thanks again for your feedbacks, all of them were excellent! Here are the links for the resources that we talked about: Windows 7 Training Kit Visual Studio 2010 Training Kit – The kit contains the MFC labs for the Windows 7 features XP2Win7 – stay tuned for a new release next week, or two. Removing the Kernel Dispatcher lock by Arun Kishan Mark Russinovich: Inside Windows 7 Mark Russinovich: Inside Windows...

Posted by Alon Fliess | 1 comment(s)

The first meeting of the Windows Platform Developers User Group
Come and join Pavel and me to the first meeting of the Windows Platform Developers user group . If the Windows platform is interesting you (and it probably does, otherwise you won’t be reading this post) you have to come. This is the chance to influence the spirit of the group. Pavel and I wanted to have a group for people like us. Those who develop for Windows with any needed tool, not just .NET or C++ but both and even more. The first meeting will be about Windows NT 6.1, this is the shortest way...

Posted by Alon Fliess | 1 comment(s)

Sela Developer Practice
We are going to the PDC . And when I say we, I mean 17 experts and 3 managers from Sela . This year we are going to be in all sessions and meet many key professionals from Microsoft and other companies. We will also have a booth . Why do I tell you that? Not just to tell you that it is fun to work at Sela (It is, but it is also very demanding) and that we are investing in our people, but to announce that we are going to talk about all current and new technologies that will be revealed in the PDC...

Posted by Alon Fliess | 4 comment(s)

Windows 7 - The native developer heaven
Don't take me wrong, I do love C# and managed code, but often we need to develop in C++ and for good reasons. I have the feeling that we are in the beginning of the Native (C/C++) development renaissance, why do I say so? Here are the signs? Enhanced MFC and new C++ TR1 standard are part of Visual Studio 2008 SP1 Visual Studio 2010 has many new tools for the native developers The next version of Visual C++ has C++0x capabilities such as auto and lambda expressions There is a new native Concurrent...

Posted by Alon Fliess | 1 comment(s)

תגים:, , , , , , , ,

C++ Open House
Thanks for all the C++ developers that came today to the Microsoft C++ Open House. I hope that you enjoyed and learned about the new features of MFC, TR1, C++/CLI and C++ ox. As I promised here are the slides and examples . In addition I told you about the JobObjectWrapper project. This is a good example of using C++/CLI to bring the native world capabilities to the .NET world. For those who were in the Windows Server 2008 open house, here are the post with the examples of that day. One last thing...

Posted by Alon Fliess | 5 comment(s)