Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Answer#pragma comment ( lib, libpath) Pin
CNJXRZ4-Jun-07 20:54
CNJXRZ4-Jun-07 20:54 
QuestionRe: #pragma comment ( lib, libpath) Pin
Programm3r4-Jun-07 21:01
Programm3r4-Jun-07 21:01 
GeneralRe: #pragma comment ( lib, libpath) Pin
Programm3r4-Jun-07 21:18
Programm3r4-Jun-07 21:18 
AnswerRe: Linking to lib file (catch) Pin
Programm3r4-Jun-07 21:34
Programm3r4-Jun-07 21:34 
QuestionWebbrowser - simulate user actions on website-controls via QueryInterface Pin
Mathefreak4-Jun-07 20:35
Mathefreak4-Jun-07 20:35 
AnswerRe: Webbrowser - simulate user actions on website-controls via QueryInterface Pin
Rajkumar R4-Jun-07 21:18
Rajkumar R4-Jun-07 21:18 
Questionnewbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:24
Mckinnon Mitchell4-Jun-07 20:24 
AnswerRe: newbie needs help Pin
_AnsHUMAN_ 4-Jun-07 20:28
_AnsHUMAN_ 4-Jun-07 20:28 
int main()
{
int one = 3, two = 4;

if (one < two){
two = one;
cout << "successful change\n";
}
else
cout << "failed..\n";
return 0;
}
The format for using if() else () is
if(condition)
{
// Do something
}
else
{
// Do something else
}


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: newbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:31
Mckinnon Mitchell4-Jun-07 20:31 
AnswerRe: newbie needs help Pin
CPallini4-Jun-07 20:32
mveCPallini4-Jun-07 20:32 
AnswerRe: newbie needs help Pin
Hamid_RT4-Jun-07 20:32
Hamid_RT4-Jun-07 20:32 
AnswerRe: newbie needs help Pin
MANISH RASTOGI4-Jun-07 20:49
MANISH RASTOGI4-Jun-07 20:49 
GeneralRe: newbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:38
Mckinnon Mitchell4-Jun-07 20:38 
Generalnewbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:56
Mckinnon Mitchell4-Jun-07 20:56 
Questionhidden files Pin
saisp4-Jun-07 19:59
saisp4-Jun-07 19:59 
AnswerRe: hidden files Pin
Hamid_RT4-Jun-07 20:27
Hamid_RT4-Jun-07 20:27 
AnswerRe: hidden files Pin
CPallini4-Jun-07 20:41
mveCPallini4-Jun-07 20:41 
QuestionRe: hidden files Pin
MANISH RASTOGI4-Jun-07 20:53
MANISH RASTOGI4-Jun-07 20:53 
AnswerRe: hidden files Pin
saisp4-Jun-07 21:40
saisp4-Jun-07 21:40 
GeneralRe: hidden files Pin
David Crow5-Jun-07 3:17
David Crow5-Jun-07 3:17 
GeneralRe: hidden files Pin
vivekphlp5-Jun-07 20:20
vivekphlp5-Jun-07 20:20 
QuestionEnumerate Network print jobs Pin
San24684-Jun-07 19:57
San24684-Jun-07 19:57 
AnswerRe: Enumerate Network print jobs Pin
Naveen4-Jun-07 20:18
Naveen4-Jun-07 20:18 
GeneralRe: Enumerate Network print jobs Pin
San24684-Jun-07 20:41
San24684-Jun-07 20:41 
GeneralRe: Enumerate Network print jobs Pin
Naveen4-Jun-07 20:49
Naveen4-Jun-07 20:49 

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.