Click here to Skip to main content
15,911,711 members
Home / Discussions / Mobile
   

Mobile

 
GeneralPocket PC 2002 network programming Pin
democls26-Mar-04 11:07
democls26-Mar-04 11:07 
GeneralRe: Pocket PC 2002 network programming Pin
Daniel Strigl27-Mar-04 4:17
Daniel Strigl27-Mar-04 4:17 
GeneralPocket PC 2003 html image display Pin
venkigdl26-Mar-04 4:36
venkigdl26-Mar-04 4:36 
QuestionInput to created process? Pin
Member 93740225-Mar-04 2:45
Member 93740225-Mar-04 2:45 
AnswerRe: Input to created process? Pin
João Paulo Figueira25-Mar-04 4:00
professionalJoão Paulo Figueira25-Mar-04 4:00 
GeneralDatabase With CADO Classes Pin
Rassul Yunussov25-Mar-04 0:51
Rassul Yunussov25-Mar-04 0:51 
GeneralRe: Database With CADO Classes Pin
João Paulo Figueira25-Mar-04 3:57
professionalJoão Paulo Figueira25-Mar-04 3:57 
Generaloutput?? cout Pin
rodneyk124-Mar-04 5:40
rodneyk124-Mar-04 5:40 
I have the windows CE application programming book and it covers things in EVC++ 3.0. I am useing code that he gives in his examples and he uses "cout<<_T" . Whenever I try to compile it doesn't like the cout command. Is there something that I need to import or include to use the cout command? Here is what I have for an example.

void Listing4_1()<br />
{<br />
	CEGUID pceguid;<br />
<br />
	if(!CeMountDBVol(&pceguid, _T("\\MyVolume.CDB"), CREATE_NEW))<br />
		cout << _T("Could not create database volume") << endl;<br />
	else<br />
		cout << _T("Database volume created") << endl;<br />
	// now unmount the database volume<br />
	if(CeUnmountDBVol(&pceguid))<br />
		cout << endl << _T("Database volume unmounted") << endl;<br />
	else<br />
		cout << endl << _T("Database volume could not be unmounted") << endl;<br />
}


why doesn't it like it?Any Ideas?

Thanks guys,
RodSigh | :sigh:
GeneralRe: output?? cout - posible solution Pin
democls26-Mar-04 11:31
democls26-Mar-04 11:31 
Generalpocket pc Recent Programs/files opened Pin
venkigdl23-Mar-04 23:39
venkigdl23-Mar-04 23:39 
GeneralRe: pocket pc Recent Programs/files opened Pin
Daniel Strigl24-Mar-04 8:10
Daniel Strigl24-Mar-04 8:10 
GeneralRe: pocket pc Recent Programs/files opened Pin
venkigdl24-Mar-04 22:16
venkigdl24-Mar-04 22:16 
GeneralOLE Automation MS word in PPC2003.. Pin
justenjoy23-Mar-04 19:56
justenjoy23-Mar-04 19:56 
GeneralRe: OLE Automation MS word in PPC2003.. Pin
João Paulo Figueira23-Mar-04 22:17
professionalJoão Paulo Figueira23-Mar-04 22:17 
GeneralCasio .net development Pin
RB@Emphasys23-Mar-04 6:58
RB@Emphasys23-Mar-04 6:58 
GeneralThread Initialisation....... Pin
Deepa Gopal22-Mar-04 19:37
Deepa Gopal22-Mar-04 19:37 
GeneralRe: Thread Initialisation....... Pin
Daniel Strigl22-Mar-04 20:18
Daniel Strigl22-Mar-04 20:18 
GeneralRe: Thread Initialisation....... Pin
Deepa Gopal23-Mar-04 0:56
Deepa Gopal23-Mar-04 0:56 
GeneralRe: Thread Initialisation....... Pin
Daniel Strigl24-Mar-04 8:00
Daniel Strigl24-Mar-04 8:00 
GeneralRe: Thread Initialisation....... Pin
Deepa Gopal29-Mar-04 20:34
Deepa Gopal29-Mar-04 20:34 
Generalopening and accessing and changing a database Pin
rodneyk122-Mar-04 5:08
rodneyk122-Mar-04 5:08 
GeneralRe: opening and accessing and changing a database Pin
João Paulo Figueira22-Mar-04 5:10
professionalJoão Paulo Figueira22-Mar-04 5:10 
GeneralRe: opening and accessing and changing a database Pin
rodneyk122-Mar-04 5:27
rodneyk122-Mar-04 5:27 
GeneralAdd image to ColumnHeader in .Net Compact Framework Pin
Adrian Stanley21-Mar-04 3:35
Adrian Stanley21-Mar-04 3:35 
GeneralVS. Net Pin
ppp00118-Mar-04 23:04
ppp00118-Mar-04 23:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.