Recent content by ignaciocabero
-
I
Objective-C app programming problem
Thanks for the help but nothing worked :(- ignaciocabero
- Post #3
- Forum: Programming and Computer Science
-
I
Objective-C app programming problem
So I'm currently developing a simple iOS Application, written in Objective-C, and I recently came across this problem. the first problem says "Expected identifier or '( '" The second problem says "Missing '@end'" even though '@end' is clearly there. Any help would be great.- ignaciocabero
- Thread
- App Programming
- Replies: 3
- Forum: Programming and Computer Science
-
I
C/C++ Programming Languages: C++, Objective C, Java & More
ALWAYS LEARN PYTHON FIRST. I learned Python at age 11, and now I'm 14. Even I can say that it helps when learning more advanced languages, such as Objective-C(language for making iOS and Mac applications,)- ignaciocabero
- Post #17
- Forum: Programming and Computer Science
-
I
Objective-C Help - Ignacio Cabero Can't Figure It Out
Thanks, but when I put a '( ' like it tells me to, it doesn't work.- ignaciocabero
- Post #6
- Forum: Programming and Computer Science
-
I
Objective-C Help - Ignacio Cabero Can't Figure It Out
Welp, I actually fixed that problem by adding some brackets, but now this shows up.- ignaciocabero
- Post #4
- Forum: Programming and Computer Science
-
I
Objective-C Help - Ignacio Cabero Can't Figure It Out
Thanks so much, that helped for the hero addChild, but there is still the three other ones that I need help with (the ones under the hero addChild- ignaciocabero
- Post #3
- Forum: Programming and Computer Science
-
I
Objective-C Help - Ignacio Cabero Can't Figure It Out
I've tried to figure out the problem all night, but I can't figure it out. Sorry if it's hard to see. Thank you so much, Ignacio Cabero.- ignaciocabero
- Thread
- Replies: 5
- Forum: Programming and Computer Science
-
I
Why Does Use of Undeclared Identifier 'touchesBegan' Error Occur in Objective-C?
Thank you guys so much. As a beginner developer, thank you so much- ignaciocabero
- Post #5
- Forum: Programming and Computer Science
-
I
Why Does Use of Undeclared Identifier 'touchesBegan' Error Occur in Objective-C?
I already tried touchesBegin :( I get it to work.- ignaciocabero
- Post #4
- Forum: Programming and Computer Science
-
I
Why Does Use of Undeclared Identifier 'touchesBegan' Error Occur in Objective-C?
Hello, I am making an iOS game, written in Objective-C, but I have recently encountered a problem. If you can help me, I would appreciate it a lot. If it's hard to read, it say -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {The problem says "Use of undeclared identifier...- ignaciocabero
- Thread
- Replies: 4
- Forum: Programming and Computer Science