tags:

views:

160

answers:

3

Could someone post some good links with examples of programs with code in C++ and(or) Java?

+1  A: 

Java2s has code examples for both C++ and Java with its tutorials

TStamper
+1  A: 

http://www.cplusplus.com/

C++ By Example (at cplusplus.com)

http://www.cprogramming.com/tutorial.html

http://www.sgi.com/tech/stl/

Java For Dummies (no offense)

Learn Java by example

Tom
Umm, is that Java for Dummies link legal? Seeing a book linked as a .rar from RapidShare makes me hesitant to click...
Michael Myers
@mmyers. Honestly, i don't have a clue. It's a $25 book, so i guess not. I'll remove it.
Tom
+2  A: 

"Thinking in Java" by Bruce Eckel

This book is also free, and can be accessed on web. Not only will you see A LOT of examples, but thy are with very well written explanation.

Margus