Quote:
Originally Posted by Athens
It made the news here not to long ago so they could bring it in to Canadian market. Sirius dosen't want to risk pissing off regulation athorit…
The FCC and religious right (FCC, Bush admin.) regulating pay radio, cable, book stores will be the end of a free society and the start of communist society. This regulation of pay…
Quote:
Originally Posted by tikki
Stern is so irrelevant at this point. Anyone see the Rolling Stone assault he got? I'll take Opie and Anthony on XM. I'd much rather cringe …
Quote:
Originally Posted by stevesnj
The FCC and religious right (FCC, Bush admin.) regulating pay radio, cable, book stores will be the end of a free society and the start of c…
That's what I was saying earlier, it is crazy what politicians think they need to "protect" us from. Simply amazing that this doesn't stir more people up.
Quote:
Originally Posted by stevesnj
This regulation of pay anything will NEVER happen. Imagine going to a book store and being told you are not allowed to purchase it because o…
Quote:
Originally Posted by tikki
Stern is so irrelevant at this point. Anyone see the Rolling Stone assault he got? I'll take Opie and Anthony on XM. I'd much rather cringe …
Quote:
Originally Posted by Big Mac
You're wrong, Athens. Yes, Sirius is not officially available in Canada due to regulations, but it was unavailable there long before Howard m…
Quote:
Originally Posted by Athens
No you are wrong, Sirius is offically available in Canada
Well, that's a mildly good development. We may have misunderstood each other, ho…
I was actually wondering about the same thing. I do have a postscript laser, so this will work for sure, but I have just gotten my photo printer yesterday.
I guess I will have to…
To my surprise, the ML-1710 does work on the Intel Macs. This is fortunate, as it did not work with the developer releases.
I didn't use the Samsung-USA driver though, as Samsung …
Where should I go to learn (for the complete noob) about either one? After reading a few web pages, I kinda leaning towards Objective-C, but I can't find any that don't already req…
In either case you should really learn plain C first. But for Mac-specific programing, Objective-C is the language of choice. It has the best integration with the Mac APIs (eg, C…
Quote:
Originally Posted by Brass
In either case you should really learn plain C first. But for Mac-specific programing, Objective-C is the language of choice. It has the best…
Xcode can compile C++, Objective-C and plain old C. So you've got a compiler no matter which you go with. And yeah, a search would probably turn up better recommendations than you'…
Good luck making your decision. Like everyone, I agree that you should try and learn C first (or use the Cocoa bindings from a language like Python if learning C isn't your desire…
Quote:
Originally Posted by PBG4 User
Yes, Xcode will compile ANSI compliant C code.
Wow! I thought that there was no way that XCode supported ANSI C, as I can't imagine an…
Quote:
Originally Posted by smitty825
Wow! I thought that there was no way that XCode supported ANSI C, as I can't imagine anyone has written anything in ANSI C in at least 10 …
Quote:
Originally Posted by smitty825
Wow! I thought that there was no way that XCode supported ANSI C, as I can't imagine anyone has written anything in ANSI C in at least 10 …
Quote:
Originally Posted by smitty825
I personally disagree with Brass' statement that Obj-C syntax is far simpler than C++. IMHO, C++ more closely follows the C language behav…
Objective-C has more than one syntactic extension to C. It adds keywords such as @implementation…@end and @try, and the <ProtocolName> syntax for indicating conformance to a …
Quote:
Originally Posted by smitty825
Good luck making your decision. Like everyone, I agree that you should try and learn C first (or use the Cocoa bindings from a language li…