Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Between if and else must be only 1 statement. You can include multiple statement inside a {//multiple statements here} block. For instance:
if (one < two)
{
  two = one;
  cout << "successful change\n";
}
else
 cout << "failed..\n";


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

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 
QuestionNamedpipe Pin
charian09204-Jun-07 19:29
charian09204-Jun-07 19:29 
AnswerRe: Namedpipe Pin
Mark Salsbery5-Jun-07 5:33
Mark Salsbery5-Jun-07 5: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.