Tagged Questions
0
votes
0answers
42 views
What are the main principles and pitfalls which an iOS programmer should understand? [closed]
I am a beginning iPhone programmer. What are the main issues and problems involved in iOS development? What are the primary methods for increasing execution speed and general effectiveness of code on …
1
vote
7answers
377 views
Have C and C++ Permamently Influenced Programming? [closed]
I can't help but notice that whenever I think out any programming problem in my head, I think it out in a c-like syntax (C++ too if using OOP). Most people write pseudo-code in a c++-like syntax, …