Click here to Skip to main content
15,909,242 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Warning while building a DLL Pin
chelsea_blues1-Apr-07 5:54
chelsea_blues1-Apr-07 5:54 
QuestionEditbox in FormView Pin
CosminU31-Mar-07 7:16
CosminU31-Mar-07 7:16 
AnswerRe: Editbox in FormView Pin
bob1697231-Mar-07 18:14
bob1697231-Mar-07 18:14 
GeneralRe: Editbox in FormView Pin
CosminU1-Apr-07 23:35
CosminU1-Apr-07 23:35 
Questionasking how to program list only hidden files under linux in c Pin
Arif Liminto31-Mar-07 7:15
professionalArif Liminto31-Mar-07 7:15 
QuestionLinux? Pin
CPallini31-Mar-07 8:20
mveCPallini31-Mar-07 8:20 
AnswerRe: asking how to program list only hidden files under linux in c Pin
ThatsAlok1-Apr-07 21:18
ThatsAlok1-Apr-07 21:18 
QuestionHTF? :mad: Pin
_808631-Mar-07 6:53
_808631-Mar-07 6:53 
How the f***OMG | :OMG: WTF | :WTF: Dead | X| Dead | X| Dead | X| this is sickening.
void fun(int);
void main()
{
 int a ;
 a=3;
 fun(a);
}

void fun(int n)
{
	if(n==0)//orif(n==-1)
		exit(0);<--If I put this the ouput is nothing, but if I remove it, the idiot compiler is bypassing the condition (0>0),(-1>0).
	if(n>0)//3,2,1,0,-1
	{
		printf("\nTHERE!");
		fun(--n);
		printf("\n%d",n); //HOW THE **** the control comes here?!!!?? :((
		fun(--n);////HOW THE **** the control comes here?!!!?? :((

	}
	else
	{
		printf("\nHERE!");
	}

}


How 0,-1 can be > than 0? sh*t. I'm not on drugs! but WTF | :WTF: mark,led,jeron,toxcct,david someone help! help!
without exit(0),it prints
0
1
2
0






----------------------------
286? WOWW!Blush | :O

AnswerRe: HTF? :mad: Pin
PJ Arends31-Mar-07 7:20
professionalPJ Arends31-Mar-07 7:20 
GeneralRe: HTF? :mad: [modified] Pin
_808631-Mar-07 7:58
_808631-Mar-07 7:58 
GeneralRe: HTF? :mad: Pin
PJ Arends31-Mar-07 12:07
professionalPJ Arends31-Mar-07 12:07 
GeneralRe: HTF? :mad: Pin
_808631-Mar-07 16:49
_808631-Mar-07 16:49 
GeneralRe: HTF? :mad: Pin
CPallini31-Mar-07 12:08
mveCPallini31-Mar-07 12:08 
GeneralRe: HTF? :mad: Pin
_808631-Mar-07 16:51
_808631-Mar-07 16:51 
QuestionChttpConnection class problem Pin
prithaa31-Mar-07 6:31
prithaa31-Mar-07 6:31 
AnswerRe: ChttpConnection class problem Pin
Mark Salsbery1-Apr-07 7:10
Mark Salsbery1-Apr-07 7:10 
GeneralRe: ChttpConnection class problem Pin
prithaa1-Apr-07 20:09
prithaa1-Apr-07 20:09 
GeneralRe: ChttpConnection class problem Pin
Mark Salsbery2-Apr-07 4:21
Mark Salsbery2-Apr-07 4:21 
GeneralRe: ChttpConnection class problem Pin
prithaa2-Apr-07 19:21
prithaa2-Apr-07 19:21 
GeneralRe: ChttpConnection class problem Pin
Mark Salsbery3-Apr-07 7:09
Mark Salsbery3-Apr-07 7:09 
GeneralRe: ChttpConnection class problem Pin
prithaa4-Apr-07 21:50
prithaa4-Apr-07 21:50 
Questionmemory problem Pin
vasu_sri31-Mar-07 3:01
vasu_sri31-Mar-07 3:01 
AnswerRe: memory problem Pin
CPallini31-Mar-07 5:31
mveCPallini31-Mar-07 5:31 
Questionimapi.h for ICDBurn Pin
scoobydoo200731-Mar-07 2:59
scoobydoo200731-Mar-07 2:59 
AnswerRe: imapi.h for ICDBurn Pin
kanduripavan3-Apr-07 23:00
kanduripavan3-Apr-07 23:00 

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.