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

d-link i524 how to ? — #4

Exactly. And make sure you turn off PPPoE on the Macs if you have it turned on.
MacNN Networking by John Strung

d-link i524 how to ? — #5

Quote: Originally posted by John Strung: Exactly. And make sure you turn off PPPoE on the Macs if you have it turned on. Thanks guys, But the trouble was with the …
MacNN Networking by Coolerman

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

Timbuktu or Apple Remote Desktop? — #1

Among other Macs, I have a powerbook and a tower. I no longer have a display for the desktop and I use the powerbook 90% of the time anyway so the question is: I would like to acce…
MacNN Software by medmuse

Timbuktu or Apple Remote Desktop? — #2

To answer your question in bold: absolutely. ARD, Timbuktu, and VNC all do basically the same thing at the core: let you see and manipulate a remote computer's screen. Yes, remote …
MacNN Software by tooki

Timbuktu or Apple Remote Desktop? — #3

tooki, I want to thank you from the bottom of my heart for such a comprehensive answer. That is exactly what I needed to know. I have searched the 'net for some time and, surprisin…
MacNN Software by medmuse

Anyone using 2wire? — #1

I have a 2wire USB PC Port Adapter with all the correct drivers installed. It only wants to work sometimes, and the colored dot stays red in the Network preferences. It seems tha…
MacNN Software by OperaMan

Anyone using 2wire? — #2

I have to wonder if your drivers are the MOST current. While drivers for "OS X" are supposed to work (in most cases) with any version of OS X, that's not always the case in actual…
MacNN Software by ghporter

Anyone using 2wire? — #3

I'm running fully updated 10.3 with the drivers I downloaded from their site yesterday. The strange thing is that the computer will grab an IP even though it says there is nothing…
MacNN Software by OperaMan

Anyone using 2wire? — #4

Hav you tried reinstalling the drivers? Sometimes they don't "take" when you install them, but the second time all is perfect.
MacNN Software by ghporter

Anyone using 2wire? — #5

Now I see that everytime the computer restarts, the light on the adapter turns on during the beginning of startup, then turns off and stays that way. Apple System Profiler still s…
MacNN Software by OperaMan
mp.ls