![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: borland, compiler, help, question |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| ||||
| While I can't provide examples and can't distinguish between compilers based on experience, here's what I know of the differences that you should care about: 1) Is the code smaller from 1 compiler to the next? 2) Does the compiler support the version of the language that your familiar with? 3) Does the compiler support the basics of the language that you're using? 4) Does the compiler support the aspects of the language you're trying to use in the easiest way for you to use it? 5) Can you afford the compiler? 6) Is the compiler supported (i.e. are errors/bugs corrected or do you have to wait years)? 7) Is the compiler backed by the type of development environment you want? Most of the time if you're talking about a MicroSoft compiler, I'd suggest that the answer to most of the yes/no questions above is "no", but for me the free Microsoft Visual C# 2005 Express Edition has everything I need and #7 & #5 are the most important at this stage of my life. I've read that it's not the best for game development and that the C++ version isn't exactly easy either. I don't know how Borland compares as of this time, but it's reputation is definitely solid. Hopefully that helps a bit. |
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
HelloWorld (08-12-2007) | ||
| ||||
| Quote:
My friend actually used Textpad to do his C++ programming careers lol...I personally haven't experienced with C++ whatsoever, but by looking at Deitel's book on C++ How to Program, I can grasp the foundation pretty quickly, but I just need some more implementation and trials and errors haha... |
| |||
| I personally use MinGW's implementation of gcc (the GNU C Compiler) and g++ (the C++ implementation), and I find that to be wonderful. I tried working with Borland after spending a year with gcc, and while it wasn't too complicated to set up, I found trouble trying to find similar compiler and linker options that I used with gcc and g++. I also found Microsoft's Visual C++ 6 compiler to be flexible, but not quite what I was looking for. Like I've said in the past, various implementations and compilers are good for various programmers. It is up to you to choose which one suits you best. __________________ "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off." -- Bjarne Stroustrup, creator of what is now known as C++ For more quotes by Bjarne Stroustrup, check out http://www.research.att.com/~bs/bs_faq.html#really-say-that. |
| The Following User Says Thank You to rpgfan3233 For This Useful Post: | ||
HelloWorld (08-12-2007) | ||
![]() |
| Thread Tools | |
| Display Modes | |
| |