Computer Science Canada Clear screen |
Author: | The_$hit [ Wed Mar 23, 2005 5:30 pm ] |
Post subject: | Clear screen |
I am running mac OSX with codewarrior 8. I need to find what clear screen functions are available. Also if any one knows any GUI functions that are available that would be great. |
Author: | rizzix [ Wed Mar 23, 2005 5:39 pm ] |
Post subject: | |
dude i could help but i use the standard developer tools that apple provides. btw why are u using codewrrior, not that its bad or anything, just that the dev tools apple provides is free. ehm, yea. in anycase ur not using anything codewarrior specific are u? and u meantiond GUI? dont u mean CUI? if CUI then there is a tool that all unixes have: ncurses. if GUI.. then what framework are u using? Carbon or Cocoa? or something else? |
Author: | The_$hit [ Wed Mar 23, 2005 5:59 pm ] |
Post subject: | |
Where do you get standard developer? Is it for OSX?GUI=Graphicl User Interface. what i really need are some functions to draw lines or import picture if there are any. |
Author: | rizzix [ Wed Mar 23, 2005 6:09 pm ] |
Post subject: | |
yes and CUI = Character User Interface. so you want to create a GUI program and you dont know where to start. Is that it? Or did u mean something else? for apple's dev tools (Xcode v1.5) go to developer.apple.com. register. login. figure it out from there onwards. if ur still confused, post. |
Author: | Andy [ Wed Mar 23, 2005 6:51 pm ] |
Post subject: | |
system("cls") is what ur looking for if ur doing console |
Author: | rizzix [ Wed Mar 23, 2005 8:07 pm ] |
Post subject: | |
that is windows specific. dont even think of trying that. |
Author: | The_$hit [ Tue Mar 29, 2005 9:10 pm ] |
Post subject: | |
ok. I am wondering if any one knows about the function notealert()? I do not know how to use it. I am using Codewarrior still (need to get OS 10.3 before i can get Xcode) and i think it is a part of the Carbon library. |
Author: | rizzix [ Wed Mar 30, 2005 12:20 am ] |
Post subject: | |
sorry bud, can't help you in carbon. Me == Cocoa developer |
Author: | The_$hit [ Wed Mar 30, 2005 7:50 am ] |
Post subject: | |
Where do you get good cocoa guides? Is cocoa an OOL? |
Author: | rizzix [ Wed Mar 30, 2005 9:29 am ] |
Post subject: | |
OOL? well Cocoa is a library that is written in the Objective-C programming language. It is the prefered way of programming (now-a-days) for OSX. |
Author: | wtd [ Wed Mar 30, 2005 1:57 pm ] |
Post subject: | |
And yes, Objective-C does a pretty good job with object-orientation, and Cocoa is a nicer framework to work with than Carbon. |
Author: | The_$hit [ Wed Mar 30, 2005 6:03 pm ] |
Post subject: | |
Where is the best place to get cocoa manuals? |
Author: | rizzix [ Wed Mar 30, 2005 11:27 pm ] |
Post subject: | |
There is actually no "good" online cocoa manual. There are amazing books though. I suggest you "must" buy this book: Cocoa Programming for Mac OS X by Aaron Hillegass, Addison Wesely publications. Awesome book. Takes you right into Cocoa development for 10.3++ also give solutions for 10.2.x. Yea its different.. its more clicking than typing in 10.3.x. |