Click here to Skip to main content
15,920,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL debug error message.. Pin
Tim Smith18-Sep-04 19:17
Tim Smith18-Sep-04 19:17 
GeneralRe: DLL debug error message.. Pin
cmk18-Sep-04 21:17
cmk18-Sep-04 21:17 
QuestionDialog to Tray? Pin
Larsson18-Sep-04 9:44
Larsson18-Sep-04 9:44 
Generaldisplaying the cursor Pin
Member 117092518-Sep-04 9:29
Member 117092518-Sep-04 9:29 
GeneralAdvice needed for a DB project. Pin
crimsongrape18-Sep-04 8:48
crimsongrape18-Sep-04 8:48 
GeneralRe: Advice needed for a DB project. Pin
cmk18-Sep-04 21:25
cmk18-Sep-04 21:25 
GeneralON_CHANGE of CRicheditCtrl works abnormality in windows 98 Pin
Anonymous18-Sep-04 5:57
Anonymous18-Sep-04 5:57 
GeneralTake answer from a user then go to certain string Pin
intilli18-Sep-04 4:43
intilli18-Sep-04 4:43 
So far this is what I got. I am attempting take a simple answer from a user and output the right string.
#include "iostream.h"<br />
#include "windows.h"<br />
<br />
void main(void)<br />
<br />
{<br />
	 int age;<br />
	 int date;<br />
	 int y;<br />
	 int n;<br />
	<br />
	cout << "User what is your age?\n";<br />
	cin >> age;<br />
	cout << "So user you are " << age;<br />
	cout << " years of age?\n";<br />
	cout << "User I have a fraise you should see!\n";<br />
	cout << "Would you like to see the fraise?\n";<br />
	cin >> if y else<br />
	cout << "Hello World!\n";<br />
	cin if n else cout << "Well I hope you have a good day";<br />
}


You NEVER KNOW till you TRY
QuestionDialog q? Pin
Larsson18-Sep-04 3:29
Larsson18-Sep-04 3:29 
AnswerRe: Dialog q? Pin
Ravi Bhavnani18-Sep-04 7:19
professionalRavi Bhavnani18-Sep-04 7:19 
GeneralRe: Dialog q? Pin
User 665818-Sep-04 7:34
User 665818-Sep-04 7:34 
GeneralRe: Dialog q? Pin
Larsson18-Sep-04 7:50
Larsson18-Sep-04 7:50 
GeneralSmart Card SDK Pin
jsaroj17-Sep-04 20:56
jsaroj17-Sep-04 20:56 
GeneralRe: Smart Card SDK Pin
ThatsAlok17-Sep-04 23:05
ThatsAlok17-Sep-04 23:05 
GeneralGDI Pin
pdtrung17-Sep-04 17:17
pdtrung17-Sep-04 17:17 
GeneralDLL being freed Pin
0v3rloader17-Sep-04 14:15
0v3rloader17-Sep-04 14:15 
GeneralRe: DLL being freed Pin
cmk17-Sep-04 20:30
cmk17-Sep-04 20:30 
GeneralRe: DLL being freed Pin
Ryan Binns18-Sep-04 1:44
Ryan Binns18-Sep-04 1:44 
GeneralRe: DLL being freed Pin
gamitech18-Sep-04 12:20
gamitech18-Sep-04 12:20 
Generalwhy ATL based ACTIVEX control got flicker when Redraw Pin
max_xiayi17-Sep-04 13:08
max_xiayi17-Sep-04 13:08 
QuestionDCOM application doesn't get closed ? Pin
Anonymous17-Sep-04 10:45
Anonymous17-Sep-04 10:45 
QuestionProgrammatically set default printer? Pin
DanYELL17-Sep-04 10:38
DanYELL17-Sep-04 10:38 
AnswerRe: Programmatically set default printer? Pin
Ravi Bhavnani19-Sep-04 5:56
professionalRavi Bhavnani19-Sep-04 5:56 
Generaldrawing a 256 color bitmap Pin
Leyu17-Sep-04 10:20
Leyu17-Sep-04 10:20 
GeneralRe: drawing a 256 color bitmap Pin
Sujan Christo17-Sep-04 20:16
Sujan Christo17-Sep-04 20:16 

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.