Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

Welcome to the Intel C++ forum!

Last post 08-17-2008, 7:40 AM by pehelms. 5 replies.
Sort Posts: Previous Next
 11-08-2002, 5:38 PM 320279  

Welcome to the Intel C++ forum!

Hello,
I welcome you to the Intel C++ compiler discussion forum.

You will be interested in this forum if you are a C++ developer.

I welcome users of C++ Compilers on Microsoft Windows, Linux or Mac OS to this forum. But then again many C++ language issues transcend the OS and I would most certainly welcome discussion on this.

Please note that we still recommend the Intel Premier Support website for submitting and tracking specific issues.

Cheers!
Ganesh

Message Edited by grao on 01-28-2004 05:02 PM

Message Edited by grao on 04-06-2006 04:25 PM

Message Edited by grao on 04-06-2006 04:29 PM


Ganesh
 
 01-18-2003, 1:27 AM 320280 in reply to 320279  

Re: Welcome to the Intel C++ forum!

I got this from Steve from the Fortran forum. This is valid here as well.
Here goes
"When you first visit the forum, you appear as "Guest", even if you have logged in. The forum does not recognize you as having logged in, however, until you click on Reply or New Post.

The forum will keep your session logged in for about eight hours, after which you will have to log in again the next time you post.

Steve
"
Ganesh
 
 06-02-2003, 2:50 PM 320283 in reply to 320279  

Re: Welcome to the Intel C++ forum!

Hi!

I am looking for a utility that would create a dependency diagram for C++ header files from a source tree, or something similar to resolve the header file dependency problems that slows the compiling time down.
If you have any lead on this, I would appreciate!

Regards

Michel Delafontaine
 
 03-19-2007, 2:45 PM 30232235 in reply to 320283  

Re: Welcome to the Intel C++ forum!

On Windows (but not on Mac OS* X or Linux*), there is an option

/showincludes

Tells the compiler to display a list of the include files. Nested include files (files that are included from the files that you include) are also displayed.

c:\icl -showIncludes test.cpp
Intel(R) C++ Compiler for 32-bit applications, Version 9.1 Build 20061103Z
Copyright (C) 1985-2006 Intel Corporation. All rights reserved.

test.cpp
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\crtdefs.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\sal.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\vadefs.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8VC\INCLUDE\swprintf.inl
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\vadefs.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\math.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\crtdefs.h
Note: including file: C:\Program Files\Intel\Compiler\C++\9.1\Ia32\Include\emmintrin.h
Note: including file: C:\Program Files\Intel\Compiler\C++\9.1\Ia32\Include\xmmintrin.h
Note: including file: C:\Program Files\Intel\Compiler\C++\9.1\Ia32\Include\mmintrin.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\malloc.h
Note: including file: C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\crtdefs.h
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

-out:test.exe
test.obj


ALe
 
 01-07-2008, 10:07 PM 30246578 in reply to 320280  

Re: Welcome to the Intel C++ forum!

Thanks for ur Invitation.
How to declare the function in LINUX C++ compiler

Sai BPO Services Limited, an ISO 9001:14001 certified Information Technology enabled offshore outsourcing provider.
for more details visit our website: http://www.saibposervices.com
 
 08-17-2008, 7:40 AM 30261468 in reply to 30246578  

Re: Welcome to the Intel C++ forum!

Define your functions in a .h file and include this file into your source code.

sample program: smaple.c
sample include sample.h

#include <all required includes>
#include <sample.h>

This will work and avoid error messages.
Peter
 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...