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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by antonaras

  1. antonaras

    Difference bettween relational star shema and multidimensional modelin

    Hi everyone I'm totally new in the field of data warehouse and i'm trying to write a project on data warehouse. The problem i can't understand the difference between relational modeling and multidimensional modeling. All the reference i read talk about this subjects and the star schema. Can...
  2. antonaras

    string output

    ok simmple question how to output a datatype of type string? to be more specific #include <string> string word; char i; while(i=getc(pFile)!='>') { word += i; } //Here i want to output the value of word how can i do it pls help it must be easy for u

Part and Inventory Search

Back
Top