C++ Linker

Hey all I started learning c++ today
i use Dev C++ as my compiler Matter is how do i use the linker
Haven't seen an option for linker in it
Or do i dowload it seperately
Thanks everyone
DevC++ is NOT a compiler. If you use DevC++, your compiler is probably MinGW-g++ - a horribly outdated version of it too, just like DevC++ is horribly outdated.

Also: There is no such thing as a C++ compiler that doesn't ship with a linker (unless you are compiling to something other than binary).
Project-->Project Options-->Parameters-->Linker

You can add here.Good luck.
Topic archived. No new replies allowed.