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
Mihail
Noble Friend
Mihail
Noble Friend
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
Francisco
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
VJ
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);
}
VJ
Elnee
VJ
😳
Elnee
Do you understand what is imperative mood in English?
AkhiL
Anonymous
Sure
Nikhil
Sorry😭😭
VJ
klimi
klimi
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
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
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
Anonymous
Isn't x supposed to be between 1 and 5 ?
Anonymous
if it's average of mark of subject
Anonymous
Anonymous
Anonymous
Anonymous
Try a nice Monospace font
Anonymous
lemme try it so far and see how it shall compile
Anonymous
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
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
Anonymous
*Assignment
again 🥺🥺 ok i understand gentlemen
Anonymous
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