
-----------------------------------
Homer_simpson
Sun Jul 06, 2003 1:26 pm

c++ String HEEEELP!!!
-----------------------------------
wtf is wrong with this... :x 
#include 
using namespace std; 

int main(int argc, char* argv[])
{
	char s[]="fassa" ;
	s= "abcde";
	cout 