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 Chriss Miller 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: B1gBear
  • Content: Threads
  • Order by date
  1. B1gBear

    call malloc exception

    Hi everybody, I'm working at school with inline assembler (in C++). I don't understand, where I could have a mistake. My code: #include <stdlib.h> void blah() { _asm { mov ecx, 4 // I'd like to allocate place for four pointers inc ecx // in the end...

Part and Inventory Search

Back
Top