-
//
// main.m
// Lesson04 - Initializers
//
// Created by hackeru on 22/03/2017.
// Copyright © 2017 juda. All rights reserved.
//
#import
#import "Person.h"
@interface Dog : NSObject…
-
```
#import
#import "Calculator.h"
int main(int argc, const char * argv[]) {
@autoreleasepool {
Calculator *myCalculator = [[Calculator alloc] init];
[…
-
**Protocol HomeWork for Delegated (Listeners)**
```
//
// main.m
// Protocol - HW
//
// Created by hackeru on 29/03/2017.
// Copyright © 2017 juda. All rights reserved.
//
#import
#…
-
**Blocks**
```
#import
//void myFunc(){
// NSLog(@"in myFunc()");
//}
@interface Dog : NSObject
@property int age;
-(void)bark;
@end
@implementation Dog
@synthesize age;
-(…
-
can support objective-c?
-
Currently, C, C++ nor Objective-C analysis is supported.
I was thinking about [OCLint](http://oclint.org/) ([GitHub](https://github.com/oclint/oclint)) to be used as an analyzer.
Would it be possible …
-
```
Attached are the brushes files for C# and Objective-C, or at least a good
start for both. They work well for me so far.
```
Original issue reported on code.google.com by `mdes...@gmail.com` on 2…
-
```
It would be good it the C++ code could all be moved behind the objective-C
wrapper. This would remove the need for having Objective-C++ in all the
project code.
```
Original issue reported on cod…
-
```
It would be good it the C++ code could all be moved behind the objective-C
wrapper. This would remove the need for having Objective-C++ in all the
project code.
```
Original issue reported on cod…
-
```
It would be good it the C++ code could all be moved behind the objective-C
wrapper. This would remove the need for having Objective-C++ in all the
project code.
```
Original issue reported on cod…