Please advise something, C compiler |
- No Warez. This includes warez links, cracks and/or requests for help in getting illegal software or copyrighted music tracks!
- No Spamming or Trolling on the boards, this includes useless posts, trying to only increase post count or trying to deliberately create a flame war.
- No Hateful or Disrespectful posts. This includes: bashing, name-calling or insults directed at a board member.
- Click here for complete Hydrogenaudio Terms of Service
![]() ![]() |
Please advise something, C compiler |
Jun 16 2003, 00:45
Post
#1
|
|
![]() Group: Members Posts: 112 Joined: 11-June 03 Member No.: 7132 |
I tried to found some binaries of one interesting project but no success.
Seems that I need to compile sources by myself but here is the problem: I'm totaly lame to programming so help me please ! I need some simple,little and easy to learn C compiler. Thanx in advance. -------------------- Gabber, Jazz and IDM
|
|
|
|
Jun 16 2003, 22:08
Post
#2
|
|
|
Neutrino G-RSA developer Group: Developer Posts: 852 Joined: 8-May 02 From: Geneva Member No.: 2002 |
Hi,
If you're a beginner may I suggest you don't start with C. Try to get Quickbasic 4.5 (seems abandonware.. see google?) or maybe the Java JDK for starters. QB4.5 is a very good development environment, all integrated, and you can make (dos) EXE files - you'll be very proud of your 1st graphic experiments, believe me Edit: I have nothing against C, of course. It's just a bit too rough and razorsharp (=> frustating) as a first language, IMHO. Think about C as a powerful language, for tough black-belt S.O.A.B infuriated ruthless bastards - like you in a few months B) A quite good development environment for C/C++ is microsoft's visual studio. Oh, and try to avoid Visual Basic if possible - unless you want to waste your soul (and 99.9% of your pc's power) for nothing, or to do web development of course This post has been edited by NumLOCK: Jun 16 2003, 22:35 -------------------- Try Leeloo Chat at http://leeloo.webhop.net
|
|
|
|
Jun 19 2003, 08:53
Post
#3
|
|
|
Group: Members Posts: 4 Joined: 22-December 01 From: São Paulo,Brazil Member No.: 713 |
You can use Dev-cpp ( http://www.bloodshed.net/devcpp.html ). It's freeware and use MinGW (a win32 port of gcc).
Most part of free projects are easily compiled with MinGW. |
|
|
|
Jun 19 2003, 09:42
Post
#4
|
|
|
WinABX developer Group: Developer Posts: 1578 Joined: 1-October 01 Member No.: 137 |
If you want to learn C, it can be a little bit tough if you have no experience at all in programming. I suggest to start with Pascal, which is also a structured languaje, but is also a more learning oriented lenguaje. If you go this route, try to get an old Turbo Pascal or Borland Pascal compiler. If you have problems getting a pascal compiler or putting it to work, you can try also QuickBasic, as suggested.
Or go the "typical" route of self-learning programmers: first QBasic, then Pascal, and then C. |
|
|
|
Jun 19 2003, 13:40
Post
#5
|
|
|
Group: Members Posts: 573 Joined: 22-February 02 Member No.: 1375 |
Visual C++ 2003 and a good "Visual C++ 2003 in 21 days" book.
Basic and Pascal may be easy to learn, but I couldnt find a BASIC port of LAME, ogg or any other interestng stuff |
|
|
|
Jun 19 2003, 15:15
Post
#6
|
|
|
A/V Moderator Group: Members Posts: 278 Joined: 22-February 03 Member No.: 5132 |
I like visual studio 6 + sp5 + the Intel Compiler.
|
|
|
|
Jun 19 2003, 16:02
Post
#7
|
|
|
Group: Members Posts: 97 Joined: 14-April 02 Member No.: 1781 |
For ****'s sake, read his post. He doesn't want to learn the C/C++ programming language, he just wants to learn how to compile a project.
EDIT: @Skymmer: try using Dev-cpp as suggested in a previous post. This post has been edited by RiskyP: Jun 19 2003, 16:05 |
|
|
|
Jun 19 2003, 16:31
Post
#8
|
|
![]() Rarewares admin Group: Members Posts: 7515 Joined: 30-September 01 From: Brazil Member No.: 81 |
COBOL!!!!!!!!!!!!
-------------------- Get up-to-date binaries of Lame, AAC, Vorbis and much more at RareWares:
http://www.rarewares.org |
|
|
|
Jun 20 2003, 04:40
Post
#9
|
|
|
A/V Moderator Group: Members Posts: 278 Joined: 22-February 03 Member No.: 5132 |
QUOTE (RiskyP @ Jun 19 2003 - 07:02 AM) For ****'s sake, read his post. He doesn't want to learn the C/C++ programming language, he just wants to learn how to compile a project. EDIT: @Skymmer: try using Dev-cpp as suggested in a previous post. So. You don't have to know how to program, my programming skills aren't that great and I still managed to figure it out myself so it really couldn't be that difficult. The only reason I said I *liked* this was because this produces very fast builds on my machine, note that I said I *liked* this method I never necessarily told the poster to do this. I didn't necessarily want to program C/C++ when I was first compiling stuff but now that I have been doing this a little I do want to learn I got myself a couple books and I hope to start learning it very soon. Anyway back on topic, Dev-cpp is good too, I've used it a bit too, I'm sure that will be fine for Skymmer purpose. This post has been edited by Bonzi: Jun 20 2003, 04:43 |
|
|
|
Jun 20 2003, 05:42
Post
#10
|
|
![]() Group: Members Posts: 271 Joined: 19-August 02 From: Maryland Member No.: 3109 |
Microsoft Visual C/C++ is a good/easy compiler to use with high compatibility, but it is not free, nor is it cheap. Intel's C++ compiler is free for 30 days, and it makes very fast binarys, but it is command line based unless you integrate it with MS Visual C++. Your best bet might be to try Dev-cpp. This was the first compiler that I ever used, and it worked alright for what I needed to do at the time. Good luck!
PS - Borland also makes a command like based C++ compiler, but it never really worked for me. You can try it if you feel the need, though. |
|
|
|
Jun 20 2003, 06:57
Post
#11
|
|
![]() Group: Developer Posts: 1245 Joined: 16-December 02 From: Australia Member No.: 4097 |
The MinGW compiler is pretty good.
|
|
|
|
Jun 20 2003, 11:42
Post
#12
|
|
|
MPEG4 AAC developer Group: Developer Posts: 398 Joined: 1-June 03 Member No.: 6943 |
I think the Visual C++ 6.0 compiler is too complicated for beginners. Some of the recent Rapid Applications development tools like Visual Cafe (for Java) is so simple to use that you almost do not need to touch the internal codes.. It amazes me nowadays at the degree of design automations. I started with fortran77 and progressed into Pascal, C and assembly language. When I first tried out Visual Programming, I am amazed with the ease of writing an application program!
|
|
|
|
Jun 21 2003, 15:58
Post
#13
|
|
|
Group: Members Posts: 573 Joined: 22-February 02 Member No.: 1375 |
Visual C++ is in no way complicated for beginners.
Just double click on the .vcproj or .sln file the of the source code and press compile. How hard can that be... |
|
|
|
Jun 21 2003, 17:21
Post
#14
|
|
![]() Server Admin Group: Admin Posts: 4808 Joined: 24-September 01 Member No.: 13 |
You're assuming what he wants to compile has MSVC project files.
That's the easiest case. The are also cases that involve renaming all source files, manually creating a project and setting all include and library dirs, fixing some actual things in the source code for compatibility, and replacing all assembly code by a format that the compiler you use can understand. I think that can be rather hard. |
|
|
|
Jun 21 2003, 18:01
Post
#15
|
|
|
Group: Members Posts: 155 Joined: 12-October 02 Member No.: 3538 |
For C stuff you can use LCC-Win32, it's a free c-compiler + related tools.
For those who want to learn coding in/with Pascal there's Free Pascal (crossplatform!). One day I'll start learning to code with it myself |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 07:20 |