C++ Programming Tutorial DVD Video

Step by step instructions from a video showing every move of the cursor allows you to learn quicker by seeing and doing. Learn more and enjoy learning using the powerful tutor engine v4.0 with menuing system that neatly organizes all video lessons. Created by professional C++ programmers for training purposes. Elegantly presented videos that guides … Read more

Expert C# 2005 Business Objects, Second Edition

ISBN13: 9781590596326 Condition: NEW Notes: Brand New from Publisher. No Remainder Mark. Product Description Rockford Lhotka started writing his Business Objects books in 1996, and over the years, hes become one of the worlds foremost authorities on building distributed object-oriented systems. His industry-standard VB . NET Business Objects book not only addresses changes in . … Read more

C Programming Language

Product Description Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C’s rich set of operators, economy of expression, improved control flow, and data structures. This 2nd … Read more

C++ Stylistics

Google Tech Talks March, 5 2008 ABSTRACT Both by accident and by design, C++ supports a number of different styles and approaches to programming. Its evolution from C gives it obvious support for a procedural systems programming style based on C idioms, but past, present and future language support opens up a wealth of other … Read more

An Overview of the Coming C++ (C++0x) Standard

Google Tech Talks October 31, 2008 ABSTRACT The C++ language has started the formal approval process with the recent release of its Committee Draft, ie Beta. This talk outlines the process, the new features, some features left out, and the procedures for formal comments. Speaker: Matt Austern Matt Austern is a long-time contributor to the … Read more

Asp.Net 2.0 & C# Photo gallery with upload (part 1)

step1: i’m creating a new website. make sure you select c# from the dropdownlist. step2: I’m importing an existing sql database file. Please refer to some other video about creating databases. step3: creating a new table. i’m not storing images in the database. i’m storing only their names. the images are stored in the “Images” … Read more

Effective C++: 55 Specific Ways to Improve Your Programs and Designs

ISBN13: 9780321334879 Condition: NEW Notes: Brand New from Publisher. No Remainder Mark. Product Description “Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you’ve never read Effective C++ and you think you know everything about C++, think again.” — Steve Schirripa, … Read more

How to count the words in a String in C#

Remember the Word Count function in Microsoft Word? Here’s how we could implement counting the words in a String in C#:

The following is the spource code of a program featuring two word counting methods, both of which yield fairly similar results to Microsoft Word from Microsoft Office 2007. The example program below first executes a Regex-based function for counting the words in the string constant, and then executes the loop-based one.

Read more

How important is it to master C language before proceeding for C++, Java and other high level languages?

I’m doing my computer engineering studies in India. We aren’t taught C in extreme detail in our university. Is it crucial or will it make things easier for me in the future if I make sure I get a high level training in C at this initial stage? Powered by Y! Answers

Effective C#

Product Description C# has matured over the past decade: It’s now a rich language with generics, functional programming concepts, and support for both static and dynamic typing. This palette of techniques provides great tools for many different idioms, but there are also many ways to make mistakes. In Effective C#, Second Edition, respected .NET expert … Read more

Effective C#

Product Description C# has matured over the past decade: It’s now a rich language with generics, functional programming concepts, and support for both static and dynamic typing. This palette of techniques provides great tools for many different idioms, but there are also many ways to make mistakes. In Effective C#, Second Edition, respected .NET expert … Read more

Pro ASP.NET 4 in C# 2010, Fourth Edition

Product Description ASP.NET 4 is the latest version of Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 4 in C# 2010 raises the bar for high-quality, practical advice on learning and deploying Microsoft’s dynamic web solution. This new edition is updated with everything … Read more