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 bkrike 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: TheKeeya
  • Content: Threads
  • Order by date
  1. TheKeeya

    STL and Managed Classes

    And I use STL with Managed VC+++ classes or am I limited to only unmanaged classes and objects?
  2. TheKeeya

    Size of .js files vs speed

    Does a really large javaScript file slow down the load speed of a webpage? Also, does it take longer to load a large .js file vs. multiple small files?
  3. TheKeeya

    Picking a compiler for developing graphical programs in C or C++

    I'm trying to decide which compiler to get. I'd like to start developing graphical programs in C/C++ that will run in Windows. I am trying to determind if one compiler over another will make my life easier: MS Visual C++, Borland, DJGPP, etc. Any input would be appreciated.
  4. TheKeeya

    How do I increment the pointer to an arrayed structure?

    I have a structure that is an array (struct tag my_struct[10]). I am trying to pass a pointer to that structure to a function (void myfunction(struct tag *p)). Inside the function I try to reference the pointer to the structure. It works well for (p->.value) which points to mystruct[0].value...

Part and Inventory Search

Back
Top