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 …
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 …
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…
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…
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…
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…
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 . . . …
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+…
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…
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…
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…
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…
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…
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…
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 …
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…
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…
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…
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…
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…