☬ੴ Bassi
https://www.youtube.com/watch?v=T-OCefs82M8
Anonymous
Welcome to C/C++!
☬ੴ Bassi
I didn't get it bro
You said how to hack
Anonymous
Welcome to C/C++!
Alazar
You said how to hack
Dude.... He's being sarcastic
☬ੴ Bassi
Ty
☬ੴ Bassi
I found some stuff to help
☬ੴ Bassi
https://drive.google.com/drive/mobile/folders/0B28wiRqjwTwbbmRVU0lZXzJTZ28
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Liam
Welcome to C/C++!
Bot auto-reply?
Anonymous
Welcome to C/C++!
Anonymous
Bot auto-reply?
github.com/themester/tgtrollbot
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Sujeet Kumar
What do you mean by array in c
Anonymous
What do you mean by array in c
It's a collection of data of same type that can be accessed by a common name
Anonymous
Welcome to C/C++!
Anonymous
Welcome to C/C++!
Anonymous
Please someone send me how to call a function in c programming language please am waiting
Etaoin
just function_name() ?
Anonymous
just function_name() ?
That's is syntax I want a short program showing how to call a function please
Etaoin
int add(int x, int y) { return x + y; } int main() { int x, y; scanf("%d%d", &x, &y); printf("%d\n", add(x, y)); return 0; }
Roxifλsz 🇱🇹
So when you run this what will be the expectations
You type two numbers and it prints their sum
Anonymous
You type two numbers and it prints their sum
Thanks.!! Smthng else how do you use different functions in the same program
Roxifλsz 🇱🇹
Anonymous
Just make more functions with different names
Or overload functions with different arguments
Roxifλsz 🇱🇹
Or overload functions with different arguments
That's a more complicated topic
Anonymous
Maybe ..
Anonymous
Example??
https://cboard.cprogramming.com/c-programming/85804-multiple-functions.html
Anonymous
https://cboard.cprogramming.com/c-programming/85804-multiple-functions.html
We still far just being introduced to c language not yet to c++
Anonymous
Doesn't it have C examples? 🤔
Yes but I need more explanation to get deep in me
☬ੴ Bassi
Yes but I need more explanation to get deep in me
https://drive.google.com/drive/mobile/folders/0B28wiRqjwTwbbmRVU0lZXzJTZ28
Anonymous
Welcome to C/C++!
Nurain
Thank you
Anonymous
Hello Is there anybody that know programming to microcontroller.?
Roxifλsz 🇱🇹
Nice
Anonymous
Anonymous
atmega 8
On arduino?
Anonymous
Anonymous
No
Ah, no idea then ..
Anonymous
On arduino?
i have any problem with EEPROM.
Anonymous
I have only tried Pi and Arduino
Anonymous
I have only tried Pi and Arduino
Do you use EEPROM for them (PI,Arduino).?
Roxifλsz 🇱🇹
Do you use EEPROM for them (PI,Arduino).?
The atmel controllers on arduinos have EEPROM
Roxifλsz 🇱🇹
Raspberry Pi uses an SD card
Anonymous
Anonymous
The atmel controllers on arduinos have EEPROM
I`m w/r data from eeprom on Arduino It`s working very good. But when i use atmega it isn`t good
Roxifλsz 🇱🇹
Anonymous
The problem is eeprom_write_dword((uint16_t*)0,123456); eeprom_write_dword((uint16_t*)1,789456); it wrote address 0 = 123456 1 = 789456 ............................ When i d = eeprom_read_dword((uint16_t*)0) uart_send(d); d = eeprom_read_dword((uint16_t*)1) uart_send(d);
Anonymous
there is problem when i read number
Anonymous
Can you be more specific with which atmega 8 are you using?
Atmega 8 : program memory 8 kbayt data eeprom 512 bayt Ram 1kbay
many
Programming mcu on your own is real man
Adi Primanda
Just in case that there is anybody that is in Jakarta. There is a C/C++ meetup soon
Adi Primanda
https://www.eventbrite.com/e/indonesian-cc-warriors-meetup-jakarta-tickets-43804603749
Anonymous
Mester bot ded 😞😆
Anonymous
oh fuck
Anonymous
Is running. I don't know why does not work xd
Roxifλsz 🇱🇹
Anonymous
Lol
Roxifλsz 🇱🇹
Or just restart it like with everything
Roxifλsz 🇱🇹
Oh my, banhammer at the ready :D
Anonymous
Anonymous
Anonymous
That program isn't running Help me please where is the mess
Mr. COwO2 Preis
it should be int add(int x, int y) { return x+y; }
Anonymous
Mr. COwO2 Preis
no