This on-line training includes 3 different hands-on training sessions directly from an STM32 expert on how to connect your application to the cloud via a long-range network.
我写了一个在WINCE(5.0)下运行MFC程序,里面我用new分配了一个空间,然后用delete 释放,可是内存并没有被收回(通过看控制面板里的系统属性,总共内存数和使用内存数)?代码如下:vector vct5();for (unsigned long i = 0; i< vct5.size(); i++){vct5[i] = new int;}//myDocument.~TiXmlDocum