Easy way to search IPP functions and Parameters- Using the IntelliSense* Capability

Submit New Article

Last Modified On :   June 23, 2009 12:13 AM PDT
Rate
 


IntelliSense is a set of native features of the Microsoft Visual Studio* IDE that make language references easily accessible.
The user programming with Intel® IPP in the Microsoft* Visual Studio Code Editor can employ two IntelliSense features:

  • Complete Word
  • Parameter Info

textbox.bmp

For a software library, the Complete Word feature types or prompts for the rest of the name defined in the header file once the first few characters of the name are typed in your code.
Provided your C/C++ code contains the include statement with the appropriate Intel IPP header file, to complete the name of the function or named constant specified in the header file.

• Type the first few characters of the name (for example, ippsFFT).
• Press Alt+RIGHT ARROW or Ctrl+SPACEBAR. If you have typed enough characters to disambiguate the name, the rest of the
  name is typed automatically. Otherwise, the  pop-up list of the names specified in the header file opens as in figure-1.
 • Select the name from the list, if needed.

figure-1.bmp

The Parameter Info feature displays the parameter list for a function to give information on the number and types of parameters. Provided your C/C++ code contains the include statement with the appropriate Intel® IPP header file, to get the list of parameters of a function specified in the header file. 

  • Type the function name
  • Type the opening parenthesis
  • This makes the tooltip with the function API prototype pops up, and the current parameter in the API prototype is highlighted as in figure-2

 
figure-2.bmp


More information about Intel IPP functions - IPP Documentation web page.





This article applies to: Intel® Integrated Performance Primitives Knowledge Base