Scripts n'Stuffs
Directory

Subscribe to this category

Top > C and C++ > Tips and Tutorials > Programming in C and C++  

Web Links
Sort By :
1. Object-Oriented Design Case Studies with Patterns and C++



Good design and programming is not learned by generalities, but by seeing how significant programs can be made clean, easy to read, easy to maintain and modify, human-engineered, efficient, and reliable, by the application of good design and programming practices. Careful study and imitation of good designs and programs significantly improves development skills.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

2. Input and Output in C/C++



Input and Output in C/C++.A tutorial covering Streams, C's Stream Functions, Line Input, Formatted Input, Screen Output and Redirecting Input/Output.A nice tutorial for beginners to start interaction with I/O devices.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

3. Polymorphism in C++



This Tutorial also includes a V_TABLE Proof by going into the Disassembled Listing of a Program that we create that uses Polymorphism.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

4. Arrays in C/C++



A tutorial covering array declaration, accessing array elements, entering data, initializing arrays, and multidimentional arrays. This tutorial also includes code examples as needed.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

5. Program Library HOWTO



tutorial/howto about programming and using static, dynamic and shared libraries on GNU Linux
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

6. Functions in C Language



Functions groups a number of program statements into a unit and gives it a name.This tutorial covers how to write simple functions in C language. Then how to pass values to the functions, functions signaure and its return types etc...
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 17 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

7. Introduction to Classes in C++



To create more advanced and complete objects, C++ allows you to group these identifiers and create Classes. We will cover how to Define & declare a class, initialize a class, its constructors and destroctors, class member functions & private functions and finally how to declare objects from a class.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

8. Transforming a string into ASCII



Transforming a string into ASCII code using int() and the 'while' loop. Good for beginners in programming and C++.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

9. Adding Reference Counting to the Shared Source CLI



Moving to a garbage-collected environment in the Common Language Runtime has, for the most part, made memory leaks a problem of the past. However, the lack of deterministic finalization implied by the garbage collection scheme makes management of non-memory resources more difficult. The C++ community has found that the "resource acquisition is initialization" [1] idiom is very effective in managing those resources that need to be freed as soon as possible. We added reference counting to the Shared Source Common Language Infrastructure to regain deterministic finalization, and to find out what the penalties would be for this extra memory management.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 1 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

10. C++ Threading - A Generic Programming Approach



This paper introduces primitive and some high-level thread programming concepts.
Category:   C and C++ > Tips and Tutorials > Programming in C and C++

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages: 1  


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS