Click here to Skip to main content
15,881,380 members
Home / Discussions / Objective-C and Swift
   

Objective-C and Swift

 
AnswerRe: Regarding objective-c's IDE and working OS?! Pin
KarstenK29-Sep-14 7:38
mveKarstenK29-Sep-14 7:38 
QuestionIs it possible Java App developed on Net Bean that can Translate into Objective C for IOS Pin
Member 103822404-Mar-14 9:06
Member 103822404-Mar-14 9:06 
SuggestionRe: Is it possible Java App developed on Net Bean that can Translate into Objective C for IOS Pin
Richard MacCutchan4-Mar-14 22:33
mveRichard MacCutchan4-Mar-14 22:33 
QuestionOSX Desktop Manager (Quartz Compositor) Pin
Member 1060876119-Feb-14 0:57
Member 1060876119-Feb-14 0:57 
AnswerRe: OSX Desktop Manager (Quartz Compositor) Pin
Richard MacCutchan19-Feb-14 3:03
mveRichard MacCutchan19-Feb-14 3:03 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Member 1060876121-Feb-14 0:51
Member 1060876121-Feb-14 0:51 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Dennis E White21-Feb-14 5:12
professionalDennis E White21-Feb-14 5:12 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Member 1060876122-Feb-14 15:35
Member 1060876122-Feb-14 15:35 
AnswerRe: OSX Desktop Manager (Quartz Compositor) Pin
Dennis E White19-Feb-14 4:36
professionalDennis E White19-Feb-14 4:36 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Member 1060876121-Feb-14 0:41
Member 1060876121-Feb-14 0:41 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Dennis E White21-Feb-14 4:57
professionalDennis E White21-Feb-14 4:57 
Questionfood menu restaurant Pin
Member 1047199011-Feb-14 0:26
Member 1047199011-Feb-14 0:26 
AnswerRe: food menu restaurant Pin
Richard MacCutchan11-Feb-14 1:04
mveRichard MacCutchan11-Feb-14 1:04 
AnswerRe: food menu restaurant Pin
Dennis E White12-Feb-14 5:02
professionalDennis E White12-Feb-14 5:02 
QuestionFunctions Pin
JamieM9429-Jan-14 21:50
JamieM9429-Jan-14 21:50 
AnswerRe: Functions Pin
Richard MacCutchan29-Jan-14 22:21
mveRichard MacCutchan29-Jan-14 22:21 
This is standard C notation, and a fundamental construct of the language. If you don't understand it, then you really need to go back to basics and get yourself an introductory book. The first parameter (theBudget) in the function declaration is a pointer to a budget object (Class or Structure). In the first line of the function the program is subtracting the value of the dollars item from the budget member of the object. A rather poor use of names calling a member of the object by the same name as the object type. In fact I'm not sure that that would not produce a compiler error or warning.
Veni, vidi, abiit domum

GeneralRe: Functions Pin
JamieM9429-Jan-14 23:30
JamieM9429-Jan-14 23:30 
GeneralRe: Functions Pin
Richard MacCutchan30-Jan-14 0:45
mveRichard MacCutchan30-Jan-14 0:45 
AnswerRe: MacBook Pro Pin
Richard MacCutchan20-Jan-14 6:45
mveRichard MacCutchan20-Jan-14 6:45 
GeneralRe: MacBook Pro Pin
ericgahn20-Jan-14 8:01
ericgahn20-Jan-14 8:01 
GeneralRe: MacBook Pro Pin
Richard MacCutchan20-Jan-14 8:08
mveRichard MacCutchan20-Jan-14 8:08 
GeneralRe: MacBook Pro Pin
ericgahn20-Jan-14 9:15
ericgahn20-Jan-14 9:15 
JokeRe: MacBook Pro Pin
Dennis E White3-Feb-14 10:39
professionalDennis E White3-Feb-14 10:39 
GeneralRe: MacBook Pro Pin
Richard MacCutchan3-Feb-14 11:33
mveRichard MacCutchan3-Feb-14 11:33 
QuestionDifferences between, Objective-C, iOS programming, etc... PinPopular
ericgahn8-Jan-14 11:58
ericgahn8-Jan-14 11:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.