+ 2
Where can i download outdated c++ for windows?
I need an outdated version c++ app that uses #include <iostream.h> void main() clrscr(); and getch(); I really need it please.
18 Respostas
+ 9
https://turboc.codeplex.com/
but for serious. just get updated stuff to learn modern c++ at home with.
www.visualstudio.com
codeblocks.org
Pretty sure you will need to forget much of the methods they will teach you.. so yeah.. suuuucks they are still teaching prestandard c++ at schools.
+ 11
It's sad that some schools are still teaching pre-standard C++. Shows that some authorities are just providing education for the sake of... providing education. To be honest, even universities do this crap - My finals included code samples which won't compile on any version. This is why I am on SL, most people IRL show no concern at learning correct stuff, and when you try to point out the flaws, you get looks as if you are some kind of elitist.
+ 8
https://www.sololearn.com/Discuss/288609/?ref=app
If you still need it for whatever purposes, you may search the web for Turbo C++ compilers.
+ 8
search turbo c++ on google.. I seriously recommend you question your teacher as to why they are teaching you 30 year old+ methods though.
+ 8
^^ for sure show your teacher Jamies post
+ 7
ick.. why do you really need it?
+ 6
which ide did you use? that code will not work in a modern c++ compiler
you will need to type:
#include <iostream>
using namespace std;
int main() {
cout << "Hello, World!" << endl;
return 0;
}
+ 6
ha, yeah things like that happen!
+ 5
You mentioned your computer lab being old. Is that just the C++ compiler or OS and other software. If it's the entire system, I'd recommend AntiX Linux be installed. It's Debian-based (no systemd though) and super light. Can run on a P3. There's plenty software for coding and learning. Even lighter, you could customise a Debian system from netinst CD (build in from ground up). Fluxbox is a full DE that uses almost no memory. Another option is TinyCore Linux since one of their targets is embedded, the core is +/- 7MB and X + Fluxbox or Openbox should cost very little.
Just my 2 cents, but you can't learn on outdated stuff at school.
+ 4
@Adrian
Do you need it, as much as I need cool codes?
+ 4
But,
seriously It does not make sense to ask for an outdated complier.
+ 4
I also think that schools must get updated with their softwares so that their students don't get outdated in their knowledge of any programming language especially C++ @Valentin. Then what's the use of teaching? My school also still uses turbo C++ for their students and not the modern compilers like Visual C++ or GNU C++. That's what it is good to learn all those by our own like here
+ 2
I really need
because
we still use it at school š
+ 2
@Adrian
okay!
I got itš
+ 2
all of the turbo c++ in our computer lab is outdated
I tried to copy it to my flash drive and run on my laptop
but it's not working
+ 2
@jay
I make it run!
thank you
and
I'm also learning updated c++
plus python all at the same time šš
+ 2
@jay
I forgot to create a new file
- 1
can any one... plzzz help me.!
what are the issues that encounter in handling exceptions.?
it was asked for 10 marks..I didnt get what to write.