標(biāo)題: Titlebook: An Introduction to Object-Oriented Programming in C++; with Applications in Graham M. Seed Textbook 2001Latest edition Springer-Verlag Lond [打印本頁(yè)] 作者: solidity 時(shí)間: 2025-3-21 18:55
書(shū)目名稱An Introduction to Object-Oriented Programming in C++影響因子(影響力)
書(shū)目名稱An Introduction to Object-Oriented Programming in C++影響因子(影響力)學(xué)科排名
書(shū)目名稱An Introduction to Object-Oriented Programming in C++網(wǎng)絡(luò)公開(kāi)度
書(shū)目名稱An Introduction to Object-Oriented Programming in C++網(wǎng)絡(luò)公開(kāi)度學(xué)科排名
書(shū)目名稱An Introduction to Object-Oriented Programming in C++被引頻次
書(shū)目名稱An Introduction to Object-Oriented Programming in C++被引頻次學(xué)科排名
書(shū)目名稱An Introduction to Object-Oriented Programming in C++年度引用
書(shū)目名稱An Introduction to Object-Oriented Programming in C++年度引用學(xué)科排名
書(shū)目名稱An Introduction to Object-Oriented Programming in C++讀者反饋
書(shū)目名稱An Introduction to Object-Oriented Programming in C++讀者反饋學(xué)科排名
作者: SLAG 時(shí)間: 2025-3-22 00:11
Getting Started,cquire before you can do even the simplest of things. With the aid of the simplest of C++ programs, this chapter illustrates several of the key elements of program construction, such as language keywords, the main() junction, program statements and directing program output to the display screen. The作者: 合乎習(xí)俗 時(shí)間: 2025-3-22 03:50
Fundamental Data Types, Declarations, Definitions and Expressions,iable) and the declaration and definition of identifiers. This is followed by discussing assignment; initialisation of identifiers, expressions and statements; operators; and type conversions. Basic input from the keyboard and output to the screen is covered, along with the use of manipulators for f作者: CURB 時(shí)間: 2025-3-22 08:04 作者: Outshine 時(shí)間: 2025-3-22 09:20
Functions,plex program into a series of separate units. The function helps a programmer to organise a program and at the same time to reduce program size and develop reusable code. A programmer’s life without the function would be unbearable.作者: 有節(jié)制 時(shí)間: 2025-3-22 14:56 作者: Emasculate 時(shí)間: 2025-3-22 17:56 作者: Merited 時(shí)間: 2025-3-23 00:10 作者: 排斥 時(shí)間: 2025-3-23 03:00 作者: Root494 時(shí)間: 2025-3-23 06:46
Exception Handling, a language-based mechanism called exception handlingfor handling run-time errors. When an abnormal situation arises at run-time, a program should terminate. If, however, before program termination occurs an exception or error is thrown to a section of the program which deals with exceptions, inform作者: 原始 時(shí)間: 2025-3-23 11:40
Inheritance,sting class or classes which makes inheritance such an important feature in the C++ language, not only from the point of view of object-oriented programming, but also in the design and development of reusable code. Similar classes with inherent relationships can be placed into class hierarchies to a作者: 桶去微染 時(shí)間: 2025-3-23 14:41
Run-Time Type Information and Casting,g in terms of a pointer to the base class, rather than objects of the derived classes, we are able to operate on functions common to all derived classes via a single pointer object that can point to any derived class object. Such a runtime capability is essential to object-oriented programming, but 作者: liposuction 時(shí)間: 2025-3-23 21:03
Namespaces,ngle global scope namespace outside the scope of if-else or switch statement blocks, loops, functions and classes. As programs steadily grow in size they correspondingly become more susceptible to name clashes. A large program will consist of numerous function and class library files, and namespaces作者: 殺菌劑 時(shí)間: 2025-3-24 00:27
Textbook 2001Latest editionf all the major topics of C++, such as Templates; exception handling; RTTI.- practical tools developed for object-oriented computer graphics programming.All code program files and exercises are ANSI C++ compatible and have been compiled on both Borland C++ v5.5 and GNU/Linux g++ v2.91 compilers.作者: exostosis 時(shí)間: 2025-3-24 04:55
l as those at a more advanced level.Based around a central t.An Introduction to Object-Oriented Programming in C++ with . .applications in Computer Graphics. introduces the reader to programming in C++ step by step from the simplest of C++ programs, through features such as classes and templates to 作者: BAN 時(shí)間: 2025-3-24 06:39 作者: 煩人 時(shí)間: 2025-3-24 11:24 作者: MIRE 時(shí)間: 2025-3-24 15:54 作者: 詢問(wèn) 時(shí)間: 2025-3-24 21:38
,F?llbadbereitung, Kuchenbefeuchtung,es via a single pointer object that can point to any derived class object. Such a runtime capability is essential to object-oriented programming, but unfortunately moves us away from the strongly typed compile-time mechanism so characteristic of the C++ language.作者: 脊椎動(dòng)物 時(shí)間: 2025-3-25 01:39
Templates,dependent functions and classes frequently arise when the operation of a function or data of an object is independent of type. The real power of templates is that a function can be defined or a class declared just the once, but can be operated on by all C++ integral or user-defined types.作者: conceal 時(shí)間: 2025-3-25 06:51
Exception Handling,minate. If, however, before program termination occurs an exception or error is thrown to a section of the program which deals with exceptions, information can be gathered to assist in diagnosing the source of the problem which resulted in program termination.作者: Inelasticity 時(shí)間: 2025-3-25 09:28 作者: GONG 時(shí)間: 2025-3-25 12:08
Run-Time Type Information and Casting,es via a single pointer object that can point to any derived class object. Such a runtime capability is essential to object-oriented programming, but unfortunately moves us away from the strongly typed compile-time mechanism so characteristic of the C++ language.作者: tackle 時(shí)間: 2025-3-25 15:55 作者: rectocele 時(shí)間: 2025-3-25 23:32 作者: septicemia 時(shí)間: 2025-3-26 03:09 作者: 狂怒 時(shí)間: 2025-3-26 05:02 作者: glamor 時(shí)間: 2025-3-26 11:39
https://doi.org/10.1007/978-3-663-05409-2. The chapter concludes by examining the auto, extern, register and static storage class specifiers for specifying exactly how a variable is to be stored, and the asm declaration for directly integrating assembly language code into C++ code.作者: 脫毛 時(shí)間: 2025-3-26 14:59 作者: 和藹 時(shí)間: 2025-3-26 19:49
Getting Started,ed for developing a consistent programming style. A good programming style will make your programs more readable and less prone to syntactical errors, and will help you to communicate better with fellow C++ programmers.作者: 勤勉 時(shí)間: 2025-3-26 23:01 作者: 強(qiáng)制令 時(shí)間: 2025-3-27 04:10 作者: aqueduct 時(shí)間: 2025-3-27 07:04 作者: inquisitive 時(shí)間: 2025-3-27 10:03
Namespaces, allow functions and classes to be associated with a scope other than the global file scope. The namespace feature is particularly useful for eliminating name clashes between applications and function and class libraries.作者: chance 時(shí)間: 2025-3-27 14:55 作者: 掙扎 時(shí)間: 2025-3-27 19:05 作者: Myofibrils 時(shí)間: 2025-3-28 00:41
Die Vierte Dimension der Sch?pfungh as possible, then you naturally need the best environment. This chapter attempts to highlight a few key requirements and tools that you should look for in your environment by providing an overview of the Borland C++ for Windows compiler and development suite.作者: Ascribe 時(shí)間: 2025-3-28 03:34 作者: municipality 時(shí)間: 2025-3-28 09:41
https://doi.org/10.1007/978-3-642-45954-2plex program into a series of separate units. The function helps a programmer to organise a program and at the same time to reduce program size and develop reusable code. A programmer’s life without the function would be unbearable.作者: 洞穴 時(shí)間: 2025-3-28 10:33 作者: Obstreperous 時(shí)間: 2025-3-28 18:24
The Development Environment,h as possible, then you naturally need the best environment. This chapter attempts to highlight a few key requirements and tools that you should look for in your environment by providing an overview of the Borland C++ for Windows compiler and development suite.作者: 種子 時(shí)間: 2025-3-28 20:39
Making Decisions and Repetition,computing lies ultimately in testing whether an expression is true or false. This chapter introduces the C++ tools available for making decisions: the if, if-else and switch statements and the conditional operator, ?:, which is a specialised form of the if-else statement.作者: FOR 時(shí)間: 2025-3-29 01:19
Functions,plex program into a series of separate units. The function helps a programmer to organise a program and at the same time to reduce program size and develop reusable code. A programmer’s life without the function would be unbearable.作者: Expurgate 時(shí)間: 2025-3-29 05:35 作者: Infantry 時(shí)間: 2025-3-29 09:34
Die Vierte Dimension der Sch?pfungh as possible, then you naturally need the best environment. This chapter attempts to highlight a few key requirements and tools that you should look for in your environment by providing an overview of the Borland C++ for Windows compiler and development suite.作者: obstruct 時(shí)間: 2025-3-29 12:10 作者: Pituitary-Gland 時(shí)間: 2025-3-29 17:10 作者: 誘騙 時(shí)間: 2025-3-29 22:49 作者: 滴注 時(shí)間: 2025-3-30 02:30
https://doi.org/10.1007/978-3-642-45954-2plex program into a series of separate units. The function helps a programmer to organise a program and at the same time to reduce program size and develop reusable code. A programmer’s life without the function would be unbearable.作者: Memorial 時(shí)間: 2025-3-30 07:12 作者: 消滅 時(shí)間: 2025-3-30 10:42 作者: amplitude 時(shí)間: 2025-3-30 12:22 作者: grenade 時(shí)間: 2025-3-30 18:40 作者: 比賽用背帶 時(shí)間: 2025-3-30 21:40 作者: muscle-fibers 時(shí)間: 2025-3-31 04:16 作者: Commonplace 時(shí)間: 2025-3-31 08:12 作者: 火光在搖曳 時(shí)間: 2025-3-31 13:09
Monographien zur Chemischen Apparaturngle global scope namespace outside the scope of if-else or switch statement blocks, loops, functions and classes. As programs steadily grow in size they correspondingly become more susceptible to name clashes. A large program will consist of numerous function and class library files, and namespaces作者: 逃避現(xiàn)實(shí) 時(shí)間: 2025-3-31 15:08
https://doi.org/10.1007/978-1-4471-0289-2ANSI C; C++; C++ programming language; Exception; Linux; compiler; computer graphics; graphics programming; 作者: 是比賽 時(shí)間: 2025-3-31 18:39
978-1-85233-450-5Springer-Verlag London 2001作者: NEEDY 時(shí)間: 2025-3-31 22:13 作者: BRIBE 時(shí)間: 2025-4-1 05:55 作者: 返老還童 時(shí)間: 2025-4-1 08:48
,Die Spinnmaschinen mit mehreren Düsen,The class is the key element for object-oriented programming in C++. Classes enable a programmer to create new types that have all the features of integral types. In fact, by applying the full features of classes, user-defined types can be designed to be as powerful, well-behaved and ’concrete’ as integral types such as int.作者: 狗窩 時(shí)間: 2025-4-1 10:35
Monographien zur Chemischen ApparaturFriends are so important in C++ that they deserve a chapter all to themselves. Both classes and functions can be made friends of a given class. A friend has access to a class‘s private data members, although it is not a member of the class.作者: Complement 時(shí)間: 2025-4-1 14:47 作者: motivate 時(shí)間: 2025-4-1 21:04
https://doi.org/10.1007/978-3-662-34042-4This chapter describes the preprocessor directives. Although not strictly part of the c++ language, the preprocessor directives, particularly the #include directive, are frequently used when programming in C++.作者: 邊緣帶來(lái)墨水 時(shí)間: 2025-4-1 22:43
Overview,This chapter reviews C++: what it is, its history and its future. Alternative object-oriented programming languages are reviewed and we examine what is actually meant by object-oriented programming and what we should expect from an object-oriented programming language.作者: 明智的人 時(shí)間: 2025-4-2 03:29 作者: CREST 時(shí)間: 2025-4-2 09:53