Almost a year...
-
Do you think any of us know the parameters to evn 1 percent of the functions we use? We have to look up everything, all the time. (Or cut and paste it from another part of your code) The only thing you have to know is how to sit there for hours, looking at the same documentation, and the same code, untill you find the bug.
Truth is the subjection of reality to an individuals perception
Regarding your last post in the recent spat with Henize in the Soapbox and the advice you gave in the Hardware forum 2 days ago, I for one would be interested in seeing Code Project articles from you that address the issues (from Basic to Advanced) in device drivers and the like.
-
Regarding your last post in the recent spat with Henize in the Soapbox and the advice you gave in the Hardware forum 2 days ago, I for one would be interested in seeing Code Project articles from you that address the issues (from Basic to Advanced) in device drivers and the like.
Seriously? You want me to write articles on device drivers? I am flattered! But arent there a number of articles already on CP regharding this? I had a look some time back and they looked at first glance informative and well written. If you really want to know driver though, dont lok to CP, buy Walter Oneys book, Programming the Windows Driver Model. Best 50$ you will ever spend.
Truth is the subjection of reality to an individuals perception
-
Its more than a year that I'm trying to learn programming windows both ways, SDK and MFC but I still find myself very much infant... Though I admit I have'nt actively coded much becuase I have to pursue my studies but its quite furstrating... It seems to me I can never never be a proficient windows programmer like Jerry Ritcher, Jeff Prosie or Paul... My style goes like this... Suppose I'm working on clipboard. I will open up MSDN read the relevant sections and take appropiate notes out of it. Then will try to build something minimal but working. Will be modifying it until it works the way I want it to be... meanwhile, MSDN lies besides me and I find myself consulting every now and then. Even I forget what parameters WM_SETFONT message takes.... Again I've to resort to MSDN for it. What's wrong where's wrong? You learning process was similar?
Polite Programmer
More Object Oriented then C#
-
Seriously? You want me to write articles on device drivers? I am flattered! But arent there a number of articles already on CP regharding this? I had a look some time back and they looked at first glance informative and well written. If you really want to know driver though, dont lok to CP, buy Walter Oneys book, Programming the Windows Driver Model. Best 50$ you will ever spend.
Truth is the subjection of reality to an individuals perception
-
Regarding your last post in the recent spat with Henize in the Soapbox and the advice you gave in the Hardware forum 2 days ago, I for one would be interested in seeing Code Project articles from you that address the issues (from Basic to Advanced) in device drivers and the like.
Richard A. Abbott wrote:
Regarding your last post in the recent spat with Henize in the Soapbox and the advice you gave in the Hardware forum 2 days ago, I for one would be interested in seeing Code Project articles from you that address the issues (from Basic to Advanced) in device drivers and the like.
ME spat with who? You sure it was me? Who's Henize? Was I in the soapbox? 2 Days ago?? My Minds gone blank? I'll have to Defrag and get back to you :confused: :):cool:
"a fool will not learn from a wise man, but a wise man will learn from a fool" "It is hard to fail, but it is worse never to have tried to succeed." - Theodore Roosevelt "Success is going from failure to failure without losing your enthusiasm." - Winston Churchill
-
Richard A. Abbott wrote:
Regarding your last post in the recent spat with Henize in the Soapbox and the advice you gave in the Hardware forum 2 days ago, I for one would be interested in seeing Code Project articles from you that address the issues (from Basic to Advanced) in device drivers and the like.
ME spat with who? You sure it was me? Who's Henize? Was I in the soapbox? 2 Days ago?? My Minds gone blank? I'll have to Defrag and get back to you :confused: :):cool:
"a fool will not learn from a wise man, but a wise man will learn from a fool" "It is hard to fail, but it is worse never to have tried to succeed." - Theodore Roosevelt "Success is going from failure to failure without losing your enthusiasm." - Winston Churchill
-
Sounds like CP is posting at random again. R Abbots e-mail post was in response to one of mine.
Truth is the subjection of reality to an individuals perception
OK So I can stop thinking of Device drivers now then!! I was trying to think what device I could write a driver for!! Phew!!!;P
"a fool will not learn from a wise man, but a wise man will learn from a fool" "It is hard to fail, but it is worse never to have tried to succeed." - Theodore Roosevelt "Success is going from failure to failure without losing your enthusiasm." - Winston Churchill
-
Richard A. Abbott wrote:
Regarding your last post in the recent spat with Henize in the Soapbox and the advice you gave in the Hardware forum 2 days ago, I for one would be interested in seeing Code Project articles from you that address the issues (from Basic to Advanced) in device drivers and the like.
ME spat with who? You sure it was me? Who's Henize? Was I in the soapbox? 2 Days ago?? My Minds gone blank? I'll have to Defrag and get back to you :confused: :):cool:
"a fool will not learn from a wise man, but a wise man will learn from a fool" "It is hard to fail, but it is worse never to have tried to succeed." - Theodore Roosevelt "Success is going from failure to failure without losing your enthusiasm." - Winston Churchill
-
cykophysh39, my comment to you, which was in response to your excellent comments above, was locations to find open source projects for studying purposes. The spat I referred to was here [^].
Ok Not Guilty :-) For open source project I gues you could try www.sourceforge.net. I have had junior developers that I pointed to www.planetsourcecode.com and of course on here, there are plenty of talented individuals on this site, who write some really good stuff!, I have learnt alot from this site alone
"a fool will not learn from a wise man, but a wise man will learn from a fool" "It is hard to fail, but it is worse never to have tried to succeed." - Theodore Roosevelt "Success is going from failure to failure without losing your enthusiasm." - Winston Churchill
-
Well, why not Charlz... Moreover, I'm using VC.NET 2003. Any further advice?
Polite Programmer
More Object Oriented then C#
OK, then intellisense should help you out a fair bit, although you still need to look up all those constants. I still need to do the same, for a lot of the APIs I don't use so often.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog