j
i dont find the use in them
Anonymous
please help me. I can not solve the problem
V01D
What number
V01D
And what are you failing at
Anonymous
Depends on the calling convention. if you take a look at the _thiscall that is not the case there
V01D
Also, that password generation algorithm is TERRIBLE
Anonymous
I have problem in b
V01D
Is this a school assignment or how did you get to this
Anonymous
V01D
What have you tried
Anonymous
I just want to know how can i pass array in a use define function
V01D
void function(int array[]) {...}
Anonymous
V01D
No worrys
V01D
He knew that I think, he was just unsure about passing arrays as arguments
V01D
That also smells alot like HW so I won't tell him exactly what to do ;)
V01D
Nah, it is fine bc
1. It is his life he might ruin by asking for homework code (not saying you are doing it man)
2. https://youtu.be/hMloyp6NI4E
V01D
Either way that algorirthm is embarrising - Even a ceaser cipher is stronger!
V01D
Rot13 would be better aswell
Anonymous
and get banned for forwarding. instead ask the group admins to make a similar post with the video as a bot command
V01D
Not really though
Ceaser cipher requires a key, that algorithm has a hardcoded key
Anunay
@admin works like /report
V01D
😂
Renan
Welcome, Umar!
Anonymous
i mean report doesn't always have to mean something bad
Anonymous
Hi✋..... I'm new here
Anonymous
U do c++?
Himanshu
Good morning
Zel
Encryptions are only as strong as their keys are hard to guess/acquire. Simple as that.
Anonymous
How to get input like abc123 from user ?
klimi
Thats for int, he asked string I think
std:string a;
da
V01D
It does.
You need to bruteforce the key which takes a whike.
We can all agree that rot13 is cracked faster than a ceasercipher.
da
V01D
Huh, if you say so.
You got any article I can read or something
V01D
:)
Zel
struct would also do it for C
da
opertor >>😁
V01D
V01D
Thanks
Anmol
why its is giving me error
V01D
Cuz char* usually stores strings
V01D
Also, im C++ you should use std::string
V01D
A char is declared as char variableName = 'H';
Anmol
Can i point only char value?
V01D
const char* variableName = "H"; (I am unsure about C++ implementation)
Zel
char* is normally used in c++ for file buffers std::string for actual strings.
V01D
Double qoutes define strings, single quotes define chars
V01D
I just told you.
V01D
Narendra
#include<studio.h>
void main( ){
Int size = 5 ;
Int array1[size] = {1,3,5,6,7};
}
Run or not
V01D
Not
Anmol
This.
Ohk means i have to make it string buffer
V01D
studio is stdio and Int is int
V01D
Narendra
#include<stdio.h>
void main( ){
Int size = 5 ;
Int array1[size] = {1,3,5,6,7};
}
Run or not
Zel
int array[5]={1,2,3,4,5}
V01D
I assume the . is a mistake
Zel
Yes
Dima
Zel
typo
Zel
Anyway you don't need to create an int to size an array.
V01D
However the code will run
Zel
Yes but if they go to declare a size for something else they are going to run into a conflict needlessly.
Anonymous
how can i make a user define function to swipe a[i] and a[j]
Anonymous
V01D
V01D
Anonymous
/report
V01D
...
Daniele
/report
"I'm a monkey that mindlessly clicks blue text"
V01D
Read the rules, it says you should use pastebin or other services