Sep 11, 2013 at 3:03am Sep 11, 2013 at 3:03am UTC
i cant run program which has cstdlib , algorithm and some of the header file with my compiler. i cant find the latest compiler . so get me the latest compler which support those header file.
Sep 11, 2013 at 3:07am Sep 11, 2013 at 3:07am UTC
you're sure it is a standard C++ compiler? btw which OS are you using?
Aceix.
Sep 11, 2013 at 3:10am Sep 11, 2013 at 3:10am UTC
windows 7 and i am using turboc
Sep 11, 2013 at 3:15am Sep 11, 2013 at 3:15am UTC
Why don't you give Code::Blocks+MinGW a try?
Aceix
Sep 11, 2013 at 3:19am Sep 11, 2013 at 3:19am UTC
i have try it. i downloaded but after installing i dnt know how to run it .. how to use code::blocks?
Last edited on Sep 11, 2013 at 3:20am Sep 11, 2013 at 3:20am UTC
Sep 11, 2013 at 3:25am Sep 11, 2013 at 3:25am UTC
make sure mingw is set as the active compiler, create new c++ file/project, code and compile!
Aceix.