vectors

Sep 16, 2015 at 7:13am
is we write vector code in turbo c++
if yes please send me the code
Sep 16, 2015 at 1:55pm
No, turbo C++ is too fast for that. The vectors would fly right off the screen.

Maybe if YOU tried it and posted your code we could help though...
Sep 16, 2015 at 2:21pm
Turbo C++ is decades old and is missing the standard template library. So if you're asking whether TurboC++ has the vector<> class, the answer is no. In fact, I doubt that it supports templates at all. You should use a different compiler.
Topic archived. No new replies allowed.