| | |
Just out of curiosity...
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
What editor/compiler does everyone use,
and,
what is your syntax highlighting like?
I'm using programmer's notepad 2, with a gcc win32 port...
with a stylish green-identifier, gray-text, white-operator, blue-comment, red literal on black background.
and,
what is your syntax highlighting like?
I'm using programmer's notepad 2, with a gcc win32 port...
with a stylish green-identifier, gray-text, white-operator, blue-comment, red literal on black background.
I wake up! And my mind's out, never again will I sell out. Converting vegetarians.
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
Well, I don't suppose you should create thread like these.
BTW, I use Emacs with g++ command line on my Linux Box.
I also sometime uses Gedit( the default gnome text editor) with some plug in to make compilation easy.
BTW, I use Emacs with g++ command line on my Linux Box.
I also sometime uses Gedit( the default gnome text editor) with some plug in to make compilation easy.
Siddhant Sanyam
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
why not? It is a forum... and I tried learning emacs but it got old quickly, I prefer using vim on *nix
I wake up! And my mind's out, never again will I sell out. Converting vegetarians.
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
Well, according to me: Its the knowledge about language that counts rather than what tools/text editor you use. Though I believe that compiler plays a important role in programming
Siddhant Sanyam
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
> What editor / compiler are you using?
I'm using Code::Blocks (not an editor but an IDE) with the MinGW compiler on Windows 2000 Professional (the best Operating System M$ ever made, has never crashed up until now and works smoothly)
For some people who ask themselves why I'm using W2K nowadays:
My reason of using Windows 2000 nowadays is:
->
-> I'm stuck with some old P3's
(I have a new(er) computer, which theoretically is better, but practically it's just badder)
What's your syntax highlighting like?
Check out the screenshots at: http://www.codeblocks.org/screenshots
I'm using Code::Blocks (not an editor but an IDE) with the MinGW compiler on Windows 2000 Professional (the best Operating System M$ ever made, has never crashed up until now and works smoothly)
For some people who ask themselves why I'm using W2K nowadays:
My reason of using Windows 2000 nowadays is:
->
'If it ain't broken, don't fix it' -> I'm stuck with some old P3's
(I have a new(er) computer, which theoretically is better, but practically it's just badder)
What's your syntax highlighting like?
Check out the screenshots at: http://www.codeblocks.org/screenshots
Last edited by tux4life; Mar 14th, 2009 at 3:55 am.
>I'm using Code::Blocks with the MinGW compiler
Code::Blocks is a great IDE for sure. I use it when working on a BIG project within a group. As many programmers around me are not 'comfortable' with command line, they say.
Code::Block surely catches eye.
Regarding M$,
I (as Linux users) doesn't go against M$. But the fact remain that I am a OS/FSF fan and ideas of M$ do not fit into minds.
I am just waiting for the day, when everyone would be using a free operating system,(again, free not as in 'free beer' but as in 'freedom of speech')
You may ignore whatever you I said about M$ and remember that "try to use the tools your neighbor uses" so that If you ran into trouble, you can ask help from neighbors.
Code::Blocks is a great IDE for sure. I use it when working on a BIG project within a group. As many programmers around me are not 'comfortable' with command line, they say.
Code::Block surely catches eye.
Regarding M$,
I (as Linux users) doesn't go against M$. But the fact remain that I am a OS/FSF fan and ideas of M$ do not fit into minds.
I am just waiting for the day, when everyone would be using a free operating system,(again, free not as in 'free beer' but as in 'freedom of speech')
You may ignore whatever you I said about M$ and remember that "try to use the tools your neighbor uses" so that If you ran into trouble, you can ask help from neighbors.
Last edited by siddhant3s; Mar 14th, 2009 at 4:02 am.
Siddhant Sanyam
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
I have nothing against Linux, I'm using it on one of my pc's (CentOS -> ultra fast and stable) it's just the ideal OS if you want to program, but since I'm stuck with some old P3's, I think W2K is the best for them, it's definitely not XP (or Virusses Intruders Spyware Trojans and Adware, with the abbreviation of VISTA
)
) > Well, according to me: Its the knowledge about language that counts rather than what tools/text editor you use.
yeah, good point.
Also, I may have to give Code::Blocks a try, it looks pretty good.
yeah, good point.
Also, I may have to give Code::Blocks a try, it looks pretty good.
I wake up! And my mind's out, never again will I sell out. Converting vegetarians.
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
•
•
Join Date: Aug 2008
Posts: 149
Reputation:
Solved Threads: 8
emacs if i'm going to code for more than 5 minutes otherwise vim.
sometimes I'm using emacs with speedbar and gud mode.
But mostly I'm sitting in a term over ssh,
so 90% of the time I'm using emacs with the -nw option.
I would really like to use vim more,
but the indentation is really inferior to the emacs indentation.
Pressing tab will indent to the correct column according to you scope.
Vim basicly just indents to whatever you have set your tab width to.
I tried a .vimrc hack that were supposed to do it emacs style,
but then it messed up my Makefiles.
I'm in no way trying to convert ppl to using a commandline for everything. I started up using all kinds of gui.
But using an terminal for everything is basicly making me more productive.
sometimes I'm using emacs with speedbar and gud mode.
But mostly I'm sitting in a term over ssh,
so 90% of the time I'm using emacs with the -nw option.
I would really like to use vim more,
but the indentation is really inferior to the emacs indentation.
Pressing tab will indent to the correct column according to you scope.
Vim basicly just indents to whatever you have set your tab width to.
I tried a .vimrc hack that were supposed to do it emacs style,
but then it messed up my Makefiles.
I'm in no way trying to convert ppl to using a commandline for everything. I started up using all kinds of gui.
But using an terminal for everything is basicly making me more productive.
![]() |
Similar Threads
- Out of curiosity, BigDecimal (Java)
- Windows XP slow login (Windows NT / 2000 / XP)
- Geek Inspiration (Geeks' Lounge)
- problem installing linux drivers, help me and ya got my respect!!! (*nix Hardware Configuration)
- .htaccess not working.! (Linux Servers and Apache)
- BackDoor. Mosucker.W (Windows NT / 2000 / XP)
- How to open ports in Panther (OS X)
- Partitioning 120 Gb WD Drive??? (Windows NT / 2000 / XP)
- TechTalk Styles (DaniWeb Community Feedback)
- CUPS problems with mozilla (*nix Software)
Other Threads in the C++ Forum
- Previous Thread: Error Allocating Memory
- Next Thread: Need help with pennies for pay!!!
| Thread Tools | Search this Thread |
api array arrays beginner binary bitmap c++ c/c++ calculator char char* class classes coding compile compiler console conversion convert count data database delete desktop developer directshow dll dynamic email encryption error file forms fstream function functions game generator getline google graph homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return rpg sorting string strings struct template templates test text tree unix url vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






