iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
I'm not even sure you can use stl stuff in turbo c. (old one that it).
When you finish your edjumacation and if you want to learn proper c++, get dev-cpp from bloodshed.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Dev is better for pure c++, VS tends to convolute what is standard c++. Such as when killer typo mistook
for each
As standard c++.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Nah, VS is too bloated and c++.net is horrible.
For pure c++. i.e no windows GUI crap, you don't need Visual Studio.
And anyway, if you are writing code it is best to test it with different compilers and operating systems to ensure portability.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
> BORLAND C++ is the best!!
'Created a game using C++ and OpenGL' is much better thing to write on your resume than 'Created a game using Borland C++'.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 733
>I have neither VC++ nor Bloodshed. BORLAND C++ is the best!!
That's because you are in a school being taught by clowns. :D
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
> You sure about that? Because you are arguing about compilers when the topic posted is What are vectors?
Borland, Visual studio and dev-cpp are not compilers.
:D
And the argument is relevant because a lot of the code you write in the crusty old turbo c will not support what is standard c++. That may include std::vectors.
:D
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439