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

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

reality of wireless surfing — #1

I've been doing some reading this morning about wireless security issues. lots of jargon I'm not familiar with, but I get the idea that when you wireless surf, you are completely v…
MacNN Troubleshooting by axlepin

reality of wireless surfing — #2

You're completely vulnerable to having the signal intercepted between your Mac and wireless access point. Encryption is used to minimize that threat in private networks, but public…
MacNN Troubleshooting by chabig

reality of wireless surfing — #4

Quote: Originally posted by chabig: However, I don't consider the risk significant. Chris do you consider the risk insignificant bcs most people prbly aren't int…
MacNN Troubleshooting by axlepin

reality of wireless surfing — #5

Quote: Originally posted by axlepin: I've been doing some reading this morning about wireless security issues. lots of jargon I'm not familiar with, but I get the idea t…
MacNN Troubleshooting by macroy
mp.ls