Visual C++.NET
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > Visual C++.NET: How to Program
Visual C++.NET: How to Program

Visual C++.NET: How to Program


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

Written by the authors of the world's best-selling introductory/intermediate C and C++ textbooks to directly correlate to Microsoft Visual C++. .NET 2003, this comprehensive book thoroughly examines Visual C++® .NET. Visual C++® .NET How to Program begins with a strong foundation in the introductory and intermediate programming principles students will need in industry, including fundamental topics such as arrays, functions and control statements.

Table of Contents:
1. Introduction to .NET and Visual C++ .NET. Introduction. History of the Internet and World Wide Web. World Wide Web Consortium (W3C). Extensible Markup Language (XML). Key Software Trend: Object Technology. Introduction to Microsoft .NET. Visual C++ .NET. .NET Framework and the Common Language Runtime. Web Resources. 2. Introduction to the Visual Studio .NET IDE. Introduction. Visual Studio .NET Integrated Development Environment (IDE)Overview. Menu Bar and Toolbar. Visual Studio .NET Windows. Using Help. Simple Program: Displaying Text. Simple Program: Displaying Text and an Image. 3. Introduction to Visual C++ .NET Programming. Introduction. Simple Program: Printing a Line of Text. Another Simple Program: Adding Integers. Memory Concepts. Arithmetic. Decision Making: Equality and Relational Operators. 4. Control Statements: Part 1. Introduction. Algorithms. Pseudocode. Control Structures. if Selection Statement. if...else Selection Statement. while Repetition Statement. Formulating Algorithms: Case Study 1 (Counter-Controlled Repetition). Formulating Algorithms with Top-Down, Stepwise Refinement: Case Study 2 (Sentinel-Controlled Repetition). Formulating Algorithms with Top-Down, Stepwise Refinement: Case Study 3 (Nested Control Structures). Assignment Operators. Increment and Decrement Operators. 5. Control Statements: Part 2. Introduction. Essentials of Counter-Controlled Repetition. for Repetition Statement. Examples Using the for Statement. switch Multiple-Selection Statement. do...while Repetition Statement. break and continue Statements. Logical Operators. Structured-Programming Summary. 6. Functions. Introduction. Functions and Methods in Managed Extensions for C++. Math Class Methods. Functions. Function Definitions. Argument Promotion. Namespaces in Managed Extensions for C++. Value Types and Reference Types. Pointers and References. Passing Arguments: Pass-by-Value vs. Pass-by-Reference. Default Arguments. Random-Number Generation. Example: Game of Chance. Duration of Variables. Scope Rules. Recursion. Example Using Recursion: The Fibonacci Series. Recursion vs. Iteration. Function Overloading. 7. Arrays. Introduction. Arrays. Declaring and Allocating Arrays. Examples Using Arrays. Passing Arrays to Functions. Sorting Arrays. Searching Arrays: Linear Search and Binary Search. Multidimensional Arrays. 8. Object-Based Programming. Introduction. Implementing a Time Abstract Data Type with a Class. Class Scope. Controlling Access to Members. Initializing Class Objects: Constructors. Using Overloaded Constructors. Properties. Composition: Object Pointers as Data Members of Other Classes. Using the this Pointer. Garbage Collection. static Class Members. const Keyword and Read-Only Properties. Indexed Properties. Data Abstraction and Information Hiding. Software Reusability. Namespaces and Assemblies. Class View. 9. Object-Oriented Programming: Inheritance. Introduction. Base Classes and Derived Classes. protected Members. Relationship Between Base Classes and Derived Classes. Example: Three-Level Inheritance Hierarchy. Constructors and Destructors in Derived Classes. Software Engineering with Inheritance. 10. Object-Oriented Programming: Polymorphism. Introduction. Derived-Class-Object to Base-Class-Object Conversion. Type Fields and switch Statements. Polymorphism Examples. Abstract Classes. Case Study: Inheriting Interface and Implementation. __sealed Classes and Methods. Case Study: Payroll System Using Polymorphism. Case Study: Creating and Using Interfaces. Delegates. Operator Overloading. 11. Exception Handling. Introduction. Exception Handling Overview. Example: DivideByZeroException. .NET Exception Hierarchy. __finally Block. Exception Properties. Programmer-Defined Exception Classes. 12. Graphical User Interface Concepts: Part 1. Introduction. Windows Forms. Event-Handling Model. Control Properties and Layout. Labels, TextBoxes and Buttons. GroupBoxes and Panels. CheckBoxes and RadioButtons. PictureBoxes. Mouse Event Handling. Keyboard Event Handling. 13. Graphical User Interface Concepts: Part 2. Introduction. Menus. LinkLabels. ListBoxes and CheckedListBoxes. ComboBoxes. TreeViews. ListViews. Tab Control. Multiple-Document-Interface (MDI) Windows. Visual Inheritance. User-Defined Controls. 14. Multithreading. Introduction. Thread States: Life Cycle of a Thread. Thread Priorities and Thread Scheduling. Creating and Executing Threads. Thread Synchronization and Class Monitor. Producer/Consumer Relationship without Thread Synchronization. Producer/Consumer Relationship with Thread Synchronization. Producer/Consumer Relationship: Circular Buffer. 15. Strings, Characters and Regular Expressions. Introduction. Fundamentals of Characters and Strings. String Constructors. String Chars Property, Length Property and CopyTo Method. Comparing Strings. Locating Characters and Substrings in Strings. Extracting Substrings from Strings. Miscellaneous String Methods. Class StringBuilder. StringBuilder Length and Capacity Properties, and EnsureCapacity Method. StringBuilder Append and AppendFormat Methods. StringBuilder Insert, Remove and Replace Methods. Char Methods. Card Shuffling and Dealing Simulation. Regular Expressions and Class Regex. 16. Graphics and Multimedia. Introduction. Graphics Contexts and Graphics Objects. Color Control. Font Control. Drawing Lines, Rectangles and Ovals. Drawing Arcs. Drawing Polygons and Polylines. Advanced Graphics Capabilities. Introduction to Multimedia. Loading, Displaying and Scaling Images. Animating a Series of Images. Windows Media Player. Microsoft Agent. 17. Files and Streams. Introduction. Data Hierarchy. Files and Streams. Classes File and Directory. Creating a Sequential-Access File. Reading Data from a Sequential-Access File. Random-Access Files. Creating a Random-Access File. Writing Data “Randomly” to a Random-Access File. Reading Data Sequentially from a Random-Access File. Case Study: A Transaction-Processing Program. 18. Extensible Markup Language (XML). Introduction. XML Documents. XML Namespaces. Document Object Model (DOM). Document Type Definitions (DTDs), Schemas and Validation. Extensible Stylesheet Language and Xsl Transform. Internet and Web Resources. 19. Database, SQL and ADO .NET. Introduction. Relational Database Model. Relational Database Overview: Books Database. Structured Query Language (SQL). ADO .NET Object Model. Programming with ADO.NET: Extracting Information from a Database. Programming with ADO .NET: Modifying Database Data. Reading and Writing XML Files. Internet and Web Resources. 20. Web Services. Introduction. HTTP Request Types. Multi-Tier Architecture. Accessing Web Servers. Simple HTTP Transaction. ASP(Active Server Pages).NET. .NET Web Services Basics. Simple Object Access Protocol (SOAP)and Web Services. Publishing and Consuming Web Services. Session Tracking. Session Tracking in Web Services. Case Study: Temperature-Information Application. User-Defined Types in Web Services. Global XML Web Services Architecture (GXA). 21. Networking: Streams-Based Sockets and Datagrams. Introduction. Establishing a Simple Server (Using Stream Sockets). Establishing a Simple Client (Using Stream Sockets). Client/Server Interaction with Stream-Socket Connections. Connectionless Client/Server Interaction with Datagrams. Client/Server Tic-Tac-Toe Using a Multithreaded Server. 22. Data Structures and Collections. Introduction. Self-Referential Classes. Linked Lists. Stacks. Queues. Trees. Collection Classes. A. Operator Precedence Chart. B. Number System. Introduction. Abbreviating Binary Numbers as Octal Numbers and Hexadecimal Numbers. Converting Octal Numbers and Hexadecimal Numbers to Binary Numbers. Converting from Binary, Octal or Hexadecimal to Decimal. Converting from Decimal to Binary, Octal or Hexadecimal. Negative Binary Numbers: Twos-Complement Notation. C. ASCII Character Set. D. Unicode. Introduction. Unicode Transformation Formats. Characters and Glyphs. Advantages and Disadvantages of Unicode. Unicode Consortium's Web Site. Using Unicode. Character Ranges. E. Introduction to XHTML: Part 1. Introduction. Editing XHTML. First XHTML Example. W3C XHTML Validation Service. Headers. Linking. Images. Special Characters and More Line Breaks. Unordered Lists. Nested and Ordered Lists. Internet and Web Resources. F. Introduction to XHTML: Part 2. Introduction. Basic XHTML Tables. Intermediate XHTML Tables and Formatting. Basic XHTML Forms. More Complex XHTML Forms. Internal Linking. Creating and Using Image Maps. meta Elements. frameset Element. Nested framesets. Internet and Web Resources. G. XHTML Special Characters. H. XHTML Colors. I. Bit Manipulation. Introduction. Bit Manipulation and the Bitwise Operators. Class BitArray. Bibliography. Index.

About the Author :
Harvey M. Deitel is one of the world's leading computer science instructors and seminar presenters. Paul J. Deitel has taught programming at many of the world's leading companies. Together, they have authored numerous books and multimedia packages, and are principals of Deitel and Associates Inc., a leading global training and content-creation firm.


Best Sellers


Product Details
  • ISBN-13: 9780134373775
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Language: English
  • Spine Width: 43 mm
  • Weight: 1896 gr
  • ISBN-10: 0134373774
  • Publisher Date: 06 Nov 2003
  • Binding: SA
  • No of Pages: 1376
  • Sub Title: How to Program
  • Width: 231 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Visual C++.NET: How to Program
Pearson Education (US) -
Visual C++.NET: How to Program
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Visual C++.NET: How to Program

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!