
-----------------------------------
myob
Thu Jan 06, 2005 2:04 pm

question on indenting codes
-----------------------------------
i just started C++ and i am wondering if there is a command to indent the codes. i am currently using borland IDE. if there are other free IDEs out there will do the job, it would be nice to recommend them to me :P

thanks in advance

-----------------------------------
wtd
Thu Jan 06, 2005 2:09 pm

Re: question on indenting codes
-----------------------------------
i just started C++ and i am wondering if there is a command to indent the codes. i am currently using borland IDE. if there are other free IDEs out there will do the job, it would be nice to recommend them to me :P

thanks in advance

Please don't use an IDE, and especially not that one.  The actual compiler in it is horrible about C++ standards.

The problem with an IDE is you end up worrying more about which button to press and don't spend as much time learning the language.  

Instead use G++ via MinGW and MSYS.  I'll be posting a tutorial on setting this up shortly.

-----------------------------------
Martin
Thu Jan 06, 2005 7:22 pm


-----------------------------------
And please, it's code, not codes.
