Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: julie55
  • Content: Threads
  • Order by date
  1. julie55

    memory problem with calloc

    Hi all, I am developing a program where I generate tree-like generations and store resulting offspring for each generation in a 3D structure. As generation level increases the number of individuals gets higher and I end up with very large tables. At one point I get the following allocation...
  2. julie55

    Using Intel C++ compiler in Visual Studio 2008

    Hi, I would like to use the Intel C++ compiler instead of the MS one. I am using Visual studio 2008 and don't manage to specify, for a given solution, the option of which compiler using. In the Intel manual they suggest that this option should appear directly in the Project menu but it doesn't...
  3. julie55

    Installing gsl library in visual studio

    Hi, I am trying to install the gsl library (http://www.gnu.org/software/gsl/) to use it in my C++ code within Visual Studio. I haven't managed to find where I should save the library files in VS. Could anyone help? Thanks in advance, L.

Part and Inventory Search

Back
Top