In article <>,
says...
> > I'm C++ programmer but never messed with html until starting to look at
> > FrontPage.
>
> Here's a tip for you then
As a C++ programmer you would know that you
> can't trust a WYSIWYG program to create code for you....
No one builds a GUI application in C without using a WYSIWYG generated
code. Visual Studio, Borland C, even GNU create code for you when
building an application. And thank god they do. Who wants to write all
the BS common code to handle a button event? I will tell it what to do
when the event happens, but I dont want to deal with the code that
triggers the actual event (Message maps etc...) The GUI stepping in
adding common code has been a godsend to application developers.
Well up to date developer that is. You can still use Notepad you write
all your C application, and debug with printf's if you like. But no one
will hire you.
--
Whitecrest Entertainment
www.whitecrestent.com