Hey, I'm to work on GUI interfaces with C++ but I have loads of classes that I want to use, will I have to re-code the whole classes or can I still use them? + Are they hard to implement and use?
Thanks

Recommended Answers

All 2 Replies

I feel your question is a bit vague, so I'm afraid my answer will necessarily also be vague. If your classes have nothing whatsoever to do with I/O then you'll need to change nothing. However, if any of them do console I/O, then you've got problems.

GUI depends on the operating system. You can use os-independent classes such as wxWidgets or QT that work on both MS-Windows and *nix. Maybe works on MAC too, I don't know.

>>Are they hard to implement and use?
Yes.

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.