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. debasishpramanik

    How to convert c++ code into ansi c code?

    check this url http://www.unipress.com/toolkit/cfront.html
  2. debasishpramanik

    Hi @ all! I get an Application err

    can u just send the buggy piece of code
  3. debasishpramanik

    dll dilemmas...

    but what was the problem ?
  4. debasishpramanik

    dll dilemmas...

    Please send ur code
  5. debasishpramanik

    dll dilemmas...

    sorry it is extern "C" _declspec(_dllimport) void Substring();
  6. debasishpramanik

    dll dilemmas...

    I think u haven't declared the function in ur CPP file suppose ur function is void Substring(); in DLL please do the following in the CPP file where u r using the function extern _C _declspec(_dllimport) void Substring(); I hope this will help u
  7. debasishpramanik

    Jump Table For Switch statement

    What are jump tables ? How they are generated ? Is the generation different for different compilers ? What is the limit for the number of switches and there limit in jump table ?
  8. debasishpramanik

    Simple Question about Type Conversion

    The function is atof do double d= atof(argv[4]);

Part and Inventory Search

Back
Top