Cargando…

HaXe 2 beginner's guide : develop exciting applications with this multi-platform programming language /

Develop exciting applications with this multi-platform programming language.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Dasnois, Benjamin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2011.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn759844236
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 111107s2011 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d NLGGC  |d YDXCP  |d VT2  |d DKDLA  |d OCLCF  |d OCLCQ  |d OCL  |d COO  |d OCLCQ  |d AZK  |d LOA  |d JBG  |d AGLDB  |d ICA  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d U3W  |d D6H  |d STF  |d WRM  |d OCLCQ  |d VTS  |d NRAMU  |d NLE  |d INT  |d UKMGB  |d OCLCQ  |d WYU  |d OCLCQ  |d A6Q  |d UKAHL  |d HS0  |d VLY  |d OCLCQ  |d OCLCO  |d OCLCQ  |d UKCRE  |d AU@  |d OCLCO 
015 |a GBB6G3963  |2 bnb 
016 7 |a 018011874  |2 Uk 
019 |a 759158586  |a 803470224  |a 961548584  |a 962639692  |a 966211215  |a 988510228  |a 992073049  |a 1037747615  |a 1038657447  |a 1045471542  |a 1055379768  |a 1064149927  |a 1081198095  |a 1083565153  |a 1103259434  |a 1129352787  |a 1153032709  |a 1162001117  |a 1354569901 
020 |a 9781849512572  |q (electronic bk.) 
020 |a 1849512574  |q (electronic bk.) 
020 |a 9781849512565  |q (electronic bk.) 
020 |a 1849512566  |q (electronic bk.) 
020 |a 1283308134 
020 |a 9781283308137 
020 |a 9786613308139 
020 |a 6613308137 
029 1 |a AU@  |b 000050963173 
029 1 |a AU@  |b 000053017121 
029 1 |a AU@  |b 000053280346 
029 1 |a CHNEW  |b 000615621 
029 1 |a DEBSZ  |b 372703682 
029 1 |a DEBSZ  |b 493096639 
029 1 |a UKMGB  |b 018011874 
029 1 |a AU@  |b 000059386874 
035 |a (OCoLC)759844236  |z (OCoLC)759158586  |z (OCoLC)803470224  |z (OCoLC)961548584  |z (OCoLC)962639692  |z (OCoLC)966211215  |z (OCoLC)988510228  |z (OCoLC)992073049  |z (OCoLC)1037747615  |z (OCoLC)1038657447  |z (OCoLC)1045471542  |z (OCoLC)1055379768  |z (OCoLC)1064149927  |z (OCoLC)1081198095  |z (OCoLC)1083565153  |z (OCoLC)1103259434  |z (OCoLC)1129352787  |z (OCoLC)1153032709  |z (OCoLC)1162001117  |z (OCoLC)1354569901 
037 |a 9781849512572  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.9.H85  |b D37 2011eb 
072 7 |a COM  |x 057000  |2 bisacsh 
082 0 4 |a 006.8  |2 23 
049 |a UAMI 
100 1 |a Dasnois, Benjamin. 
245 1 0 |a HaXe 2 beginner's guide :  |b develop exciting applications with this multi-platform programming language /  |c Benjamin Dasnois. 
246 3 |a Haxe Two beginner's guide 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c ©2011. 
300 |a 1 online resource (ix, 246 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 1 |a Community experience distilled 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting to know haXe; Installing haXe; Two ways to install: The installer and sources compilation; Installing on Windows; Installing on MacOSX; Installing on Linux; Installing nightly builds; Verifying your installation; Choosing an editor; FlashDevelop 3; The TextMate bundle; VIM; Writing your first program; Time for action -- writing a Hello World; A program with some interaction; Time for action -- interacting with the user; Summary 
505 8 |a Chapter 2:Basic Syntax and BranchingModules, packages, and classes; Packages; Modules; Classes; Accessing a class; Constants and its types; Booleans; Integers; Floats; Base 10; Scientific notation; Strings; Regular expressions; The null value; Flash9 and above; Binary and unary operators; Binary operators; Assigning values; Comparison operators; Arithmetic operators; Boolean operators; Bitwise operators; Unary operators; Blocks; Variable declaration and scope; Declaring a variable; At class level; Time for action -- Declaring some fields; In a block of instructions 
505 8 |a Field access and function callsConstructing class instance; Conditional branching; If; Switch; Loops; While; For; Break and continue; Time for action -- Using the break keyword; Time for action -- Using the continue keyword; Return; Exception handling; Anonymous objects; Local functions; Managing a fridge; Time for action -- Managing a fridge; Summary; Chapter 3:Being Cross-platform with haXe; What is cross-platform in the library; Object storage; The Std class; The haxe package; The haxe.remoting package; The haxe.rtti package; The haxe. Http class; Regular expressions and XML handling 
505 8 |a Regular expressionsXML handling; Input and output; The DOM interface; The Flash interface; The standard input/output interface; Platform-specific packages; JavaScript; Flash; Neko; PHP; C++; Conditional compilation; Conditional compilation depending on flags; Conditional compilation depending on the target; The remap switch; Coding cross-platform using imports; Time for action -- Welcoming the user on Neko & PHP; Time for action -- Reading from the XML file; Time for action -- Writing to an XML file; Testing our sample; Making it cross-platform; Summary; Chapter 4:Understanding Types 
505 8 |a Explicitly typed variablesStatic typing; Values with several types; Defining a type; Inheritance; Multi-inheritance; Implementing an interface; Representing a blog article; Time for action -- representing different types of articles; Function's type; Expressing a function's type; Functions using functions; Dynamic functions; Anonymous objects; Duck typing; Creating a function to apply another one; Time for action -- applying a function on every item; Type inference; Assigning a value; Assigning the value of the variable to another one; Passing the variable as a parameter; Casting; Safe casting 
520 |a Develop exciting applications with this multi-platform programming language. 
546 |a English. 
504 |a Includes index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Object-oriented programming (Computer science) 
650 6 |a Programmation orientée objet (Informatique) 
650 7 |a COMPUTERS  |x Virtual Worlds.  |2 bisacsh 
650 7 |a Object-oriented programming (Computer science)  |2 fast 
776 0 8 |i Print version:  |a Dasnois, Benjamin.  |t HaXe 2 beginner's guide.  |d Birmingham, U.K. : Packt Pub., ©2011  |z 9781849512565  |w (OCoLC)757434378 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=386113  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943650 
938 |a ebrary  |b EBRY  |n ebr10492871 
938 |a EBSCOhost  |b EBSC  |n 386113 
938 |a YBP Library Services  |b YANK  |n 7188422 
994 |a 92  |b IZTAP