摘要:
在指南里有一个关于mesh得例子(就是最后一个老虎得例子),里面在cleanup得时候有这样得代码: if( g_pmeshmaterials != null ) delete[] g_pmeshmaterials; if( g_pmeshtextures ) { for( dword i = 0; i < g_dwnummaterials; i++ ) { if( g_pm......
摘要:
我定义了这样的结构 typedef struct { char code[6]; //股票代码 char name[8]; //股票名称 ... } temp128; typedef struct{ temp128 showt; }tempfile; tempfile *tempfile; 然后开辟了一块内存空间 tempfile=new tempfile[100]; 在退出时 ......
公式问题
JAVASCRIPT中的“if(confirm("xx"))”用公式怎样解决!摆脱各位
NO.1 作者: xaser
客户端么?还是浏览器端?
客户端:@if(@Prompt([YesNo]; "title"; "do you want do something?"):=@true;"true do something";"false do something")
NO.2 作者: trytryba
@if(Prompt([YESNO];"aa";"xx")=1;操作1;操作2)
NO.3 作者: michael_law
在B/S上不能用notes的东西去产生一个对话框
摘要:
我用: usertranscation ut=null;//编译找不到这个包
......