Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Strange bug in SetPixel in Visual C++ program running under Windows Vista: only displaying if (x&256)==0 Pin
Saurabh.Garg20-Apr-08 17:57
Saurabh.Garg20-Apr-08 17:57 
GeneralRe: Strange bug in SetPixel in Visual C++ program running under Windows Vista: only displaying if (x&256)==0 Pin
nisha0000020-Apr-08 17:58
nisha0000020-Apr-08 17:58 
GeneralRe: Strange bug in SetPixel in Visual C++ program running under Windows Vista: only displaying if (x&256)==0 Pin
Anthony Appleyard20-Apr-08 19:41
Anthony Appleyard20-Apr-08 19:41 
GeneralRe: Strange bug in SetPixel in Visual C++ program running under Windows Vista: only displaying if (x&256)==0 Pin
Anthony Appleyard20-Apr-08 20:36
Anthony Appleyard20-Apr-08 20:36 
GeneralRe: Strange bug in SetPixel in Visual C++ program running under Windows Vista: only displaying if (x&256)==0 Pin
Anthony Appleyard21-Apr-08 1:27
Anthony Appleyard21-Apr-08 1:27 
GeneralRe: Strange bug in SetPixel in Visual C++ program running under Windows Vista: only displaying if (x&256)==0 Pin
Joao Araujo21-Nov-09 12:47
Joao Araujo21-Nov-09 12:47 
GeneralDetect USB Masstorage device Pin
Xeqtr20-Apr-08 4:08
Xeqtr20-Apr-08 4:08 
GeneralCompiling hello world app Pin
Saturday3AM19-Apr-08 22:19
Saturday3AM19-Apr-08 22:19 
Hi,

I've just started looking at c++ and I'll probably be buying a book in a few days. Right now I'm trying to make a simple Hello World program but I'm not sure how to compile it. I'm using Visual C++ 2008 Express Edition, just created a new .cpp file and wrote the code in it but where do I go from here?

helloworld.cpp:
#include <iostream><br />
<br />
using namespace std;<br />
<br />
int main()<br />
{<br />
	cout << "Hello World!\n";<br />
	return 0;<br />
}

GeneralRe: Compiling hello world app Pin
CPallini19-Apr-08 22:50
mveCPallini19-Apr-08 22:50 
GeneralRe: Compiling hello world app Pin
Saturday3AM19-Apr-08 23:04
Saturday3AM19-Apr-08 23:04 
GeneralRe: Compiling hello world app Pin
CPallini19-Apr-08 23:10
mveCPallini19-Apr-08 23:10 
GeneralRe: Compiling hello world app Pin
Saturday3AM19-Apr-08 23:16
Saturday3AM19-Apr-08 23:16 
GeneralFile listings in Windows seem to ignore Daylight Savings Pin
2b|!2b==?19-Apr-08 22:05
2b|!2b==?19-Apr-08 22:05 
GeneralUpgrading from VC Studio 6.0 Pin
Member 26088019-Apr-08 16:21
Member 26088019-Apr-08 16:21 
GeneralRe: Upgrading from VC Studio 6.0 Pin
Hamid_RT19-Apr-08 18:00
Hamid_RT19-Apr-08 18:00 
GeneralRe: Upgrading from VC Studio 6.0 Pin
CPallini19-Apr-08 23:06
mveCPallini19-Apr-08 23:06 
GeneralRe: Upgrading from VC Studio 6.0 Pin
Kevin McFarlane20-Apr-08 7:15
Kevin McFarlane20-Apr-08 7:15 
GeneralRe: Upgrading from VC Studio 6.0 Pin
Joe Woodbury20-Apr-08 17:31
professionalJoe Woodbury20-Apr-08 17:31 
GeneralMS access (ODBC)in Dialog based application Pin
elegantcharm19-Apr-08 12:57
elegantcharm19-Apr-08 12:57 
GeneralRe: MS access (ODBC)in Dialog based application Pin
Hamid_RT19-Apr-08 18:11
Hamid_RT19-Apr-08 18:11 
GeneralRe: MS access (ODBC)in Dialog based application Pin
Joseph Marzbani20-Apr-08 6:34
Joseph Marzbani20-Apr-08 6:34 
GeneralRe: MS access (ODBC)in Dialog based application Pin
Hamid_RT20-Apr-08 8:53
Hamid_RT20-Apr-08 8:53 
QuestionHow to use related path in #pragma comment(lib,"...") Pin
includeh1019-Apr-08 12:50
includeh1019-Apr-08 12:50 
QuestionHow to save sound from microphone and video from web camera to one stream? Pin
Member 412458119-Apr-08 10:36
Member 412458119-Apr-08 10:36 
GeneralRe: How to save sound from microphone and video from web camera to one stream? Pin
Hamid_RT19-Apr-08 18:07
Hamid_RT19-Apr-08 18:07 

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.