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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.