J
Jeff Johnson
If you say so. The first GUI I used was the stuff in <windows.h>
on VC++6. I had no designer to work with and pretty much nothing
was as simple as it could be.
Nowadays I use Gtk - it's a lot nicer to work with, but I still
don't use a designer to lay stuff out. It's easier to write the
code in the first place than to have to reformat and tweak it
after the fact.
(Though to be fair, for any project of reasonable complexity,
I drop the GUI entirely because I'm not able to use GUI's to
do anything reasonably complex. Maybe the problem is on my
end but it applies to all graphical interfaces.)
And this is EXACTLY what I meant when I said that learning with console
applications was a "cultural" thing. You came from the text-based culture.
Today's n00Bs can go either way.