I'm sure you all have at some times used EZWin.lib to do graphics through c++
I'm on a mac though, and I need to find somewhere where I can download and install a mac compatible version
anyone?
This is a discussion on EZWin within the C++ Programming forums, part of the General Programming Boards category; I'm sure you all have at some times used EZWin.lib to do graphics through c++ I'm on a mac though, ...
I'm sure you all have at some times used EZWin.lib to do graphics through c++
I'm on a mac though, and I need to find somewhere where I can download and install a mac compatible version
anyone?
>I'm sure you all have at some times used EZWin.lib to do graphics through c++
Never heard of it.Google also doesn't show anything at first glance. Where did you get this library?
My best code is written with the delete key.
My bad
EZWindows.lib is a windows library file used in the text that I've been using as refference
god I hate windows
anyway, does anyone know of a tutorial I can use to learn how to do a basic GUI (open a window, display text, but and get input from buttons, maybe get text input) on a mac (OS X)?
thanx
Go to developer.apple.com. The API you're looking for is called Cocoa I think. They'll have lots of example source code, though I'm yet to find a decent tutorial. Give google a try ig you're not satisifed with what apple.com gives you.anyway, does anyone know of a tutorial I can use to learn how to do a basic GUI (open a window, display text, but and get input from buttons, maybe get text input) on a mac (OS X)?