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 Mike Lewis 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: *

  1. julie55

    memory problem with calloc

    Many thanks for your answer, it helped a lot! Julie
  2. julie55

    memory problem with calloc

    Thanks for your quick answer. The system does not crash when I do the allocation with caloc but it crashes later when I try to access the address to store a new value with error "Access violation writing location 0x00000000". How would count the number of bytes allocated? Thanks again Julie
  3. 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...
  4. julie55

    Using Intel C++ compiler in Visual Studio 2008

    Thank you, it works!
  5. 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...
  6. 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