cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
vectors
vectors
Sep 16, 2015 at 7:13am UTC
ashishkha
(1)
is we write vector code in turbo c++
if yes please send me the code
Sep 16, 2015 at 1:55pm UTC
cnoeval
(643)
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 UTC
dhayden
(5798)
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.