Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > C/C++ 64-bit compilers for Vista?

Reply
Thread Tools

C/C++ 64-bit compilers for Vista?

 
 
fermineutron
Guest
Posts: n/a
 
      08-23-2008
Could someone suggest a good C/C++ compiler for 64-bit vista premium?
1. I will code and run in 64 bit environment.
2. C99 support
3. I need access to more than 3.25 GB of RAM that 32 bit compilers
support.
4. I dont really care about GUIs, mostly will code number-crunching
non-gui apps.
5. I want an easy to use IDE, something simmilar to lcc.
6. If IDE supports line by line and function by function profiling of
C code it would be great but not required.
7. Needless to say compiler should not create retarded code... same
level of code, loop, optimization as can be expected from lcc or
equivalent.

The IDE does not have to be freeware.

Thanks ahead.
 
Reply With Quote
 
 
 
 
jacob navia
Guest
Posts: n/a
 
      08-23-2008
fermineutron wrote:
> Could someone suggest a good C/C++ compiler for 64-bit vista premium?
> 1. I will code and run in 64 bit environment.
> 2. C99 support
> 3. I need access to more than 3.25 GB of RAM that 32 bit compilers
> support.
> 4. I dont really care about GUIs, mostly will code number-crunching
> non-gui apps.
> 5. I want an easy to use IDE, something simmilar to lcc.
> 6. If IDE supports line by line and function by function profiling of
> C code it would be great but not required.
> 7. Needless to say compiler should not create retarded code... same
> level of code, loop, optimization as can be expected from lcc or
> equivalent.
>
> The IDE does not have to be freeware.
>
> Thanks ahead.


Hi fermineutron
lcc-win64:

Pros:

1) lcc-win 64 bits runs under VISTA 64 bits and windows XP 64 bits
2) Supports C99
3) You can access any kind of memory space (64 bit pointers)
4) Wedit runs under 64 bits with debugger etc.
5) The profiler is not yet ported to 64 bits
6) The generated code is faster than lcc-win

Cons:

Brand new compiler. There may be some problems, not in the
generated code but in the library and/or debugger.

--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
 
Reply With Quote
 
 
 
 
Harold Aptroot
Guest
Posts: n/a
 
      08-23-2008
"jacob navia" <> wrote in message
news:g8pbh8$m0j$...
> fermineutron wrote:
>> Could someone suggest a good C/C++ compiler for 64-bit vista premium?
>> 1. I will code and run in 64 bit environment.
>> 2. C99 support
>> 3. I need access to more than 3.25 GB of RAM that 32 bit compilers
>> support.
>> 4. I dont really care about GUIs, mostly will code number-crunching
>> non-gui apps.
>> 5. I want an easy to use IDE, something simmilar to lcc.
>> 6. If IDE supports line by line and function by function profiling of
>> C code it would be great but not required.
>> 7. Needless to say compiler should not create retarded code... same
>> level of code, loop, optimization as can be expected from lcc or
>> equivalent.
>>
>> The IDE does not have to be freeware.
>>
>> Thanks ahead.

>
> Hi fermineutron
> lcc-win64:
>
> Pros:
>
> 1) lcc-win 64 bits runs under VISTA 64 bits and windows XP 64 bits
> 2) Supports C99
> 3) You can access any kind of memory space (64 bit pointers)
> 4) Wedit runs under 64 bits with debugger etc.
> 5) The profiler is not yet ported to 64 bits
> 6) The generated code is faster than lcc-win
>
> Cons:
>
> Brand new compiler. There may be some problems, not in the
> generated code but in the library and/or debugger.


How is 5 a pro?

 
Reply With Quote
 
Boon
Guest
Posts: n/a
 
      08-23-2008
fermineutron wrote:

> Could someone suggest a good C/C++ compiler for 64-bit vista premium?
> 1. I will code and run in 64 bit environment.
> 2. C99 support
> 3. I need access to more than 3.25 GB of RAM that 32 bit compilers
> support.
> 4. I dont really care about GUIs, mostly will code number-crunching
> non-gui apps.
> 5. I want an easy to use IDE, something simmilar to lcc.
> 6. If IDE supports line by line and function by function profiling of
> C code it would be great but not required.
> 7. Needless to say compiler should not create retarded code... same
> level of code, loop, optimization as can be expected from lcc or
> equivalent.
>
> The IDE does not have to be freeware.


You'd have to ask in a Microsoft-specific group.
(e.g. comp.os.ms-windows.programmer.win32)
 
Reply With Quote
 
Keith Thompson
Guest
Posts: n/a
 
      08-23-2008
jacob navia <> writes:
> fermineutron wrote:
>> Could someone suggest a good C/C++ compiler for 64-bit vista premium?


Do you want C or do you want C++, or both?

I ask because too many people refer to "C/C++" as if it were a single
language. You probably meant you want C *and* C++, but it would be
good to make that clearer. And comp.lang.c isn't the place to ask
about C++ compilers. (It's not necessarily the best place to ask
about C compilers either; see below.)

[requirements snipped]

> Hi fermineutron
> lcc-win64:
>
> Pros:
>
> 1) lcc-win 64 bits runs under VISTA 64 bits and windows XP 64 bits
> 2) Supports C99


For certain values of "supports". lcc-win does not *fully* conform to
the C99 standard. If its level of conformance is good enough for you
(i.e., if you're willing to avoid the features that it doesn't
implement), then that's fine, but you'll need to be aware of the
issue.

You might also look into Intel's compiler. I don't know whether it
meets your requirements; you'll have to investigate that yourself.

Finally, comp.lang.c isn't necessarily the best place to ask about
this. A lot of us here are experts on the C programming language;
we're not necessarily experts on what compilers are available for
which systems. I understand that a lot of Windows programming experts
hang out in comp.os.ms-windows.programmer.win32; they're likely to be
able to give you better information than we can.

--
Keith Thompson (The_Other_Keith) kst- <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
commercial c compilers vs free c compilers geletine C Programming 33 07-07-2006 05:21 AM
i2c and compilers embyembu VHDL 0 02-22-2006 02:52 PM
Comparing compilers erik.dellamonica@gmail.com VHDL 4 12-06-2005 02:49 PM
Job Posting: EDA Compilers, Santa Clara, CA, USA hr@tharas.com VHDL 0 04-06-2005 11:37 PM
Command line compilers Julian Hershel ASP .Net 2 04-30-2004 09:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57