No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I recently started my computer over with Windows XP by re-installing it. However, this delted 4 of my drivers. The drivers I need to get are: USB Controller, SM Bus Controller, Multimedia Audio Controller, and Video Controller (VGA compatible). Atleast that is what drivers my computer says I need to …
I am supposed to figure out what the output produced would be from this equation..can anyone help me and explain it to me char var1='s'; char var2='x'; char *ptr1, *ptr2; ptr1=&var2; *ptr2=*ptr1; cout << *ptr1 << " " < var2 << endl;
I am stuck on this problem..you are supposed to locate the error in the segment of code: char var1, ptr1; var1='X'; ptr1=&var1; Can someone please help me figure this out. It is much appreciated.
tHis is just my guess but try doing..... cout << "* "; is that what your talking about?
The End.
hfick