Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to know how to make a window in C program in Ubuntu and also how to make a jar file for a set of C programs.
Posted
Comments
Jochen Arndt 31-Aug-15 2:57am    
Please define "window". If you mean the graphical element to show something within, you must use a library like GTK+ or Qt.

A jar file is a Java archive file used to distribute Java applications. It is just a ZIP archive. So you can use any archive format to pack your C files.
chandanadhikari 31-Aug-15 3:11am    
hi,
if you just want to do some GUI programming on Ubuntu then as Jochen Arndt pointed out you will need a framework like Qt :

http://www.bogotobogo.com/Qt/Qt5_Install_Ubuntu_14_64bit.php
https://wiki.qt.io/Install_Qt_5_on_Ubuntu

secondarily also try to understand what are you targetting KDE or GNOME .

1 solution

Read some beginners guide like Ubuntu: A Beginner’s Guide. FYI: Here is more a Windows site.
 
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