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 dencom 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. silicontoadet

    Cross Platform identification

    Hi, Maybe this is the wrong place to ask but I was wondering whether there is some header file out there that identifies the majority of the OS's/ compilers, architectures etc... at compile time, probably using macros i.e. checking for definitions such as _WIN32 for windows as defined by some...
  2. silicontoadet

    Advice on Table Structure

    Hi, I'm new to mysql and databases in general, I've created two tables, one for "user" and one for "tracks" lets say: user(userID, name, email) track(trackID, name) Let's say I have 100 users and each user buy's 1000 tracks, at the moment my user table is like so: user(userID, name, email...

Part and Inventory Search

Back
Top