Hello, i am looking for creating a progess bar in c application..

I know how to create it in JAVA but i want it in C..

Recommended Answers

All 6 Replies

you have to use the os GUI functions which depend on the os you are using. Displaying a progress bar with C language is a great deal more difficult than it is in java or many other languages.

I think you have to use graphics functions of C and the os GUI functions.
Hoping that you will get the same progress bar as that of JAVA.

What do you want it to look like? A line of * or @ could be used.

What do you want it to look like? A line of * or @ could be used.

I want it just as it is like in java with gui...

What do you want it to look like? A line of * or @ could be used.

What libraries i should use to use the OS functions ????

What libraries i should use to use the OS functions ????

It depends on your OS.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.