Hi i have install windows 7 os now i want to run basic programer c and c ++ in my computer can you please suggest some free editor where i can run C program
If you're on windows and want to start coding windows console/win gui programs... You can't beat the free visual studio express editions. They got one for C++
For compiler and IDE, you can use codeblocks and visual studio express. If you intend to use a simple editor, use notepad++. Its quite good.
OP, Try out CodeBlocks, available at their site: www.codeblocks.org. This is a complete Integrated Development Environment (IDE) for C/C++ programming, and comes with an editor. When you install CodeBlocks, make sure that you install the version that comes with a compiler. This version is called codeblocks-12.11mingw-setup.exe sand is available on its page here: http://www.codeblocks.org/downloads/26#windows. You can also go for its "user" version if it suits your needs. Once CodeBlocks is installed on your system, and C/C++ files associated with it, you can open any C/C++ file in its editor by double clicking it. The editor comes with code highlighting, and other features.
i am glad to help you .you can use borland c++ v.5 for editing as well as compiling and runing the c/c++program
You Can use Visual Studio Express Edition where compiler for C++ Exits .Also you can go with Eclipse.
i think visual studio best for you so you go with visual studio if you want to develoment the microsoft application if you want to develop universal application then you should learn java and java IDE are ellipse and netbean so don't miss time and start java learning today..
I use the eclipse for C++, is the best so far and its free. dont go for paid editors, if you just want to learn! Also try to consider which compiler you want to use. I'm not sure whether visual studio (express edition) can switch to different compiler.
You can use Dev C++ or CodeBlocks. But I think there's just something you need to install so that you can use the command prompt or cmd for running you C or C++ programs.
Been using N++ for years. I have also tried vi editor. Vi(m) editor is more complicated than notepad++.