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

C / C++ / MFC

 
AnswerRe: Debug Assertion Failed! Pin
_AnsHUMAN_ 26-Dec-10 19:45
_AnsHUMAN_ 26-Dec-10 19:45 
GeneralRe: Debug Assertion Failed! [modified] Pin
raju_shiva26-Dec-10 20:25
raju_shiva26-Dec-10 20:25 
GeneralRe: Debug Assertion Failed! Pin
_AnsHUMAN_ 26-Dec-10 21:06
_AnsHUMAN_ 26-Dec-10 21:06 
GeneralRe: Debug Assertion Failed! Pin
raju_shiva26-Dec-10 22:21
raju_shiva26-Dec-10 22:21 
AnswerRe: Debug Assertion Failed! Pin
WoutL26-Dec-10 22:46
WoutL26-Dec-10 22:46 
GeneralRe: Debug Assertion Failed! Pin
raju_shiva27-Dec-10 22:06
raju_shiva27-Dec-10 22:06 
AnswerRe: Debug Assertion Failed! Pin
zhl82305693-Jan-11 19:29
zhl82305693-Jan-11 19:29 
QuestionC - error while passing parameters Pin
jadughar26-Dec-10 6:46
jadughar26-Dec-10 6:46 
Hi guys

i'm having this error : "syntax error before "var" "...and i can't pass as parameters a boolean value to the "vis" function..I'm using Dev c++..thanks

#include <stdio.h>
#include <stdlib.h>

void vis(bool var);

int main()
{
  
  vis(true);
  
  system("PAUSE");	
  return 0;
}

void vis(bool var)
{
  if(var)
    printf("ciao");
}

"For as long as men massacre animals, they will kill each other. Indeed, he who sows the seed of murder and pain cannot reap joy and love." Pythagoras

AnswerRe: C - error while passing parameters Pin
Luc Pattyn26-Dec-10 6:53
sitebuilderLuc Pattyn26-Dec-10 6:53 
GeneralRe: C - error while passing parameters Pin
jadughar26-Dec-10 7:18
jadughar26-Dec-10 7:18 
GeneralRe: C - error while passing parameters Pin
CPallini26-Dec-10 8:26
mveCPallini26-Dec-10 8:26 
GeneralRe: C - error while passing parameters Pin
Luc Pattyn26-Dec-10 8:31
sitebuilderLuc Pattyn26-Dec-10 8:31 
JokeRe: C - error while passing parameters Pin
CPallini26-Dec-10 8:42
mveCPallini26-Dec-10 8:42 
AnswerRe: C - error while passing parameters Pin
CPallini26-Dec-10 8:28
mveCPallini26-Dec-10 8:28 
AnswerRe: C - error while passing parameters Pin
Manfred Rudolf Bihy26-Dec-10 9:25
professionalManfred Rudolf Bihy26-Dec-10 9:25 
GeneralRe: C - error while passing parameters Pin
Tony Richards26-Dec-10 9:53
Tony Richards26-Dec-10 9:53 
GeneralRe: C - error while passing parameters Pin
Manfred Rudolf Bihy26-Dec-10 10:08
professionalManfred Rudolf Bihy26-Dec-10 10:08 
GeneralRe: C - error while passing parameters Pin
Chuck O'Toole26-Dec-10 15:39
Chuck O'Toole26-Dec-10 15:39 
GeneralRe: C - error while passing parameters Pin
Manfred Rudolf Bihy27-Dec-10 4:06
professionalManfred Rudolf Bihy27-Dec-10 4:06 
AnswerRe: C - error while passing parameters Pin
jadughar26-Dec-10 21:02
jadughar26-Dec-10 21:02 
QuestionIntegrating OpenCV with MFC in VC 6.0 SP 6 Pin
Vaclav_26-Dec-10 6:32
Vaclav_26-Dec-10 6:32 
AnswerRe: Integrating OpenCV with MFC in VC 6.0 SP 6 Pin
Tony Richards26-Dec-10 9:50
Tony Richards26-Dec-10 9:50 
QuestionHow can I draw an animation on a transparent window using Windows API? Pin
Asaf Pinhassi26-Dec-10 3:42
Asaf Pinhassi26-Dec-10 3:42 
AnswerRe: How can I draw an animation on a transparent window using Windows API? Pin
jk chan26-Dec-10 18:48
jk chan26-Dec-10 18:48 
QuestionShockwave object questions - strange behaviour, very frustrating Pin
sgergo25-Dec-10 23:15
sgergo25-Dec-10 23:15 

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.