ebooks..

hello, in our school we studying c++ using turbo c++,
i'm looking over the net but i can't seek for turbo c++ ebooks for tutorial..
anyone know where to find one? i only know turbo, not borland or something else..
Is there a reason you are using Turbo C++? It is very old. It was produced before C++ was standardized and therefore is missing quite a few important features. That will make it difficult to find tutorials that will work on Turbo C++.

If it is a matter of having only older hardware or no software licenses, then I'd suggest using codepad.org.

http://codepad.org/

You can edit your code locally, then upload your code, compile and run it there.

You should be able to practice modern C++ programming there.
Topic archived. No new replies allowed.