Hi,
I'm using suse Linux 10.1, i wonder if there is any good compiler such as turbo c v.3 in Microsoft windows?!
if anyone knows please help me.

Recommended Answers

All 3 Replies

good compiler such as turbo c v.3 in Microsoft windows?!

"Good compiler"?

Doesn't Linux generally come with gcc?

Member Avatar for iamthwee

Can't you just type in g++ and search the repositories? And turbo c v.3 is not good :D

Member Avatar for iamthwee

Can't you just type in g++ and search the repositories? That's what I did. And turbo c v.3 is not good :D

Then at the command line do

> g++ -Wall filename.cpp

to compile

and

>./a.out

to run it or whatever...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.