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…
I'm trying to make a script that deletes my cache and histories for Firefox all at once. Here's where I am now:
code:
--- first, set the necessary variables
set drivename to "Maxt…
Couple of suggestions. Look at the path to command in the Standard Addtions scripting addition dictionary. This returns either an alias or string of several default folders.code:se…
Quote:
Originally posted by spiky_dog:
that's your svx right? uh, thanks for making that vid, but it is sure filled with a lot of junk for just 3 shots of actual rally c…
Quote:
Originally posted by banninated68:
I figured that throwing together a decent quality small file sized short movie would end the bitching, but apparently not.
…