epatel

8,416
Reputation
750 views

Registered User

Name epatel
Member for 1 year
Seen 31 mins ago
Website
Location Sweden
Age 42
Senior Software Engineer running own business with a friend in Sweden.

2d
comment store a string in an int
@Mark Byers: It said C from the beginning.
Nov
23
accepted what exact retain means?
Nov
23
answered Crash At Splash Screen, iPhone
Nov
22
revised store a string in an int
added 168 characters in body
Nov
22
comment store a string in an int
@caf True, but this way you are sure the chars is layed out like a string.
Nov
22
answered store a string in an int
Nov
17
answered Why does my object take up 64 bytes and not 32?
Nov
16
comment Is agile scientifically proven?
Who said it's 'scientific evidence'? Notice the question mark after the first word? I would as others here say that it's very difficult to say anything with certainty about "agile" as it's open for interpretation and freedom to select from. I think that what Alistair brings to the table are collected "experience" (from real world projects) and from that "we" can make better decisions.
Nov
16
answered Generic factory in C++
Nov
16
comment Detecting the use of private APIs
I read your update. Those vars can be accessed in a straight struct way, making them being offsets known by the compilers...so I think you should focus on which parts uses UITouch stuff. ie, who uses/defines touchesBegin:/touchesMove:/touchesEnd:
Nov
16
answered Detecting the use of private APIs
Nov
11
answered Removing macro in legacy code
Nov
10
comment Starting a .app file from java
I'd set cmd to "open ./file.app"
Nov
10
comment iPhone Development Provisioning Assistant Step 3 public/private Key problem
They have added videos of the process in the "Portal". You should find the under the "User Guide" which still is up to the right.
Nov
6
awarded  Nice Answer
Nov
4
accepted Send an email from an iPhone app containing an img tag.
Nov
4
answered Obj-C method not being recognized in same class
Nov
2
answered What is your most useful C/C++ snippet?
Oct
27
comment NSImage imageNamed: for Mac Mini returns small icon instead of high-res
@Dave DeLong, I believe he means that the image "NSComputer" is fetched by the system from the directory...and he mention it here so you can check for yourself what reps are in the actual file. Not that you should put the full path in your code.
Oct
26
comment What modern version of LOGO should I use to teach a child programming
Well, if you have set your mind to it why not have a look at terrapinlogo.com/terrapin-logo.php who also have integrated their LOGO with Lego Mindstorm en.wikipedia.org/wiki/Lego_Mindstorms That's so cool I almost got to get a set myself :)
Oct
25
answered Break on EXC_BAD_ACCESS in XCode?
Oct
24
answered What modern version of LOGO should I use to teach a child programming
Oct
23
answered Strange problem comparing floats in objective-C
Oct
23
answered How can I use FIND to recursively backup multiple subversion repositories
Oct
22
revised Global variables in IPHONE APP
formatting
Oct
22
accepted How to Properly set an integer value in NSDictionary?
Oct
22
answered How to Properly set an integer value in NSDictionary?
Oct
21
revised Why is Xcode reporting a “defined but not used” warning for my class variable?
added 43 characters in body
Oct
21
answered Why is Xcode reporting a “defined but not used” warning for my class variable?
Oct
18
awarded  Nice Answer
Oct
16
comment Is there a developer licensing program for OSX?
Looking for cheap hardware? Get a used mac mini from ebay. The G4's with Leopard should work fine for a lot of mac dev things.
Oct
16
answered Use Google Chrome/ Chromium instead of WebKit on MacOS
Oct
15
answered C: Looping without using looping statements or recursion
Oct
14
revised What’s Your Motto As A Developer/Programmer?
added 216 characters in body
Oct
14
revised What are the primitive Forth operators?
broken link: update
Oct
14
answered C: Looping without using looping statements or recursion
Oct
12
answered D.R.Y vs “avoid macros”
Oct
12
comment what exact retain means?
No. You have to use retain/release on the iPhone. I maybe wrote a bit confusing. The retain/release are on the way out. Some like it, others not.
Oct
12
answered what exact retain means?
Oct
11
awarded  Nice Answer
Sep
26
answered Strange Clipping Issue in OpenGL
Sep
24
revised Where can I find 3D model files?
added 262 characters in body
Sep
24
answered Where can I find 3D model files?
Sep
18
comment Handling input into struct elements with array
yup, getting advanced...for some homework
Sep
18
answered Handling input into struct elements with array
Sep
15
comment Great programming quotes
So you believe in "fate" and not in "free will" :)
Sep
14
answered What is the simplest way to setup a server to read data from incoming socket connections?
Sep
14
comment iPhone, bundles and file access
Think that will break the codesign and it will not run on a device
Sep
9
accepted How do I draw text with GLUT / OpenGL in C++?
Sep
9
accepted code or tutorial for how to make call for iphone application ?