Hello please i have a problem with my compiler. When ever i try compiling a program it gives me warning saying" Source code not compiled" I use Devc++ compiler. Do i change the compiler or what do i do?
This is the program i typed in it

Recommended Answers

All 4 Replies

while you are trying to compile, you get this error from the compiler?

You can try an updated Dev ... has C++11 ... also 32 or 64 bit

Dev now has C++11

Dev-C++ is nothing more than an IDE -- it's not a compiler. MinGW is the compiler that is supplied with Dev-C++, same compiler that is supplied with Code::Blocks IDE. And MinGW is the Windows port of *nix gcc and g++ from GNU.

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.