Are sun studio C/C++ compilers and Forte C/C++ compilers same ??

Are sun studio C/C++ compilers and Forte C/C++ compilers same ??

Post by ameya_agnihotr » Wed, 19 Apr 2006 14:27:33



Is there any difference between sun studio compilers and forte
compilers???
or the names have been changed???
 
 
 

Are sun studio C/C++ compilers and Forte C/C++ compilers same ??

Post by Andrew Gabri » Wed, 19 Apr 2006 15:35:53




Quote:> Is there any difference between sun studio compilers and forte
> compilers???
> or the names have been changed???

One of many name changes in the product's history (including
amongst others, Java somethingortheother, Workshop, Proworks/Teamworks,
and probably more I've forgotten). Of course, the versions and features
change too. It's always been a good product -- shame about the naming.

--
Andrew Gabriel

 
 
 

Are sun studio C/C++ compilers and Forte C/C++ compilers same ??

Post by Paul Floy » Wed, 19 Apr 2006 16:02:54


On 17 Apr 2006 22:27:33 -0700, ameya_agnihotri

Quote:> Is there any difference between sun studio compilers and forte
> compilers???

Sun Studio is newer.

Quote:> or the names have been changed???

The names have changed as well.

See
http://developers.sun.com/prodtech/cc/support/support_matrix.jsp
for the full lowdown.

A bientot
Paul
--
Paul Floyd                 http://paulf.free.fr (for what it's worth)
Surgery: ennobled Gerald.

 
 
 

Are sun studio C/C++ compilers and Forte C/C++ compilers same ??

Post by from the » Thu, 20 Apr 2006 09:03:48


Quote:> One of many name changes in the product's history (including
> amongst others, Java somethingortheother, Workshop, Proworks/Teamworks,
> and probably more I've forgotten). Of course, the versions and features
> change too.

True

Quote:> It's always been a good product -- shame about the naming.

I could not agree with your more.

The change from SunOs to Solaris was unnecessary and added a degree of
confusion, which is still persists to this day, albeit rather small now
as Solaris has been around a long while.

But the almost constant changing of compiler names is just ridiculous.

Is it done to keep the staff in the marketing department in a job?

When[1] the compiler names are changed again , perhaps "dynamic" would
be sensible, to indicate the name is characterised by constant change.

[1] I think it is safe to say 'when' rather than 'if'.

Any guesses for when the next compiler name change will occur? Can we
get to the end of 2006 without another compiler name change?

--
Dave K     MCSE.

MCSE = Minefield Consultant and Solitaire Expert.

Please note my email address changes periodically to avoid spam.

for a couple of months only. Later set it manually.

 
 
 

1. how to include C++ header files when using Forte 6 C++ compiler?

Hi, everyone,

We just installed Forte 6 and are testing its C++ compiler. We got following errors while trying to compile a small
code:

#include <iostream>
#include <string>

main()
{
      string C;
      cout << "hello\n";
      cin >> C;
      cout << "you typed: " << C << endl;

"testC.C", line 7: Error: string is not defined.
"testC.C", line 8: Error: cout is not defined.
"testC.C", line 9: Error: cin is not defined.
"testC.C", line 10: Error: cout is not defined.
"testC.C", line 10: Error: endl is not defined.
5 Error(s) detected.
-----------------------------------------------

If we use iostream.h, errors for cout,cin, and endl are gone. But undefined "string" error is always there no matter
whether <string> or <string.h> is used.

Any suggestions about how to include the header files?

Thanks for any help!

Wu

2. how to turn off interactive mode.

3. Could I compile "c" source with a C++ compiler (Forte C++ Update 2)?

4. Slackware 2.1.0, Adaptec 1542CF & Sony 55A ?

5. C/C++ compiler (SUN One Studio 7)

6. ext2 from win95

7. Sun One Studio 8 for C++ - Size in memory bigger than previous using Forte 6

8. lv_queryvgs

9. Sun forte C++ 5.1 vs C++ 4.2

10. variadic macros for Forte 6.2 C++ compiler

11. Compiler problem about Forte C++

12. Forte C++ includes C compiler ??

13. Forte 7.0 C++ Compiler - having link errors