I am learning the C++ language, but I have have trouble compiling my files. I am using dev-C++ compiler (and have tried others) and every time I compile a basic script, it creates a .exe file, but when I try and run that exe file, nothing opens. Please help
should try to google it, or check with a local library on it. those are the best 2 places to find out about C++
nothing happens or you get a window? Dev C++ is creating non windows applications you must start by going to new project then windows application.