Showing posts with label windows programming. Show all posts
Showing posts with label windows programming. Show all posts

Sunday, May 20, 2007

For serious developers

Hi all, how r u?
Few days from now i started using two softwares and really amazed using those. One is Source Insight and the other is Visual Assist X. These two softwares will boost your productivity 10x times. And they are so helpful, particularly if you have to jump in the middle of a ongoing project. You will understand the codeflow, context, symbols very clearly within a very short time. Normally what we do is start debugging the code, find out ways to resolve some bugs. But they will reduce the time for debugging. You just play with them and explore the magic.
I also found some productivity tips which helped me a lot. I will append them later on this post. take care. bye.

Saturday, May 12, 2007

Programming Windows

Hi all,
I have started learning windows programming. Haven't gone through a lot. Just in the beginner position. I bought the book "Programming windows, 5th Ed" By Charles Petzold. This is quite good. Although the book says knowledge in C is ok to start windows programming but i doubt that. Anyone who wants to start windows programming, prolific knowledge in C and OOP is must. Here i am only talking about native code (win32) not the managed code. After completing petzold i have planned for learning ATL and WTL. A lot tutorials can be found over net on those topics but for WTL - i found tutorials on Codeproject is the best. Books on ATL or WTL seems rare. I couldn't manage any.
Looking for more tutorials on win32, ATL & WTL. If i find any i will post those here. And if you have any links to share with me please leave a message.
Bye