View Single Post
Old May 19th, 2006, 9:18 AM   #28
gryfang
Programmer
 
gryfang's Avatar
 
Join Date: May 2006
Location: Ohio
Posts: 36
Rep Power: 0 gryfang is on a distinguished road
Send a message via AIM to gryfang
Quote:
Originally Posted by DaWei
The problem with using exercises from one language to code into another is that you mostly learn to translate, not to use the specific, individual strengths of a language that set it apart. I could take a C exercise that used char arrays heavily and translate it into Python, but I wouldn't be learning Python, and I wouldn't be improving my C. The thing is to take a problem and solve it in differing ways with different languages.
That's really what I meant, I just suggested looking at the other language's code if you get stuck and need help solving the problem. There are several answers to a problem.

Another fun source for interested problems is ACM intercollegiate Programming Competition . They give a List of problem sets that are supposed to be answered "quickly", but you can take your sweet time. Just go to the past problems section and the archives and have fun.

As DaWei said it's the PROBLEM you need to solve. And no the programming isn't just C/C++ it's C/C++ Java, C/C++, and Pascal. But the problems are there so you can solve them in ANY language you want.

I have to make it know that I and for solving problems, PROBLEMS, PROBLEMS, PROBLEMS, not translations (unless that is the problem ).
__________________
--------------------
LOAD "*" ,8,1

God bless
- Gryfang
gryfang is offline   Reply With Quote