how to display the value of a variable using graphics in c or c++?

Recommended Answers

All 2 Replies

I don't do much GUI programming but I do remember that the first thing you need to know is what API you are using as there is no way to do this in standard C/C++. It's all API/GUI dependent. The good news is that the process is similar in a variety of controls/etc within at least the Windows API. Any tutorial on programming for Windows will show you how.

link, if you're on windows

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.