473,394 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Compiler Suggest

11
Please suggest a good compiler. It should take low space, should work on Windows 98. I tried Dev-C++ but I can't compile some of codes because of some stupid error ...
Thanks...
Nov 29 '06 #1
10 1554
horace1
1,510 Expert 1GB
Please suggest a good compiler. It should take low space, should work on Windows 98. I tried Dev-C++ but I can't compile some of codes because of some stupid error ...
Thanks...
you could try Borland Turbo C V2
http://www.programmersheaven.com/download/6619/download.aspx

it lacks some of the features of a modern compiler but is good!

DEV-C++ should work under Windows 98 - what was the problem?
Nov 29 '06 #2
Ripiz
11
When I try to compile, it says some warning and asks to use some parameters. When I use them (or remove warning from backward_warning.h file) I get -lobjc error when I try to compile.
Nov 30 '06 #3
Ripiz
11
I get errors with taht compiler (when I compile), and I got no idea how to fix them...
Nov 30 '06 #4
horace1
1,510 Expert 1GB
I get errors with taht compiler (when I compile), and I got no idea how to fix them...
could be problems with the code rather than the compiler - post the code?
Nov 30 '06 #5
Ripiz
11
I might say it's pretty long but ok
Just great.. I can fit it only in 3 posts!

http://garblecity.gamepsychos.com/main.cpp
You can find it here lol
Nov 30 '06 #6
horace1
1,510 Expert 1GB
I might say it's pretty long but ok
Just great.. I can fit it only in 3 posts!

http://garblecity.gamepsychos.com/main.cpp
You can find it here lol
A problem is that DEV-C++ does not have the glaux header and dll. You can download it from
http://devpaks.org/details.php?devpak=4

in addition the function timeGetTime() is missing - you could put in a dummy function just to get it working
Expand|Select|Wrap|Line Numbers
  1. DWORD timeGetTime(VOID) {}  
  2.  
Nov 30 '06 #7
Ripiz
11
I had it before. Without it I don't have gl.h too so I had to install it.
Maybe you can compile it and upload somewhere so I can download it and check out?
Dec 1 '06 #8
I use Bloodshed DEV C++. Go to the Bloodshed site, and dowload for free. Works awesome! Compiles every program in my class book and was recommended to me by my professor.

Good luck!
Shelbee
Dec 1 '06 #9
Ripiz
11
You didn't read all posts, IT DON'T WORK!
Dec 1 '06 #10
hi there,

try to use Microsoft Visual C++ 6.0, this with regards to my friend M.Sivadhas

regards,
Dec 2 '06 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Bryan Parkoff | last post by:
You may notice that switch (...) is much faster than function that can gain a big improved performance because it only use JMP instruction however function is required to use CALL, PUSH, and POP...
7
by: Matthew | last post by:
Hi, I am using sun's CC (c++ compiler) to compile the follow code: #define __REENTRANT #include <stdio.h> #include <pthread.h> void *one(void *dummy);
23
by: JKop | last post by:
I'm looking for a compiler, I'm running Windows XP. Can anyone suggest a good one that can output assembly and that has all sorts of good optimizations in it, all sorts of bells and whistles. I'm...
19
by: petantik | last post by:
Where can I find a good resource, on the web, that will give me a good comprehensive idea of how to write a compiler in C for C or maybe another language. http://petantik.blogsome.com - A...
5
by: rawCoder | last post by:
Hi All, In Visual Basic .NET , your function definition might requirre you to return a value but (accidently/intentionally) you dont put any 'return value' in the function. In this case VB...
244
by: Ajinkya | last post by:
Can anyone suggest me a good compiler for(c/cpp) for windows? I tried dev cpp but its debugging facility is very poor.
41
by: Miroslaw Makowiecki | last post by:
Where can I download Comeau compiler as a trial version? Thanks in advice.
16
by: Martin Wells | last post by:
I'm doing an embedded systems college project this year. I'm making a portable device that will take input in the form of simple switches, and give output in the form of LED's. Can you please...
3
by: KEVO | last post by:
hi im new to C++ and im using a mac os x 10.3.9. can anyone suggest a compiler so that i can learn c++ and successfully run a program. i tried using xcode but it does not compile my...
159
by: bernard | last post by:
howdy! please recommend a good c compiler. - should be small - should be fast - should come with a good ide - should be inexpensive i am using windows os.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.