Skip to main content
Search titles, bodies, and author names
Found 3,321 posts across 1 forum.

New icons for NeoOffice/J: Designers wanted — #1

As mentioned before it seems rather difficult to find any developers to support the Mac port of OOo, but here is another issue that can be adressed by any willing artist: designing…
MacNN Development by HOMBRESINIESTRO

C++, Xcode telling me main() needs int?! — #1

Hi Folks, I have just begun to code C++ for the first time starting yesterday and I can't even get the very first most basic script completed that I found in a tutorial. Now, the …
MacNN Development by iPhotoStuff

C++, Xcode telling me main() needs int?! — #3

Quote: Originally posted by iPhotoStuff: Hi Folks, now, I read in a bunch of places that different compilers require different returns for main? Frankly, I have no idea…
MacNN Development by PBG4 User

C++, Xcode telling me main() needs int?! — #4

the return value usually just tells the OS the exit status of the program. Just change that main function to read: int main() { ... } and at the end of the program before the last…
MacNN Development by itistoday

C++, Xcode telling me main() needs int?! — #5

another spot that discusses something similar to this question is down a little ways titled "help please" posted by zanyterp . . . (me). perhaps can help little bit more. . . .whi…
MacNN Development by zanyterp

C++, Xcode telling me main() needs int?! — #6

Quote: Originally posted by zanyterp: while on this topic here, if i declare a function that main() calls, does void functionName() work? (including the ';' as needed of…
MacNN Development by Chuckit

C++, Xcode telling me main() needs int?! — #7

Quote: Originally posted by zanyterp: another spot that discusses something similar to this question is down a little ways titled "help please" posted by zanyterp . . . …
MacNN Development by PBG4 User

C++, Xcode telling me main() needs int?! — #8

Quote: Originally posted by PBG4 User: Yes, you can create void functions. It's just that some compilers expect the main method to be declared as int main... The C+…
MacNN Development by Chuckit

C++, Xcode telling me main() needs int?! — #9

Quote: Originally posted by Chuckit: void functionName(); is a valid declaration. You should just be including the header file, though. so instead of declaring the…
MacNN Development by zanyterp

C++, Xcode telling me main() needs int?! — #10

Normally you declare your functions in a header file and define them in an implementation file. Like this: code:// SomeClass.h #ifndef SOMECLASS_H #define SOMECLASS_H class Some…
MacNN Development by Chuckit

C++, Xcode telling me main() needs int?! — #11

Quote: Originally posted by Chuckit: Normally you declare your functions in a header file and define them in an implementation file. Like this: code:// SomeClass.h #if…
MacNN Development by zanyterp

C++, Xcode telling me main() needs int?! — #12

Well, you don't want to include a file that's going to be compiled in another file that's going to be compiled. That will just confuse things. Also, header files do make your desig…
MacNN Development by Chuckit

C++, Xcode telling me main() needs int?! — #13

Quote: Originally posted by Chuckit: Normally you declare your functions in a header file and define them in an implementation file. Like this: code:// SomeClass.h #if…
MacNN Development by PBG4 User

iPod Shuffle a marketing gem! — #1

Aside from the fact that the 1Gig version provides excellent bang-per-buck purely as a flash drive, it will probably become an excellent marketing/merchandising tool. Finally Appl…
MacNN Peripherals by Feathers

iPod Shuffle a marketing gem! — #2

My wife's cousin needed to get a flash drive for school. I told her that Apple just came out with a 512 MB or 1 GB iPod that CAN BE USED AS A FLASH DRIVE for $99 and $149, respect…
MacNN Peripherals by Mrjinglesusa

iPod Shuffle a marketing gem! — #5

Not only is this a marketing gem for Apple but for other companies as well. Say if you want to give one to a good customer or as a promotion or other such things. They are inexpe…
MacNN Peripherals by typoon

iPod Shuffle a marketing gem! — #6

I wonder how many people will be going in looking to purchase a $99 iPod shuffle and walking out with a iPod mini or a full blown iPod?
MacNN Peripherals by mitchell_pgh

iPod Shuffle a marketing gem! — #7

Yes, I'm going to buy two! A 1GB plus a Photo iPod, 'cause I need that Playboy mag subscription! ;^) But if I break down and get a Mini instead, would it do the same type of synch…
MacNN Peripherals by MacTheKnife
mp.ls