how use gui liabrary in c++ ?
hey, how can i implement gui coding in c++. :confused:
[56 byte] By [
i_great] at [2007-11-11 10:24:10]

# 1 Re: how use gui liabrary in c++ ?
Hi,
C++ per se has no GUI functionality integrated. Depending on your platform/compiler there are different libraries you need to link into your project to be able to create GUIs.
So what's your operating system/compiler/version?
Cheers,
D