Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am staring to learn c. can i create GUI(graphical user interface)by using C program?
is it possible please explain it and its requirements?

and i have another doubt ...
what is the different between XHTML and HTML5?
which one is advanced ?
Posted

1 solution

Yes, you can - the original Windows was written in C.

It's a heck of a lot of work though. Even if you mean to write a GUI program in C, that uses Windows UI instructions, there are a lot easier ways to do it these days - you would have to do a lot of the work yourself. Better off using either C++ or C# instead - they provide classes which do most (if not all) of the UI hard work for you.

"different between XHTML and HTML5"
XHTML is an xml markup language that mirrors HTML syntaxes, but is a stricter version, HTML5 is an extended version with support for video and audio
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900