#!/usr/bin/perl require "alib.pl"; # Configure All path in this File. my ($name, $value); foreach (split(/&/, $ENV{'QUERY_STRING'})) { tr/+/ /; s/%([0-9a-fA-F]{2})/pack("c",hex($1))/ge; ($name, $value) = split(/=/, $_); $in{$name}=$value; } print "Content-type: text/html\n\n"; print &Adverts(time, $in{'lg'}, $in{'kw'});


www.cpp-home.com

| C++ FAQ | C++ Tests | Forums | Tutorials | Code | Contests | Contact Us |

 

What is hot...

Submit a news story   


 
Last Tutorial Last Code
Name : How to do beat detection
Author : Ilia Yordanov
Category : Multimedia-Miscellaneous

This is a short tutorial, in which I explain how to do beat detection. The tutorial is quite short, so you must be pretty good with DSP algorithms to understand it.

Open Tutorial
 
Name : Vocal remover- Karaoke effect
Author : Ilia Yordanov
Category : Graphics/Sound

This is a simple demo how to create karaoke effect on .wav file. It just removes the vocal assuming the file is stereo, and the vocal is equal for L and R channels. Works great :)

Open Code
 

Last Link

Last Tool

Name : Computer Forums
Category : Discussion

www.ComputerForums.org specializes in the discussion of all aspects of computing from server administration and setup, hardware and software configuration, operating systems, the very latest and cutting edge products from the leading manufatures', shared and dedicated hosting aswell as discussions on running a webhosting biz.

Go to URL
 
Name : EXECryptor
Category : General

Powerful software tool used for an application code protection from reverse engineering, analysis and modifications, based on a brand new metamorphing code tranformation technology, that provides with strong software security.

Go to URL
 

    


Hot Picks

This is what we consider to be one of the best tutorials on cpp-home.com

- File I/O Tutorial
- Programming in C/C++
- Win32 Tutorial
- WinSock Tutorial
- DirectX Tutorial

Statistics :

We currently have:

Tutorials: 313
Code: 216
Tools: 42
Links: 129

Partners: 

 


CodeJock.com

SmartCertify.com

Featured links:

  

 


#!/usr/bin/perl require "alib.pl"; # Configure All path in this File. my ($name, $value); foreach (split(/&/, $ENV{'QUERY_STRING'})) { tr/+/ /; s/%([0-9a-fA-F]{2})/pack("c",hex($1))/ge; ($name, $value) = split(/=/, $_); $in{$name}=$value; } print "Content-type: text/html\n\n"; print &Adverts(time, $in{'lg'}, $in{'kw'});


Advertise on C++ Home | Privacy Policy/Disclaimer | Contact Us

Hosted By: HostRocket.Com
Copyright © 2001-2002 www.cpp-home.com
All rights reserved.