| Page 1 of 2 | 
	
	
		|  | 
				
					|  Posted: Sun, 4th Jul 2004 00:48    Post subject: Learning C/C++ |  |  
					|  |  
					| I've learned some C at the university,but since C is the base for my course learning, i'd like to expertise my learning
i'd like to know a way of learning expert programming in C or C++
 any suggestion?
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						Hitman02
					
					Banned
 Posts: 709
 Location: USA
 
 | 
				
					|  Posted: Sun, 4th Jul 2004 09:55    Post subject: |  |  
					|  |  
					| well get a c++ program and buy a book, u can read ebooks as well, there r some movies, too. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Tue, 26th Oct 2004 01:59    Post subject: |  |  
					|  |  
					| I never learned from books, best way I always found is example programs.  Keep messing with source to see what parts do.
 Get a reference book, perhaps, but internet is better than any book.
 
 Try googling for C++ Tutorials, there are many available.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						Hitman02
					
					Banned
 Posts: 709
 Location: USA
 
 | 
				
					|  Posted: Tue, 26th Oct 2004 02:43    Post subject: |  |  
					|  |  
					|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						coderz
					
					
 Posts: 12
 Location: France
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Tue, 21st Dec 2004 00:28    Post subject: |  |  
					|  |  
					| I was wondering if the compiler Dev-C++ is any good?
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						Hitman02
					
					Banned
 Posts: 709
 Location: USA
 
 | 
				
					|  Posted: Tue, 21st Dec 2004 04:55    Post subject: |  |  
					|  |  
					|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Sun, 24th Jul 2005 22:26    Post subject: |  |  
					|  |  
					| i'd say get a copy of linux and install it, it's got every type of programming language and compiler you would ever want, and it's completely open source, meaning you can get the source code for every program running, so you'll have plenty of examples
 gcc and g++ are two free c++ compilers that come with every distribution of linux
 
 mandrivalinux might be something to check out
 
 http://www.mandriva.com/
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						TheNerd
					
					
 Posts: 1025
 Location: Israel
 
 | 
				
					|  Posted: Thu, 11th Aug 2005 14:32    Post subject: |  |  
					|  |  
					|  	  | Hitman02 wrote: |  	  | dev c++ is very good | 
 
 yes it good.
 but Visual Studio.NET is much better..but costs alot. no reason to buy it if its not for a company.
 
 My System:
 CPU : AMD "Barton" 2500+.
 Memory : 768MB DDR PC2100.
 GFX : Nvidia 6600GT DDR3 128MB , AGPx8
 M\B: Gigabyte GA-7VT600P-RZ MotherBoard
 Sound: AC97 Realteck 5.1 ALC655 - Audio.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						Rinze
					
					Site Admin
 
 Posts: 2343
 
 
 
 | 
				
					|  Posted: Fri, 12th Aug 2005 11:08    Post subject: |  |  
					|  |  
					| You can get the VS.NET 2005 beta for free. 	  | SoulSurfer2k5 wrote: |  	  |  	  | Hitman02 wrote: |  	  | dev c++ is very good | 
 
 yes it good.
 but Visual Studio.NET is much better..but costs alot. no reason to buy it if its not for a company.
 | 
 For .NET 1.1 programming you can also simply download the compilers (even the optimizing compilers can be found on the microsoft site with a bit of searching) and use a different IDE, like SharpDevelop, but such free IDEs aren't as good as the microsoft one.
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Sat, 13th Aug 2005 21:37    Post subject: |  |  
					|  |  
					| Best course to take to learn C++ programming is to get into college classes if you can. It's good to have some person to actually know what the hell they're doing helping you along the way. Plus paying for a class would give you motivation to actually do the programs the prof assigns you.
 If you cannot do that, then video tutorials should be good. 3DBuzz.com has C++ video tutorials, I believe, and from my experience on their UnrealScript videos, they should be very good.
 
 If you can't do either, then look up the multitude of C++ programming tutorials on the internet. If you can get a book, C/C++ Programming by John Smiley is a very good book for beginners. But if you already know the basics of programming, just look up tutorials, get C++ Primer and the Reference Manual by Bjorne Stourstrup.
 
 And always practice.
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Fri, 16th Sep 2005 03:17    Post subject: |  |  
					|  |  
					| how about hacking...anyone do that
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Wed, 21st Dec 2005 16:52    Post subject: |  |  
					|  |  
					| I am learning C++ in highschool right now  i self tought php/mysql. i bought a book and messed around with phpbb's mods and code and voila!
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						deelix
					
					PDIP Member
 Posts: 32062
 Location: Norway
 
 | 
				
					|  Posted: Tue, 3rd Jan 2006 12:55    Post subject: |  |  
					|  |  
					|  	  | TheNerd wrote: |  	  |  	  | Hitman02 wrote: |  	  | dev c++ is very good | 
 
 yes it good.
 but Visual Studio.NET is much better..but costs alot. no reason to buy it if its not for a company.
 | 
 
 all software is free:D
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Thu, 5th Jan 2006 00:26    Post subject: |  |  
					|  |  
					|  	  | TheNerd wrote: |  	  |  	  | Hitman02 wrote: |  	  | dev c++ is very good | 
 
 yes it good.
 but Visual Studio.NET is much better..but costs alot. no reason to buy it if its not for a company.
 | 
 That's debatable, I honestly don't like its interface which is the whole point of using the IDE.
 
 Also to note that Dev-C++ is not a compiler, it's an IDE. It uses MinGW and GCC for a compiler.
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Thu, 5th Jan 2006 19:24    Post subject: |  |  
					|  |  
					|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						jojox
					
					
 Posts: 124
 Location: 0x486f6d65
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						manwithplanxyz
					
					
 Posts: 1009
 Location: Somewhere in the past looking for the future
 
 | 
				
					|  Posted: Fri, 10th Feb 2006 02:06    Post subject: |  |  
					|  |  
					| lol im gonna try and learn C++ this year for a project in school (we have to do somethiing we hav nvr done and make a report on it)
 
  	  | Clevesa wrote: |  	  | Murder is the best way out of this that I see. | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						jojox
					
					
 Posts: 124
 Location: 0x486f6d65
 
 | 
				
					|  Posted: Fri, 10th Feb 2006 15:18    Post subject: |  |  
					|  |  
					|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Fri, 10th Feb 2006 15:54    Post subject: |  |  
					|  |  
					|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Tue, 18th Jul 2006 13:55    Post subject: Re: Learning C/C++ |  |  
					|  |  
					|  	  | OfF3nSiV3 wrote: |  	  | I've learned some C at the university,but since C is the base for my course learning, i'd like to expertise my learning i'd like to know a way of learning expert programming in C or C++
 any suggestion?
 | 
 Download ebooks realted to C or C++ from
 http://www.ebooksmine.com
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						manwithplanxyz
					
					
 Posts: 1009
 Location: Somewhere in the past looking for the future
 
 | 
				
					|  Posted: Tue, 18th Jul 2006 18:27    Post subject: |  |  
					|  |  
					| ye olde
 
  	  | Clevesa wrote: |  	  | Murder is the best way out of this that I see. | 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Fri, 2nd Mar 2007 22:57    Post subject: |  |  
					|  |  
					|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Mon, 12th Mar 2007 22:31    Post subject: |  |  
					|  |  
					| as c/c++ and many-many others are just "human readable" translated languages from asm, so i'd recommend to start with assembly to get the first meanings and go on from there
 the visual structure is very different, but working way is same
 
 yes
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| 
					
						
						Epsilon
					
					Dr. Strangelove
 Posts: 9240
 Location: War Room
 
 | 
				
					|  Posted: Sat, 24th Mar 2007 22:29    Post subject: |  |  
					|  |  
					|  	  | cnZ wrote: |  	  | as c/c++ and many-many others are just "human readable" translated languages from asm, so i'd recommend to start with assembly to get the first meanings and go on from there 
 the visual structure is very different, but working way is same
 | 
 you don't really need to learn asm today unless you have to do chip design or reverse engineer something. It might seem a bit daunting to most having to look at asm compared to human readable.
 That said the most resource efficient stuff thats been created has been done using asm.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
				
					|  Posted: Sun, 25th Mar 2007 01:17    Post subject: |  |  
					|  |  
					| code c#, it's so good it codes itself! ooor
so good, you will suck a dick!
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |  | 
	
		| Back to top |  | 
	
		|  | 
	
				| Page 1 of 2 | All times are GMT + 1 Hour |