Talk:C (programming language): Difference between revisions

Content deleted Content added
good question - don't know the answer
Josh Grosse (talk | contribs)
No edit summary
Line 56:
 
::Good question, but one which I don't know the answer to. The only big Windows development project I ever saw was in "real" C++, with a class hierachy etc. etc. It was an absolute PITA to work with, though - in the end I just gave up and wrote the code I needed by monitoring a socket interface this code had with a socket monitor I ginned up with [[Cygwin]].--[[Robert Merkel]]
 
 
 
:Any windows programming that uses MFC is making extensive use of C++, just by virtue of modelling windows in terms of objects. I think that's actually a good portion of Visual C++ programming.