Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

What is the best simple editor for C/C++ you recommend?

Thanks in advance
Posted

vim [^].
 
Share this answer
 
Comments
CodingLover 23-Oct-12 23:49pm    
Is it support intellisense?
CPallini 24-Oct-12 3:17am    
Intellisense is for sissies. :-D
CodingLover 24-Oct-12 0:08am    
I installed VIM and everything works fine. However, I want to use the existing compiler to write code in VIM. How can I work around on this. Please note that I'm doing this all in Windows
CPallini 24-Oct-12 3:20am    
Vim is the editor. To run the compiler you have to invoke CL.exe from the command line (you may use NMAKE as well, see http://msdn.microsoft.com/en-us/library/f35ctcxw.aspx).
However you may also Visual Studio editor for the job. Visual Studio is not that bad, after all.
CodingLover 25-Oct-12 1:55am    
Agreed, I'm using the visual studio for long. Now I want to make my life bit difficult. :)
A simple editor you can use is 'edlin'.
 
Share this answer
 
vim

the content is too short
 
Share this answer
 
Hi, you may describle your need more detail, if you want to learn c/c++, I think notepad++ is a good choice^^
 
Share this answer
 
Comments
Mohibur Rashid 24-Oct-12 1:10am    
Its a great choice
Linux: vim
Windows: Notepad++

============================
 
Share this answer
 
Comments
CodingLover 25-Oct-12 0:59am    
What about vim on Windows? :)
[no name] 25-Oct-12 1:49am    
I don't try this solution :)
Windows? Linux? Does it need code completion? What is important to you? This would all be personal taste. Check out this link and see if you can find something you like.

http://www.freebyte.com/programming/cpp/[^]

Good luck!
 
Share this answer
 
Comments
CodingLover 23-Oct-12 7:54am    
Yeah, I forget to mention. I just want to work around on Windows at the moment. Thanks for the comment anyway.
I suggest Visual Studio (Express) if working on Windows.
 
Share this answer
 
I recommend nano since is easy to use
 
Share this answer
 
Comments
CodingLover 25-Oct-12 1:54am    
Hmm, first time I heard that. Thank for sharing.
best is "EditPlus" you can edit c,c++,java,c# etc.,
 
Share this answer
 
The best simple?It's mean the Editer is easy to use?Or It's easy to learn?Or It is simple?
 
Share this answer
 
Comments
CodingLover 25-Oct-12 1:53am    
Easy to use. So it has limited options and work around to make my life easy.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900