Unix specific C++ header files for Intel C compiler
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > Unix specific C++ header files for Intel C compiler




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Unix specific C++ header files for Intel C compiler  
saad


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 07:49 AM

hi
I am compiling a MS V Studio C++ compiled code on a Win Xp Intel
centrino machine on a super computer running Intel C compiler (icc)
through cygwin client.
I need to know the replacements of following header files (or all the
header files for icc unix based machine)

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string>
#include <iostream.h>
#include <conio.h>
#include <process.h>
#include <iomanip.h>

thanks in advance

saad






[ Post a follow-up to this message ]



    Re: Unix specific C++ header files for Intel C compiler  
Maxim Yegorushkin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 01:42 PM


saad wrote:
> hi
> I am compiling a MS V Studio C++ compiled code on a Win Xp Intel
> centrino machine on a super computer running Intel C compiler (icc)
> through cygwin client.
> I need to know the replacements of following header files (or all the
> header files for icc unix based machine)
>
> #include <stdio.h>
> #include <stdlib.h>
> #include <math.h>
> #include <string>

These four are standard C/C++ headers and should be in place.

> #include <iostream.h>
> #include <iomanip.h>

These are depricated headers. Use <iostream> and <iomanip> instead.

> #include <conio.h>
> #include <process.h>

Not sure about these two.






[ Post a follow-up to this message ]



    Re: Unix specific C++ header files for Intel C compiler  
saad


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 01:42 PM

can anyone tell 32 headers found in section 17.4.1.2 of C++ standard?






[ Post a follow-up to this message ]



    Re: Unix specific C++ header files for Intel C compiler  
saad


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 01:42 PM

http://gcc.gnu.org/onlinedocs/libst.../headers_cc.txt  i got
some here






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:43 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register