Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: taking a video from usb cam Pin
__erfan__11-Dec-09 23:09
__erfan__11-Dec-09 23:09 
Questioncover a double x to char ??? Pin
a04.lqd11-Dec-09 8:10
a04.lqd11-Dec-09 8:10 
AnswerRe: cover a double x to char ??? [modified] Pin
Luc Pattyn11-Dec-09 8:45
sitebuilderLuc Pattyn11-Dec-09 8:45 
GeneralRe: cover a double x to char ??? Pin
CPallini11-Dec-09 11:28
mveCPallini11-Dec-09 11:28 
GeneralRe: cover a double x to char ??? Pin
Luc Pattyn11-Dec-09 11:52
sitebuilderLuc Pattyn11-Dec-09 11:52 
JokeRe: cover a double x to char ??? Pin
CPallini11-Dec-09 23:55
mveCPallini11-Dec-09 23:55 
AnswerRe: cover a double x to char ??? Pin
Richard MacCutchan12-Dec-09 1:52
mveRichard MacCutchan12-Dec-09 1:52 
Questionprint double array on openGL window??? Pin
a04.lqd11-Dec-09 7:51
a04.lqd11-Dec-09 7:51 
i have an double array u[100].
this code print "Hello 123" to openGL window, can i print u like this?
static char sbuff[20];

wsprintf(sbuff,"Hello %d",123);
OutText(0,yMax - 10,sbuff,GLUT_BITMAP_8_BY_13);

void OutText(float x,float y,char *text,void *font)
{
	glRasterPos2f(x,y);
	for(int i=0;text[i]!=0;i++)
	{
		glutBitmapCharacter(font,text[i]);
	}
	glutPostRedisplay();
}

AnswerRe: print double array on openGL window??? Pin
Richard MacCutchan12-Dec-09 1:50
mveRichard MacCutchan12-Dec-09 1:50 
QuestionConvert _variant_t to char* Pin
lemonash11-Dec-09 7:01
lemonash11-Dec-09 7:01 
AnswerRe: Convert _variant_t to char* Pin
Rolf Kristensen12-Dec-09 2:52
Rolf Kristensen12-Dec-09 2:52 
GeneralRe: Convert _variant_t to char* Pin
lemonash12-Dec-09 4:11
lemonash12-Dec-09 4:11 
QuestionTransparent Window in Remote desktop [modified] Pin
Cvaji11-Dec-09 1:15
Cvaji11-Dec-09 1:15 
AnswerRe: Transparent Window in Remote desktop Pin
Migounette11-Dec-09 6:09
Migounette11-Dec-09 6:09 
QuestionDifference between EndDialog and EndWindow? Pin
Prabhu09200911-Dec-09 0:22
Prabhu09200911-Dec-09 0:22 
AnswerRe: Difference between EndDialog and EndWindow? Pin
Adam Roderick J11-Dec-09 0:42
Adam Roderick J11-Dec-09 0:42 
AnswerRe: Difference between EndDialog and EndWindow? Pin
Richard MacCutchan11-Dec-09 0:54
mveRichard MacCutchan11-Dec-09 0:54 
AnswerRe: Difference between EndDialog and EndWindow? Pin
Rajesh R Subramanian11-Dec-09 1:30
professionalRajesh R Subramanian11-Dec-09 1:30 
Questionerror LNK2005: Pin
Benjamin Bruno10-Dec-09 23:56
Benjamin Bruno10-Dec-09 23:56 
AnswerRe: error LNK2005: Pin
Rajesh R Subramanian11-Dec-09 0:02
professionalRajesh R Subramanian11-Dec-09 0:02 
AnswerRe: error LNK2005: Pin
Richard MacCutchan11-Dec-09 0:55
mveRichard MacCutchan11-Dec-09 0:55 
AnswerRe: error LNK2005: Pin
KarstenK11-Dec-09 1:08
mveKarstenK11-Dec-09 1:08 
GeneralRe: error LNK2005: Pin
Benjamin Bruno11-Dec-09 20:10
Benjamin Bruno11-Dec-09 20:10 
GeneralRe: error LNK2005: Pin
KarstenK13-Dec-09 21:26
mveKarstenK13-Dec-09 21:26 
QuestionChild Dialog gets hidden behind activex control [modified] Pin
indra27110-Dec-09 23:27
indra27110-Dec-09 23:27 

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.