I seriously no idea about this.
And now why I chose that title...
If I have learned programming C, can I use that to both Windows or Mac? The book I read was called "Learning C on the Mac" so I'm not sure, hehe.
Thanks in advance ^^
I seriously no idea about this.
And now why I chose that title...
If I have learned programming C, can I use that to both Windows or Mac? The book I read was called "Learning C on the Mac" so I'm not sure, hehe.
Thanks in advance ^^
Yes. You. Can
We stand as one, to remember Mirror.
While you are programming in C you are going to want to make sure that you don't make it windows specific. Make everything OOP (Object Oriented) and also an almost module based system, that way you can swap the correct files needed quickly and you can create both a MAC and PC version.
Alternatly, you can create both version, just make sure you don't call just Window streams, and you include ifmac refrences.
Still working :-P
Now to second noob question. Does C "support" a GUI?![]()
To create GUI with C, you have to use frameworks.
For example : QT, GTK, wxWidgets (cross-platform) or Windows API.