- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been trying to install the XE-2011 C++ Composer on my computer. The operating system is SUSE-11.3 which is the guest operating system with Windows XP 64 Professional as the host operating system under VMware 7.0. The Composer downloads and appears to install properly using the command:
source /opt/intel/bin/compilervars.sh intel64 .
However, when I attempt to compile and execute the openmp_sample.c file it gave a large number of error messages.
Included are missing cin and cout names. If I try to run the C++ program it also gives a huge number of missing names.
I want to note that I have installed the XE-2011 Fortran Composer and this seems to operate properly. At this point I am uncertain whether I have not followed the installation instructions correctly or there is something wrong with the C++ Composer. Possibly the SUSE operating system has a problem. Any thoughts would be much appreciated.
Amos Leffler
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
openmp_sample.c (cout & cin) (c language iostream strange ??)
verify if is wrote with (std::)
std::cout & std::cin
or is fault mime extention require ( .cc) ??
Regards
openmp_sample.c (cout & cin) (c language iostream strange ??)
verify if is wrote with (std::)
std::cout & std::cin
or is fault mime extention require ( .cc) ??
Regards

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page