Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Anybody interested in VC/MFC or HOOK? I want to be friend with you. Pin
Support_Team29-Nov-10 23:54
Support_Team29-Nov-10 23:54 
QuestionRendering GIF, JPEG, Icon, or Bitmap Files with OleLoadPicture Pin
Kamiao27-Sep-10 16:56
Kamiao27-Sep-10 16:56 
AnswerRe: Rendering GIF, JPEG, Icon, or Bitmap Files with OleLoadPicture Pin
Sameerkumar Namdeo27-Sep-10 17:26
Sameerkumar Namdeo27-Sep-10 17:26 
GeneralRe: Rendering GIF, JPEG, Icon, or Bitmap Files with OleLoadPicture Pin
Cool_Dev27-Sep-10 17:27
Cool_Dev27-Sep-10 17:27 
QuestionInitializing CPropertypages Pin
softwaremonkey27-Sep-10 10:32
softwaremonkey27-Sep-10 10:32 
AnswerRe: Initializing CPropertypages Pin
David Crow27-Sep-10 10:45
David Crow27-Sep-10 10:45 
GeneralRe: Initializing CPropertypages Pin
softwaremonkey27-Sep-10 10:53
softwaremonkey27-Sep-10 10:53 
Questionprogrammer Pin
Timothy Hosey27-Sep-10 10:15
Timothy Hosey27-Sep-10 10:15 
I will give somebody some codes if they want:

here is a sample for free:

#include<iostream>

using namspace std;

int main()
{
cout<<"Welcome to the funnest game alive."<<enedl;

cout<<\n\n";

string song="Imagine" ;

cout<<"what="" did="" john="" lennon="" play="" on="" the="" piano?:;
cin="">>song;

if(song == "Imagine")
{
cout<<"If you got Imagine, that's correct."<<endl;
}
if(song!= "imagine")
{
="" cout<<"i'm="" sorry,="" but="" that="" is="" incorrect."<<endl;
}

string="" book="IT" ;


cout<<"what="" did="" stephen="" king="" write="" was="" about="" a="" clown="" in="" the="" sewers?:";
cin="">>book;

if(book == "IT")
{
cout<<"Yes, that's it."<<endl;
}
if(book !="IT" )
{
="" cout<<"stephen="" king="" must="" not="" be="" your="" favorite="" writer,="" am="" i="" right?"<<endl;
}

system("pause");
return="" exit_success;
}

what="" all="" of="" this="" means="" is="" that="" if="" any="" the="" questions="" right="" or="" wrong,="" it="" will="" put="" output="" to="" screen="" from="" code="" above.="" what="" system="" when="" program="" compiles="" and="" doesn't="" find="" errors,="" usually="" exits="" with="" no="" errors="" stops(return="" 0="" does="" this),="" but="" told="" compiler="" pause="" after="" compiling="" once="" successfully="" displays="" program's="" contents.=""

i="" hope="" you="" enjoy="" one="" can="" add="" whatever="" want="" in="" make="" better="" do="" something="" else.="" don't="" really="" care="" anymore.
<div="" class="signature">Timothy Hosey
AnswerRe: programmer Pin
Eugen Podsypalnikov27-Sep-10 11:13
Eugen Podsypalnikov27-Sep-10 11:13 
GeneralRe: programmer Pin
Timothy Hosey27-Sep-10 11:21
Timothy Hosey27-Sep-10 11:21 
GeneralRe: programmer Pin
Eugen Podsypalnikov27-Sep-10 11:42
Eugen Podsypalnikov27-Sep-10 11:42 
GeneralRe: programmer Pin
Alan Balkany28-Sep-10 4:16
Alan Balkany28-Sep-10 4:16 
AnswerRe: programmer Pin
jeron127-Sep-10 11:33
jeron127-Sep-10 11:33 
Question"return 0" in user defined function Pin
AmbiguousName27-Sep-10 8:36
AmbiguousName27-Sep-10 8:36 
AnswerRe: "return 0" in user defined function Pin
Phil J Pearson27-Sep-10 9:00
Phil J Pearson27-Sep-10 9:00 
AnswerRe: "return 0" in user defined function Pin
pjdriverdude27-Sep-10 9:02
pjdriverdude27-Sep-10 9:02 
AnswerRe: "return 0" in user defined function Pin
Maximilien27-Sep-10 9:08
Maximilien27-Sep-10 9:08 
Questionchar data type problem Pin
pjdriverdude27-Sep-10 7:20
pjdriverdude27-Sep-10 7:20 
AnswerRe: char data type problem Pin
Luc Pattyn27-Sep-10 7:53
sitebuilderLuc Pattyn27-Sep-10 7:53 
QuestionRe: char data type problem Pin
David Crow27-Sep-10 8:30
David Crow27-Sep-10 8:30 
AnswerRe: char data type problem Pin
pjdriverdude27-Sep-10 8:55
pjdriverdude27-Sep-10 8:55 
QuestionRe: char data type problem Pin
David Crow27-Sep-10 9:00
David Crow27-Sep-10 9:00 
AnswerRe: char data type problem Pin
pjdriverdude27-Sep-10 9:04
pjdriverdude27-Sep-10 9:04 
QuestionRe: char data type problem Pin
David Crow27-Sep-10 9:05
David Crow27-Sep-10 9:05 
AnswerRe: char data type problem Pin
pjdriverdude27-Sep-10 9:33
pjdriverdude27-Sep-10 9:33 

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.