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

Objective-C and Swift

 
AnswerRe: Tutorials for objective - C Pin
SOHAM_GANDHI8-Feb-14 0:54
SOHAM_GANDHI8-Feb-14 0:54 
QuestionHow to print a two dimensional array using one loop? Pin
Member 103350196-Dec-13 19:46
professionalMember 103350196-Dec-13 19:46 
SuggestionRe: How to print a two dimensional array using one loop? Pin
Richard MacCutchan6-Dec-13 21:44
mveRichard MacCutchan6-Dec-13 21:44 
GeneralRe: How to print a two dimensional array using one loop? Pin
jschell7-Dec-13 10:51
jschell7-Dec-13 10:51 
GeneralRe: How to print a two dimensional array using one loop? Pin
Richard MacCutchan7-Dec-13 21:23
mveRichard MacCutchan7-Dec-13 21:23 
GeneralRe: How to print a two dimensional array using one loop? Pin
jschell9-Dec-13 14:51
jschell9-Dec-13 14:51 
GeneralRe: How to print a two dimensional array using one loop? Pin
Richard MacCutchan9-Dec-13 22:13
mveRichard MacCutchan9-Dec-13 22:13 
GeneralRe: How to print a two dimensional array using one loop? Pin
Brijesh Kumar Prajapati16-Jan-14 21:56
Brijesh Kumar Prajapati16-Jan-14 21:56 
This is not valid question because two dimensional array means one Row and one column.If you want to print without second loop so you have to give column address.
Example:-

For(int i=0;i<3;i++)
{
arr[i][0]=10;
arr[i][1]=23;
arr[i][2]=33;
}
But this is wrong way for programming.
QuestionRe: How to print a two dimensional array using one loop? Pin
Richard MacCutchan16-Jan-14 23:00
mveRichard MacCutchan16-Jan-14 23:00 
QuestionEnter a Variable Properly Pin
Member 1043654930-Nov-13 13:41
Member 1043654930-Nov-13 13:41 
GeneralRe: Enter a Variable Properly Pin
Richard MacCutchan30-Nov-13 21:36
mveRichard MacCutchan30-Nov-13 21:36 
QuestionRetrieving Direct YouTube Links (.mp4, etc) Pin
MinhAnhdhsbshjs29-Nov-13 21:41
MinhAnhdhsbshjs29-Nov-13 21:41 
Questionhow to validate username and password from server using json parser in ios Pin
Member 1036909129-Oct-13 17:41
Member 1036909129-Oct-13 17:41 
QuestionNeed help on learning Objective-C Pin
tpatel119-Sep-13 20:09
tpatel119-Sep-13 20:09 
AnswerRe: Need help on learning Objective-C Pin
Mr_z23-Sep-13 10:25
Mr_z23-Sep-13 10:25 
AnswerRe: Need help on learning Objective-C Pin
MatthysDT24-Sep-13 23:52
MatthysDT24-Sep-13 23:52 
AnswerRe: Need help on learning Objective-C Pin
David Gichangi Axelson27-Oct-13 20:58
David Gichangi Axelson27-Oct-13 20:58 
AnswerRe: Need help on learning Objective-C Pin
lenjka5-Dec-13 1:17
lenjka5-Dec-13 1:17 
AnswerRe: Need help on learning Objective-C Pin
Simon Ensslen5-Dec-13 1:48
Simon Ensslen5-Dec-13 1:48 
GeneralRe: Need help on learning Objective-C Pin
tpatel124-Dec-13 2:38
tpatel124-Dec-13 2:38 
Questionobjective - c Pin
yusif muffed ektilat25-Aug-13 9:27
professionalyusif muffed ektilat25-Aug-13 9:27 
AnswerRe: objective - c Pin
jschell26-Aug-13 8:58
jschell26-Aug-13 8:58 
AnswerRe: objective - c Pin
Member 1023607128-Aug-13 2:21
Member 1023607128-Aug-13 2:21 
AnswerRe: objective - c Pin
SrinivasLadi9-Sep-13 0:28
SrinivasLadi9-Sep-13 0:28 
Questionhow to detect Pen drive using c language Pin
jagadeesh253024-Jul-13 1:35
jagadeesh253024-Jul-13 1:35 

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.