В Риге этому реально где-то профессионально научиться с нуля?
Комментарии (38)
Загрузка комментариев...
Похожие записи
-
-
-
iOS vs Android ( Для тех, кто ещё сомневается в силе Android )
DEF SHOCKE PLAY (32) 1567 20 26. июля, 2013.г.1 -
-
-
Svaigi Āboli: Apple WWDC 14 - iOS 8, Mac OS X Yosemite - Īsi par galveno
Danila Ravinsky 1296 1 4. июня, 2014.г.1 -
Need For Speed: No Limits 2015 ( Эксклюзив только для iOS и Android )
DEF SHOCKE PLAY (32) 1400 6 7. января, 2015.г.
Спасибо огромное... буду очень признателен...
Мне это не за чем :)
Кодил последний раз очень давно и то самое серьезное, что нужно было кодить (из того что я помню) это был перцептрон (прога которая должна была распознвать всего-лишь две буква нарисованные в встроенном в прогу мини графическом редакторе)
зачем же специально усложнять себе жизнь/процесс работы?
Pascal -- ум, честь и совесть нашей эпохи!
Ну...в названии темы я написал iOS т.ч. вопрос был про нее... но ты ответил на него раньше, чем я успел спросить :)))))
а под смартфоны тоже на делфях можно писать приложения?
cм. комментарии в частности, статьи от главных бАрАдАтых дядек:
Brian W. Kernighan, April 2, 1981
AT&T Bell Laboratories, Murray Hill, New Jersey 07974
дедушку Kernighan-а представлять не надо? :)
Delphi флагман почти 20 лет уже... например из последнего C++ для 64 битной OS только будет в следующем месяце, а Delphi уже есть....
The Objective-C language was chosen for a variety of reasons. First and foremost, it’s an object-oriented
language. The kind of functionality that’s packaged in the Cocoa frameworks can only be delivered through
object-oriented techniques. Second, because Objective-C is an extension ofstandard ANSI C, existing C programs
can be adapted to use the software frameworks without losing any of the work that went into their original
development. Because Objective-C incorporates C, you get all the benefits of C when working within Objective-C.
You can choose when to do something in an object-oriented way (define a new class, for example) and when
to stick to procedural programming techniques (define a structure and some functions instead of a class).
Moreover, Objective-C is a fundamentally simple language. Its syntax is small, unambiguous, and easy to learn.
Object-oriented programming, with its self-conscious terminology and emphasis on abstract design, often
presents a steep learning curve to new recruits. A well-organized language like Objective-C can make becoming
a proficient object-oriented programmer that much less difficult.
Compared to other object-oriented languages based on C, Objective-C is very dynamic. The compiler preserves
a great deal of information about the objects themselves for use at runtime. Decisions that otherwise might
be made at compile time can be postponed until the program isrunning. Dynamism gives Objective-C programs
unusual flexibility and power. For example, it yields two big benefits that are hard to get with other nominally
object-oriented languages:
● Objective-C supports an open style of dynamic binding, a style that can accommodate a simple architecture
for interactive user interfaces. Messages are not necessarily constrained by either the class of the receiver
or even the method name, so a software framework can allow for user choices at runtime and permit
developers freedom of expression in their design. (Terminology such as dynamic binding , message , class,
and receiver are explained in due course in this document.)
● Dynamism enables the construction of sophisticated development tools. An interface to the runtime
system provides access to information about running applications, so it’s possible to develop tools that
monitor, intervene, and reveal the underlying structure and activity of Objective-C applications.
а отказываться от Delphi -- это быть самому себе врагом :)