Learn Java, Cisco, Linux, Microsoft

Provide Learning tools , Ebooks for Java, Cisco, Linux, Microsoft

. .
Showing posts with label Language. Show all posts
Showing posts with label Language. Show all posts

 


Sams Teach Yourself the C# Language in 21 Days is the only book on the market that takes C# out of the Microsoft Visual Studio and teaches it as a platform-independent language-letting readers program for Windows, FreeBSD, and Mac OS X. Additional coverage added from the first edition: more and better Windows Forms information, database access, XML, types, runs, appendix for Visual C++.NET users, plus much more. This book also includes a CD-ROM full of 3rd-party editor software and sample code, making it an easy-to-use, all-in-one package.

Friday, September 25, 2009

C++ for Business Programmers (2nd Edition)




This book provides a highly readable introduction to C++ programming for beginning business programmers. It guides readers through complete and clear descriptions of sample programs, with a wealth of exercises included along the way to help reinforce the important points of each chapter. Throughout the text, a strong emphasis is placed on business applications, rather than those in mathematics or computing. Part I (Basic C++) covers the procedural parts of C++. Part II (Object-Oriented Concepts and Programming) introduces object-oriented ideas through the built-in string class. Part III (Object-Oriented Programming) explores the essential object-oriented ideas through inheritance and polymorphism. For beginning programmers using C++ for business.
 




javascript is one of the easiest, most straightforward ways to enhance a Web site with interactivity.
Sams Teach Yourself javascript in 24 Hours serves as an easy-to-understand tutorial on both scripting basics and javascript itself. The book is written in a clear and personable style with an extensive use of practical, complete examples.
The Third Edition of Sams Teach Yourself javascript in 24 Hours includes material on the latest developments in javascript and Web scripting.
Readers will learn how to use javascript to enhance Web pages with interactive forms, objects, and cookies. They will also discover how to use javascript to work with games, animation, and multimedia.






This book is the definitive reference on PL/SQL, considered throughout the database community to be the best Oracle programming book available. Like its predecessors, this fifth edition of Oracle PL/SQL Programming covers language fundamentals, advanced coding techniques, and best practices for using Oracle's powerful procedural language. Thoroughly updated for Oracle Database 11g Release 2, this edition reveals new PL/SQL features and provides extensive code samples, ranging from simple examples to complex and complete applications, in the book and on the companion website.
This indispensable reference for both novices and experienced Oracle programmers will help you:
- Get PL/SQL programs up and running quickly, with clear instructions for executing, tracing, testing, debugging, and managing PL/SQL code
- Optimize PL/SQL performance with the aid of a brand-new chapter in the fifth edition
- Explore datatypes, conditional and sequential control statements, loops, exception handling, security features, globalization and localization issues, and the PL/SQL architecture
- Understand and use new Oracle Database 11g features, including the edition-based redefinition capability, the function result cache, the new CONTINUE statement, fine-grained dependency tracking, sequences in PL/SQL expressions, supertype invocation from subtypes, and enhancements to native compilation, triggers, and dynamic SQL
- Use new Oracle Database 11g tools and techniques such as PL/Scope, the PL/SQL hierarchical profiler, and the SecureFiles technology for large objects
- Build modular PL/SQL applications using procedures, functions, triggers, and packages



Friday, September 11, 2009

Programmez - No.107 (April 2008)

Thursday, August 27, 2009

C and C++. Complete Programming Books

 
Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming. C++ was a moving target as the language added new features, but now, with the ISO/ANSI C++ Standard, Second Edition (2003), in place, the language has stabilized. Contemporary compilers support most or all of the features mandated by the standard, and programmers have had time to get used to applying these features. The fifth edition of this book, C++ Primer Plus, reflects the ISO/ANSI standard and describes this matured version of C++. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with. You�ll learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to
handle data, and how to use functions. You�ll learn about the many features C++ has added to C, including the following:

1. Classes and objects
2. Inheritance
3. Polymorphism, virtual functions, and runtime type identification (RTTI)
4. Function overloading
5. Reference variables
6. Generic, or type-independent, programming, as provided by templates and the Standard Template Library (STL)
7. The exception mechanism for handling error conditions


Download Microsoft Windows Shell Script Programming for the Absolute Beginner at High Speed


Microsoft Windows Shell Script Programming for the Absolute Beginner


If you are new to programming with Windows Shell Script and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner' series teach the principles of programming through simple game creation. You will acquire the skills that you need for more practical Shell Script programming applications, and you will learn how these skills can be put to use in real-world scenarios. Best of all, by the time you finish this book you will be able to apply the basic principles you?ve learned to the next programming language you tackle.
With the instructions in this book, you'll learn to:

* Store and retrieve information in variables
* Apply conditional logic and create conditional logic tests
* Improve script organization with procedures
* Debug your scripts and handle errors
* Create loops to process collections of data



Join Professor Smiley's C++ class as he teaches essential skills in programming, coding, and more. Using a student-instructor conversational format, this book starts at the very beginning with crucial programming fundamentals. You'll quickly learn how to identify customer needs so that you can create an application that achieves programming objectives--just like experienced programmers. By identifying clear client goals, you'll learn important programming basics--like how computers view input and execute output based on the information they are given--then use those skills to develop real-world applications. Participate in this one-of-a-kind classroom experience and see why Professor Smiley is renowned for making learning fun and easy.

* Learn fundamental programming concepts, which can be applied to multiple languages
* Develop your C++ skills with real-world, hands-on programming projects
* Work with program variables, constants, and C++ data types
* Create and run a C++ program using Windows Notepad
* Adapt to runtime conditions with selection structures and statements
* Use loops to increase your programming power
* Learn about pointers, arrays, objects, classes, and more