What is the best way to design GUI's in C?

C

CFran

According to you, what's best to design GUI's in C?

Someone told me to try GTK, but it's far from simple, mostly when
you're trying to do GUI's for Windows.

By the way, I write in C and compile in GCC under cygwin
 
J

Jason

CFran said:
According to you, what's best to design GUI's in C?

GUI design is platform/task specific, and off topic in c.l.c.
Someone told me to try GTK, but it's far from simple, mostly when
you're trying to do GUI's for Windows.

The choice of graphics libraries is dependent upon what you are trying
to do. For example, the same library used to make a simple data entry
form is probably not the same library used to make optimized 3D
graphics.
By the way, I write in C and compile in GCC under cygwin

You would have better luck finding an answer in a cygwin related
newsgroup.

-Jason
 
M

Mark McIntyre

According to you, what's best to design GUI's in C?

Using GUI development tools. The ones that you use will depend on
what your employer likes or allows. My own opinion is that writing
windows gui apps in C is too painful and I'd write a C++ or C#
frontend using a toolkit like MFC or .Net. If my employer insisted on
C GUIs I'd probably move jobs... :)
Someone told me to try GTK, but it's far from simple, mostly when
you're trying to do GUI's for Windows.

<pedant alert>
by the way you do not apostrophise plurals.
</pedant>
 
E

Eric Sosman

Mark said:
Using GUI development tools. The ones that you use will depend on
what your employer likes or allows. My own opinion is that writing
windows gui apps in C is too painful and I'd write a C++ or C#
frontend using a toolkit like MFC or .Net. If my employer insisted on
C GUIs I'd probably move jobs... :)




<pedant alert>
by the way you do not apostrophise plurals.
</pedant>

<contrarian alert>

At least one reputable style guide for technical
writing recommends apostrophes to form the plurals of
abbreviations:

http://stipo.larc.nasa.gov/sp7084/sp7084ch3.html#3.2

Thus "GUI's" is fine even though "glitzy unnecessary
illusion's" would be incorrect.

(The cited page notes that two even more reputable
style guides discourage the practice as a rule, but
recommend it nonetheless when confusion might otherwise
result. "By the late 1990s most home computers used
version 1990s of MacroHard Doorways" would surely bring out
the red pencil.)

</contrarian alert>

<pedant alert>

By the way, you begin sentences with capital letters
and separate clauses with commas.

</pedant alert>

<smartass alert>

"Plurals! O plurals! O ye multiplicitous plurals!"

</smartass alert>
 
M

Mark McIntyre

<contrarian alert>

At least one reputable style guide for technical
writing recommends apostrophes to form the plurals of
abbreviations:

you call NASA reputable!! :)

FWIW I dislike it, but in fact apostrophes are required when
pluralising capitalised abbreviations. .
result. "By the late 1990s

and numbers, though I personally find that hateful
</contrarian alert>

<pedant alert>

By the way, you begin sentences with capital letters
and separate clauses with commas.

there should be a comma after letters... :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,431
Latest member
ElyseG3173

Latest Threads

Top