Hi there, Im trying to start learning C++, but I haven't been able to find any compilers for it. Does anyone know any good compilers for C++?

Thanks.

Recommended Answers

All 7 Replies

Welcome aboard. This site provides great tutorials on how to get started. With regards to actual compilers...my preferences are:
1. Dev C++
2. Microsoft's visual
You can google those two above mentioned items for a download link.
Welcome aboard..hope you'll enjoy it here.

I recommend the GCC. It comes with C and C++ and is fully standards compliant.

If you want an IDE I'm not sure. Maybe someone else has a suggestion for that...

Ah Ok.

Many thanks =]

Did you bother to read the Read Me links at the top of this board? I thnk there are links to free compilers.

>but I haven't been able to find any compilers for it.
You didn't look very hard, did you? A search for "C++ compiler" brings up a number of immediate hits, and a simple search of this forum would give you all of the popular ones. But no, you had to ignore all of the resources available to you and ask the question. Yep, I can see how your C++ education is going to be right now. :icon_rolleyes:

If you are in linux environment, you can try g++ as well.

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.