-
求各位大神帮助~~~~评测失败了。#include<iostream>#include<cstdlib>#definemax1000usingnamespacestd;//constintmax=1000;intGetLow(inta[],intn){ intlow=a[0]; for(inti=0;i<n;i++)&nbluoxi_123123 时间:12-18 + 阅读全文
-
msdn2005的安装 难以解决装的是2010但msdn下的是2005后装2005装好之后,发现提示:快捷方式找不到。。。。。百度搜了一下,木有解决。。。。msdn路径为:E:\ProgramFiles\MSDN\提示的错误为:dexplorer.exe已经更改或移动,因此快捷方式无法正常工作。以前装过msdn2001!!!caddor 时间:12-18 + 阅读全文
-
C++截取字符串问题各位大哥大姐,怎样才能截取Last列的数字 Time,Count,Last,Bid,Ask,Flag000022,1,614.50,612.25,616.75,SUCCESSPRICE000022,2,614.65,612.25,617.05,SUCCESSPRICE000122,3,614.90,612.75,617.05,SUCCECimo_ndsc 时间:12-18 + 阅读全文
-
求救:DirectX编程中出现 __vfptr CXX0030: 错误: 无法计算表达式的值m_pd3dDevice不能被赋值?困扰,我三天了,快崩溃了,求高手指点,!!谢谢!#ifndef__ANIMESH_H__#define__ANIMESH_H__#include"AnimationMesh.h"classCAnimMesh{private:CAllocateHierarchy*m_pAlloc;LPDIRECT3DDEVICE9m_pd3dDevskykillerwolf 时间:10-23 + 阅读全文
-
C++读取文件的相关错误一下是我的代码,目的是把txt文件中的一个3*7的数组(元素间有空格)读入到p[i][j]这个二维数组中,但是运行的时候报错,不知道怎么回事ifstreamifile;char**p=newchar*[3];for(inti=0;i<3;i++)p[i]=newchar[7];memset(p,0,21);intk=0;ifile.open("D:\\b.txt"lantingyaoyi 时间:12-18 + 阅读全文
-
ostringstream返回c字符串的问题ostringstreamoss;oss<<"GET/HTTP/1.1\r\nHost:www.csdn.net\r\n\r\n";constchar*buf=oss.str().c_str();cout<<buf<<endl;//乱码,为什么?cout<<oss.str().c_str();//可以jronald 时间:12-18 + 阅读全文