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
Is this a school assignment or how did you get to this
one of my friend give me this problem to solve
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[]) {...}
V01D
I just want to know how can i pass array in a use define function
Just ask the question straight forward like this next time, please
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++?
Renan
U do c++?
At the moment just C.
Anonymous
At the moment just C.
Still at the start, calling functions into main program
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;
klimi
both int and string😂
Its impossible to store one thing as 2. You would have to split it up
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.
V01D
Its impossible to store one thing as 2. You would have to split it up
class both { public: int a; std::string b; }; main() { both b; //big brain time }
V01D
Huh, if you say so. You got any article I can read or something
klimi
class both { public: int a; std::string b; }; main() { both b; //big brain time }
And now you std:cin >> b; Very nice and clever solution! Very informative! Thank you
V01D
:)
Zel
struct would also do it for C
da
opertor >>😁
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)
Anmol
Can i point only char value?
Is there any way to point 'H'?
Zel
char* is normally used in c++ for file buffers std::string for actual strings.
V01D
Double qoutes define strings, single quotes define chars
Anmol
Double qoutes define strings, single quotes define chars
I know that thing.. i was wondering that can ki point a single rvalue char
V01D
I just told you.
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
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
I assume the . is a mistake
no ( ͡° ͜ʖ ͡°)
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
/report use pastebin
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