Home | Contact Us | Log In | Help
HOME NEW LISTING MOST POPULAR HIGHEST RATED SCRIPTS ADD SCRIPT DOWNLOADS FORUM
Tutorials
  ASP.Net & C#
  ASP
  Perl and PHP
  Java Scripts
  C and C++
  Ajax Tutorials
  J2ee, J2Me, Java
  Python & Ruby Rail
  Crystal Report
  Sap
  CGI
  XML
  Cold Fusion & CFML
  HTML, DHTML & CSS
  Dreamweaver
  FLASH
  Photoshop/Web Designing
  Tools & Utilities
  Oracle/D2K
  Sql Server
  MySql
  Domain Name Registration
  Remotely Hosting
  Web/Server Application
  Hotel Marketing
  Internet and Law
   Search Engine Optimization/SEO
E-Commerce
Interview Questions
Previous < 4 5 6 7 8 9 10 > Next
C and C++ 7

Go-HotSwap

Go-HotSwap is a PICMG 2.1 R2.0 compliant, cross platform, Hot Swap software infrastructure. Using the Go-HotSwap architecture reduces time-to-market, enabling developers to focus on core technologies instead of going through all the effort involve

Backup System for Servers, Database, Hard ...

Folder Backup 3.0 - Easy-to-use software that duplicates your most critical folders, hard drives, etc... using very little CPU resources. Includes features like "Automatic Timers", "Automatic Reboot Startup" and much more... Try it FREE for yourself and join over 20,000 + satisfied customers. More information and screen shots are available at www.grudenic.com

Optimizing Your Code

You should always write the fastest code? Well yes and no. It's nice to develop code that is the fastest possible but unless you're in a programming contest to write the fastest code, it's not really necessary. Here is another one of my coding principles. You may not even need to speed it up. It's much better to have working code to speed up than writing fast code and then getting it right.

As you gain programming experience, you get a feel for what works well and what just works and the code you write will often never need speeding up. But sometimes new techniques come along that can be worthwhile. For instance in C#, a for loop is the fastest way to handle a collection. Right? Wrong! Use foreach - it's much faster, less likely to have a bounds error and works with more collection types than a for loop.

Programming Tutorials

C++ tutorials, OpenGL with C++ tutorials, Standard Template Library (STL) tutorials, articles on programming and computer science, as well as Denthor of Asphyxia's graphics tutorials converted to C++. Please email me with corrections or submissions to this page. Would you like to use these tutorials on your site? Information for those of you having trouble keeping your program open.

The Origins of C and C++

The 'C' programming language was originally developed for and implemented on the UNIX operating system, on a DEC PDP-11 by Dennis Ritchie. One of the best features of C is that it is not tied to any particular hardware or system. This makes it easy for a user to write programs that will run without any changes on practically all machines. C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language.
Previous < 4 5 6 7 8 9 10 > Next
  Copyright 2000-2006 © SoloScript.com, All rights reserved.