Anonymous
my ip
Anonymous
change
Anonymous
What are you saying xd
Max
What
catb.org/esr/faqs/smart-questions.html
Anonymous
ok
Anonymous
my english very bad
Anonymous
sorry
Anonymous
very sorry
Max
that's not about English.
Anonymous
he wants to make a proxy with c++ that changes ip every 3 seconds
Anonymous
yessss
Anonymous
See https://www.ietf.org/rfc/rfc2068.txt to make your own proxy server
Anonymous
xdxd
Anonymous
soo much to learn, not enough time
Anonymous
this is the price
Anonymous
yes
Anonymous
https://hidemy.name/en/proxy-list/
Anonymous
list proxy ip
Anonymous
c++ a program
Anonymous
3 second once
Anonymous
Every 3 seconds? xd
Anonymous
You won't have time to send any packet
Anonymous
At least using tcp
Anonymous
yes
Anonymous
@ramazanburak pv
Anonymous
ping @ramazanburak
LokareSathyam
Hi, I just joined the group
LokareSathyam
Does anyone know where to find materials related to blockchain development
LokareSathyam
Be it using any programming language ?
Liam
Blockchain is a topic in the field of cryptography algorithms but not a programming language. Hence this might be off-topic? BTW, Google is your friend.
fearless
https://www.cryptocoinsnews.com/block-parser-how-read-bitcoin-block-chain/
fearless
fearless
fearless
fearless
fearless
fearless
fearless
fearless
LokareSathyam
If I am not wrong , the technology was built using programming languages of course? And Google guided me here saying you could get these materials here.
LokareSathyam
@fearless thanks that will help.
fearless
👍
Savage
https://t.me/DinoParkBot?start=240121058
Anonymous
Hi
Willy
hello, I was testing a small sketch to get the max number of times a function in c++ could call itself, it works by giving the function func() a number, and the function will call itself that number of times, but when inputing 1000000 , it gives: terminated by signal SIGSEGV (Address boundary error) , when puting 100000 it woeks, is that a limit of my system cuting the process when it gets to much ram, of me not having enough ram, or a limit in c++? the code : #include <iostream> using namespace std; unsigned long long int func(unsigned long long int num) { num--; cout << "begin:" << num; cout << '\n'; if (num == 0) return num; func(num); cout << "end:" << num; cout << '\n'; return num; } int main() { cout << func(100000); return 0; }
Max
http://www.vitorian.com/x1/c-resources
Max
You can start from that books, solving tasks one after another
Max
good luck
Max
you are welcome
Anonymous
Okay bro
Max
did you open link I've sent?
Max
so, what book you want to start with?
Max
good, so why not copy-paste that into google and see what it will find?
Max
great :) I mean, this books are almost all can be found in google
Max
good luck!
Anonymous
Hellu, what experience do people on here have?
Anonymous
Cause my teacher thinks C with classes equals C++ and I'm trying to avoid that kek
Roxifλsz 🇱🇹
Anonymous
He won't allow us to use STL
Roxifλsz 🇱🇹
Anonymous
Because he thinks we wont learn proper c++ with stl
Anonymous
You see my issue?
Max
Cause my teacher thinks C with classes equals C++ and I'm trying to avoid that kek
if that was your question then no, C++ is not C with classes. It doesn't mean you can write in some sort of dialect, using small subset of C++
Anonymous
Sure. But theres even more issues as mentioned
Max
ok, but it depends on course, right? what you trying to learn?
Anonymous
Who even needs STL in C++ kek
Anonymous
Oh Im good i read bjarnes blog and cpp core guidelines in stead of going to class
Anonymous
Now im writing a chess engine from scratch
Anonymous
Just looking for a community
Max
ah, I see. welcome! :)
Anonymous
Ty ty
Anonymous
Any cool projects going on?
Max
a lot, let me post mine here :D
Max
https://github.com/forGGe/theCore
Max
btw check these groups: https://thedevs.network
Anonymous
Nice
Riyaz
Cpp programme with syntax notes