Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
7answers
1k views

What is a “private header” in C?

I've been learning C recently, and in one of my textbooks I found a reference to a file with the ".r" extension. Now, as you can imagine, googling "r" or "file extension r" is not productive, so I ...
7
votes
3answers
2k views

Private/public header example?

Can someone please give me an example of how public and private headers work? I have done some reading on the net but I can't seem to find much useful information with sample codes. I was advised that ...
0
votes
3answers
238 views

Does naming an instance varible with underscore as a prefix have any side effects in Cocoa (Objective-C)? [closed]

Possible Duplicate: How does an underscore in front of a variable in a cocoa objective-c class work? I found that in Apple's frameworks' header files , Apple name instance variable with ...