cwncool
		21-07-2006 23:47:18
	 
	
	
	I've recently started learning c++ and I was wondering if anyone could give me some links to c++ tutorials and/or resources. Thanx!	
	
 
	
		ajrock2000
		22-07-2006 00:39:45
	 
	
	
	http//www.techtoolblog.com/archives/195-free-online-programming-books	
	
 
	
		dmorris68
		22-07-2006 08:27:14
	 
	
	
	The internet is full of them.  )
I recommend a good introduction to Object Oriented Design/Programming first.  Otherwise C++ is just C.  I've been coding C/C++ for almost 20 years now, and for the last 10 or so have done very little straight C (other than maintenance of old applications).  
I'm now doing more Java than anything.