Telegramy
Articles
About
« Rev
@programminginc
674
Fwd »
Anonymous
I mean what a bot though
Anonymous
🤣🤣🤣
Maryle
Hi
Rafi Faseeh
hi
Swardiantara
Im sorry, but i see no pinned message
Swardiantara
Jussi
you've closed the pinned message :) That's wy
Jussi
Rokas Urbelis: ## Welcome We're very glad to welcome you to join the International C/C++ Group. You can invite others by https://t.me/programminginc ## Rules * You are not entitled to an answer, getting angry about not answered questions will get you warned. * Not checking your problem in google (or any other search engine) first will get you a warn. * Asking for something that is in the pinned message right after joining WILL GET YOU BANNED. * C/C++ discussion preffered (assembly also allowed), asking about other languages right after joining will get you BANNED. * Reverse enginnering, hacking (not facebook, instagram, etc.) also if you ask "how to become a hacker" and obviously have zero knowledge on anything related to that you may get warned or banned. * Legitimate requests for help on code and programming questions are ok (no homework requests, or "pls write entire program for me" requests). * Asking for book recommendations is ok, but "pls give pdf book" is not allowed, find books by yourself. Posting illegally copied books (or links to those books) is also not allowed. * Only English language is allowed, if you speak shitty English or don't understand anything in English YOU WILL BE BANNED. * A little bit of programming related memes, jokes, shitposting are allowed. * NSFW content (porn, nudity, etc.) is not allowed. * Spamming will grant you a warning or an immediate ban if you spam right after joining. * Religion, politics and ideological topics are forbidden. ## Resources About asking good questions: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) ## Reports If you notice any forbidden content, please use the /report command while responding to the offending post to report it to the admins.
this is the pinned message, no problem
Swardiantara
this is the pinned message, no problem
Thanks in advanced
online
There is any c/c++ books or website tutorial available in Malayalam language?
Dima
lol
Dima
would sound offensive but read english books first then tho
Anonymous
@roxifas silent pin this so that you dont get notification when anyone has to point to the pinned message
Roxifλsz 🇱🇹
@roxifas silent pin this so that you dont get notification when anyone has to point to the pinned message
Good call
Anonymous
Anonymous
I need help
Anonymous
Why cin.getline() do not execute?
Boet
Why cin.getline() do not execute?
Looks to me like your main isn't executing
BinaryByter
Why cin.getline() do not execute?
wtf is setlocale?
Mihail
Maybe something from that header pch
BinaryByter
locale.h probably
BinaryByter
but what does it do??
Mihail
NVM it's a thing
BinaryByter
NVM it's a thing
wat?
Anonymous
wtf is setlocale?
I search on google
BinaryByter
wat?
which standard?
BinaryByter
dafaq
BinaryByter
who thought that's a good idea
Mihail
wat?
https://en.cppreference.com/w/cpp/locale/setlocale
Anonymous
Its for put extrange characters
Mihail
who thought that's a good idea
No idea
Anonymous
Like Número(means number)
BinaryByter
https://en.cppreference.com/w/cpp/locale/setlocale
holy shit
Mihail
Found something else on that topic http://stdcxx.apache.org/doc/stdlibug/24-1.html
Mihail
Is it just me who doesn't understand it's use tho?
BinaryByter
Is it just me who doesn't understand it's use tho?
yes
BinaryByter
imagine you need to deliver to a japanese client
Mihail
Got it now
Anonymous
Friends I'm learning cpp
Anonymous
Friends I'm learning cpp
🏅
Anonymous
It is an explanation of what is the actual way memory work in a CPU and why memory operations are tendious
but CPUs are not like lazy dudes :(
Anonymous
Hi
klimi
hi
Anonymous
Hi
Anonymous
Any way of making a username and password solution in C++ ? Either from a text file or from a database. Suggestions appreciated, I'm nub and I'm learning. Thanks in advance :)
klimi
Any way of making a username and password solution in C++ ? Either from a text file or from a database. Suggestions appreciated, I'm nub and I'm learning. Thanks in advance :)
Save only hash of password
Fatkhullo
Hi. Can i add crypto++ to codeblocks editor?
Anonymous
Hi. Can i add crypto++ to codeblocks editor?
Yes
Anonymous
Lol
Anonymous
Guide on learncpp
Mat
Patrik G: Try https://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/
Anonymous
Thx
Fatkhullo
thank you 👍🏻
Anonymous
Save only hash of password
Do I need any header to convert the hash back ?
klimi
Do I need any header to convert the hash back ?
Hacker man
klimi
You don't convert them back
klimi
It's one way process
Mat
Do I need any header to convert the hash back ?
You only compare hashes
klimi
You only compare hashes
Thanks mat... I'm going insane rn
Anonymous
You only compare hashes
So if a user enters a password, it gets converted to a hash and compared with the hash in a text file or something ?
Mat
So if a user enters a password, it gets converted to a hash and compared with the hash in a text file or something ?
Yes
klimi
So if a user enters a password, it gets converted to a hash and compared with the hash in a text file or something ?
Yes exactly
Anonymous
Thanks guys
klimi
It's not that hard to code that either
klimi
Broke the problem into smaller pieces
Mat
👍
klimi
Can you write string to file?
Lalit
How to make a code for captcha verification
klimi
How to make a code for captcha verification
Use some API... I think it's easiest
klimi
If not you need to generate picture... Select font draw some text some lines
klimi
Some dots
klimi
Change colors etc
Anonymous
Which hash shall I use, MD5, Sha256 or any others ?
klimi
Which hash shall I use, MD5, Sha256 or any others ?
Firstly do it without hash
klimi
You can add that in second version
klimi
Do firstly just basic skeleton
Anonymous
You can add that in second version
Good idea. I'll defo do that
klimi
Nice
klimi
I can help with this thinking but I don't think I can help that much with code
Lalit
Tell me The basic concept behind it
« Rev
@programminginc
674
Fwd »