Anonymous
Write a C++ program to enter a number and print its reverse. Example Input Input number: 12345 Output Reverse of 12345 = 54321
goto internet, search for a program to check whether a given number is palindrome or not, in there, steps for reversing a given number is used.
Anonymous
Please send me solution
/warn please be not stupid
G
Do you know how to compile GCC-11 on the Ubuntu system?
Anonymous
Do you know how to compile GCC-11 on the Ubuntu system?
I recently compiled the 10.x, for 11 the process is pretty much same. The documentation is also very descriptive and they have step by step instructions. You may need to pay a little attention on the configuration generation step. Try reading the docs and some blog posts, you will figure it out.
Abhishek
Do you know how to compile GCC-11 on the Ubuntu system?
gcc [program_name].c -o [executable_name]
Anonymous
gcc [program_name].c -o [executable_name]
The person wants to compile gcc itself
Abhishek
The person wants to compile gcc itself
Ohh I misunderstood this question ❓
Anonymous
https://youtu.be/qol2X_8JF9I So true 😂
Anonymous
Do you know how to compile GCC-11 on the Ubuntu system?
Probably ./configure.sh make make install
Anonymous
Message from @kalkayan Follow this https://gcc.gnu.org/install/ and start from the 2nd step "downloading the source" and use there scripts to download the pre-requisites.
G
Thanks
G
Are you all working?
Nish
Try this Blog
this is pretty good really, exactly what i was looking for
Abhishek
😉
Nish
so from the complexity perspective, this for with if statement is O(n) while the nested loop would have been O(n squared), correct @abhishekp_official
Nish
pretty cool
Alexander
Hello, can i get a code for a simple snake game ?
OnePunchMan
Can anyone suggest c++ topic for project..
Anonymous
Can anyone suggest c++ topic for project..
Compiler Web Browser Operating system
🔥oddılıℲ🔥
Hi everybody, i've got a problem about developing a recursive version of a merge sort
🔥oddılıℲ🔥
It runs okay if i test It with 10000 ints, but with more numbers it gives me bad acces
Anonymous
Compiler Web Browser Operating system
did you write anyone of them ?
🔥oddılıℲ🔥
Anonymous
did you write anyone of them ?
One of them — definitely
🔥oddılıℲ🔥
Oki
🔥oddılıℲ🔥
https://pastebin.com/M455hGkC
OnePunchMan
Compiler Web Browser Operating system
It will require lots of time. I have only 1 month :-(
OnePunchMan
Hello world then
1 month for hello world😂
Anonymous
1 month for hello world😂
A compiler that can compile only the hello world program :)
Anonymous
what is this, assembly?
Anonymous
It will require lots of time. I have only 1 month :-(
find something you need implement it
OnePunchMan
find something you need implement it
Will think about it. Thanks
Anonymous
Thank you
𝐄𝐲𝐚𝐝
Hi there . I'm making a calculator where the inputs are infinte
𝐄𝐲𝐚𝐝
Hi there . I'm making a calculator where the inputs are infinte
I'm having trouble making it so I searched up in Google but everything I found was related to a calculator that can add ot sub 2 numbers
𝐄𝐲𝐚𝐝
𝐄𝐲𝐚𝐝
Here is my code :
Anonymous
/warn long code snippet. And the code itself is so bad
𝐄𝐲𝐚𝐝
/warn long code snippet. And the code itself is so bad
You were like me at the beggining + I'm just asking for help
Anonymous
I wasn't like you
Anonymous
I've read the rules
Ehsan
What?
u used to beg?
Anonymous
u used to beg?
I definitely didn't
Ehsan
You were like me at the beggining + I'm just asking for help
https://pastebin.com paste your code here and share the link with description for the problem
𝐄𝐲𝐚𝐝
I've read the rules
I read them you are right about long code Im sorry
Ehsan
Danya do you know if c++ has auto formatter?
Anonymous
Since you've understood I remove the warning
Anonymous
clang-format
Ehsan
clang-format
okay thanks
Anonymous
ninja
can you remove my warning also?
Ehsan
Why?
so he doesn’t “bite the dust”
Ehsan
/warns
4745H
Hi all...how can i implement 2 processes sending keep alive data in every 1 second using IPC?(there is process A and process B and process A must send keep alive data to B and get response in every 1 second...i try to use signals but i did not find a way that works)
Ehsan
https://pastebin.com/ggeB1xvd
describe the problem with the link provided so people can help
𝐄𝐲𝐚𝐝
ill deccripe just a oet
𝐄𝐲𝐚𝐝
moment
𝐄𝐲𝐚𝐝
https://pastebin.com/ggeB1xvd
it works fine for * / + - but when I enter numbers and operators like this 1+2+3*4/5= it does the addition first then the multiplcation , Everything else is good.
𝐄𝐲𝐚𝐝
No