Subj : Re: Windows Procedural Programming To : comp.programming From : peetm Date : Tue Jul 26 2005 03:36 pm Most Windows' apps are written in either C or C++ - they *all* used to be written in C ... so, yes, you can write in C. I wrote a book on some advanced programming in Windows in C - (for Windows 3.0 ... I was on the team) - it was called 'Windows, Advanced Programming and Design'. Although I doubt whether you'd find a copy of that anyway, or that it's really suitable for two reasons. 1. it was, um, Advanced, and 2. there's better ways these days! However, if you'd like the *classic* text on this subject - get/find a copy of Petzold for whatever win platform you're looking to explore. "Snooze" wrote in message news:qYTEe.158226$go.54415@fed1read05... >I want to begin developing Windows applications, but I don't have any > experience with OOP or Windows programming; only procedural programming. > Is it possible to develop Windows applications using only a procedural > programming language such as C or Pascal rather than an OOP language? > > Thanks .