how do i access my command line?

i opened CMD
and i typed something in and nothing happens
you're on Windows I suppose. type
 
g++ --version 

to see that the compiler is installed correctly
g++ is not recognized

im using dev c++
mingw compiler and tdm gcc
Have you checked your path?
Why do you bother about the command line if you use Dev C++ ?
The MinGw compiler is inside the Dev C++ folder, probably in MinGW64/bin but that depends on your system.
what exactly did you type that did not do anything? It should at least say
"bad command or file name" or something along those lines.
Doing nothing at all seems wrong.
probably didn't press <Return>
and turned off echo
Topic archived. No new replies allowed.