Noble Friend
Oops. I'll have to Google it first
klimi
well...
klimi
this is over-extremed
Anonymous
I feel difficulty in program output.. I mean codesnippt. Can u tell me how to tracing the program
Noble Friend
Because if a simple google search can actually give you the answer asking here would be pointless
Another thing. When you go to stackoverflow when do you know to bring your question here?
Niko
Any good sources for getting into programming cryptographic functions in c++
Niko
Obviously not 😂
BinaryByter
Yes, invent your own cryptography!! It will teach you a big bunch of things
BinaryByter
Or atleast implement your own crypto
Ludovic 'Archivist'
*unless you are a mathrmatician
Hakker
#include<stdio.h> main() { char i; while(i!='-') { printf("Enter key: "); scanf("%c",&i); printf("\t%c=%d",i,i); } getch(); }
Hakker
any error in this
Dk
Okay sure
Dima
/warn fortnite
AkhiL
plz help........................................Q.1). WAP to count given number of character from a string given by user using linked list?.......
VJ
#include<stdio.h> void recursion(int n){ if(n<=0) return; recursion(n-1); printf("%d ",n); recursion(n-2); } int main() { recursion(4); }
VJ
can explain how thew double recuriosn works??
Ariana
?
Ariana
format your code please
Elnee
format means??
Select all and push Ctrl+Shift+M
Elnee
#include<stdio.h> void recursion(int n){ if(n<=0) return; recursion(n-1); printf("%d ",n); recursion(n-2); } int main() { recursion(4); }
Elnee
Explain me
Give me money
VJ
😳
Elnee
Do you understand what is imperative mood in English?
Anonymous
Sure
Nikhil
Sorry😭😭
Anonymous
can anyone explain me??
it's recursive funcition
klimi
VJ
it's recursive funcition
s but it has double recursion
Anonymous
s but it has double recursion
Yeah. It doesn't matter at all. After first recursion ends it will just continue to the second recorsion
Anonymous
Best book for c
Anonymous
hello guys
Anonymous
i have encountered a problem can someone help me with my problem please
Anonymous
This is illegal
Anonymous
it runs but i expect it to bring a message of those writen in between the (else if statements but it does not give a correct choice from my code)
Anonymous
This is illegal
😳😳😳 so no help
Anonymous
can i come to someones inbox please so as he or she can help me with
Anonymous
Holy fuck are you coding in Comic Sans
Anonymous
Holy fuck are you coding in Comic Sans
that's why I said it's illegal
VīrūSīlvēstēR
I can help!
Anonymous
Holy shit... Whyy
Anonymous
olli
You have the comparison wrong, x<=90 && x >= 100 is always false. Should rather be bigger or equal to 90 and smaller or equal to 100
Anonymous
Holy fuck are you coding in Comic Sans
🤣🤣🤣🤣no its dev c++
Anonymous
I can help!
i shall inbox u soon in a minute
olli
🤣🤣🤣🤣no its dev c++
What so ever, you might want to change the font
Anonymous
Isn't x supposed to be between 1 and 5 ?
Anonymous
if it's average of mark of subject
Anonymous
so how should i put it please help
x>=90 && x <=100
Anonymous
Isn't x supposed to be between 1 and 5 ?
please correct me can i have the proper code
Anonymous
😂😂😂😂😂
Anonymous
Try a nice Monospace font
Anonymous
lemme try it so far and see how it shall compile
Anonymous
Try a nice Monospace font
ok i will @IchBinKat
Anonymous
ok
Anonymous
😂😂😂 guys thats not an assignment i am just self practicing c'mon people if it was an assignment i would have sent a question for help since its my own practice i did it and had to experience a problem and ask for a help
Anonymous
anyways thank you all for what ever contribution you have all made😞
Anonymous
Take it easy it's a bot buddy
Hakker
i want to make program which takes input and then gives ASCII of that input, using while loop but its not working
Anonymous
Take it easy it's a bot buddy
ok but i know some people too think it was an assignment thats y i said so
Hakker
#include<stdio.h> main() { char a,b,c,d,e,f,g,h; printf("enter 4 digit password: "); scanf("%c%c%c%c",&a,&b,&c,&d); printf("enter PASSWORD to confirm: "); scanf("%c%c%c%c",&e,&f,&g,&h); if(a==e&&b==f&&c==g&&d==h) printf("password confirmed"); else printf("Not Confirmed"); }
Hakker
this is always printing not confirmed
Anonymous
Assistant can be searched in net as well but as Ur learning u want to know that logic u contacted group
Anonymous
*Assignment
Anonymous
*Assignment
again 🥺🥺 ok i understand gentlemen
Anonymous
x>=90 && x <=100
waow it worked thanks so much
Anonymous
Give me money
😂😂😂😂😂😂
Anonymous
Anyone here who knows about assembly with C++?
Anonymous
I'm hooking a function using C++ and trying to run an inc [esi] instruction, But the target exe crashes with an error 0xc00000005