YASHPAL SINGH
😎 cool
Sandro
https://github.com/Sandroid75/Phonebook
/get cbook
Merit
can someone suggest me a good ide for phones for C?
Anshul
i-- is done to keep deleting the first position always
Anshul
Like assume these are your strings. ABCDE and APPLE So when you pass an iterator stra.begin()+I, this will be pointing to A (I.E. 0th index) and you erase it. Now your new strings will be BCDE and PPLE. You now want to erase B and P but if you don't do i--, then your I will be 1 now and by doing s.begin()+I you'll be referring to C and P(index 1). So you do i--
Anonymous
hey guys one doubt is it possible to build a basic chatting app by knowing just the basics of C and python or else better build something else before building a chatting app is advisable Some on time working programmers are also in this group that's why asking don't mistake me guys 🙃
Anonymous
I am just pursing Bachelors in CSE
Azeez
Hello here ..Am just starting programming ..and I want to base on c
Diego
You definitely can, and it should actually be simple enough :) I think it'd be a fantastic way to learn
Anonymous
Look into IRC Chat
IRC means what bro
Diego
Internet Relay Chat
Azeez
Please wich of the editor is the best to write c language
Diego
Saying IRC Chat is redundant, but it's more descriptive than saying IR Chat, or IRC
Anonymous
Internet Relay Chat
OK i am not familiar with those things but i will definitely learn it i m in the state of deciding whether start with a small project or go with a messgaing app
Diego
/get ide
Azeez
/get ide
Which of the idea will be better
Diego
Just visit the site 😅
Anonymous
Which of the idea will be better
Turbo c vs code code blocks etc... These are the things i used bro now i am holding with vs code just do a google search you will end up in a lot of editors and ides 😇
Diego
I think it's the same case for CodeBlocks, but I'm not sure
Anonymous
Turbo C is actually very old and deprecated
Vs code is working a lot better
Diego
But VSCode is very good Personally I mostly use Visual Studio since it's the one I already have installed, and has even more features than VSCode
Diego
Visual Studio is mostly geared towards Visual C++ though, but it's still good
Anshul
Codeblocks or vs code you can work on any of them
Anonymous
Anonymous
Turbo C is actually very old and deprecated
I suggested it because in most of the Institutions it is the only used ide especially in India
Diego
Most institutions everywhere are woefully outdated
Diego
I get the "Don't fix what's not broken" thing, but it becomes a problem when being outdated means not benefitting from recent fixes and new additions
Hajime
I need your helps
Hajime
Pls write in personal number
Talula
Pls write in personal number
My personal number is 7
Огни
Once, we can collect all nicknames with 3-4 bits
Engineer
Visual Studio is mostly geared towards Visual C++ though, but it's still good
Clion is way better so I keep hearing. Anyone here using it?
Engineer
I going to be playing around with codelite https://codelite.org Because that is within my budget for going onto Linux.🤣
Pavel
Clion is way better so I keep hearing. Anyone here using it?
I'm using CLion, VS and QtCreator (on different projects and different machines). In my opinion CLion is good but you need a good machine so it doesn't lag/hang. For example I can't use it without power-safe mode on my laptop because it hangs, drains the battery very fast and makes it very hot, when QtCreator works just fine on the same machine: fast, and without any issues. And CLion in power-safe mode isn't much more functional than QtCreator.
Aksa
Hi
Pavel
I'll try out QtCreator! Thanks Pavel! @gameraccoon
Just be prepared that it has very alien-looking interface :) Ctrl+K is a shortcut for fast navigation and some handy actions
melika
Hi
klimi
Hi
nohello.com
melika
nohello.com
What can I say?
klimi
What can I say?
your question or doubts if you have any? (like stated in the pinned post)
Levi
Hi all, maybe this would be nice to listen to while coding 😁 https://youtu.be/-myeBpMD0xY
Pavel
I use Visual Studio.
That's also good, but it doesn't work for Linux unfortunately
Anonymous
hey guys i am recently coding in Hackerrank particularly c
Anonymous
well most of the time my code passes the testcases
Anonymous
in few scenarios it fails in one or two hidden cases
Anonymous
how to tackle that eventhough i read the constraints and data carefully
Anonymous
Hey anyone good at C++?
Anonymous
Anonymous
Unlock the hidden test case and see the expected and returned output..
Anonymous
You can somehow figure out what went wrong from that..
Apk
how to tackle that eventhough i read the constraints and data carefully
Think about edge cases where your solution might fail.
AKILA
What is malloc
Talula
What is malloc
Memory Allocate or Memory lock.
Pavel
For Linux I use mono.
Isn't it an IDE for C#?
Anonymous
Unlock the hidden test case and see the expected and returned output..
thats what i am doing now I am seeking someother solutions
Anonymous
Think about edge cases where your solution might fail.
For some questions I can do so But when comes to large programs its becoming quite hard for me
Anonymous
Maybe look at solutions...
Thats gonna be a easy way
Talula
Isn't it an IDE for C#?
Yeah sorry, my brain isn’t working as usual.
Apk
For some questions I can do so But when comes to large programs its becoming quite hard for me
Looking at the hidden cases or directly the solution is fine when you haven't cleared the question for a day or two...or maybe more
Apk
i don't take that long
Well then you should I guess🤔
Anonymous
Well then you should I guess🤔
not getting what u are trying to say
Apk
not getting what u are trying to say
For how long have you been practicing?
Anonymous
For how long have you been practicing?
just a month whenever i get free time since i was doing BE CSE fulltime
Apk
just a month whenever i get free time since i was doing BE CSE fulltime
I see...you should just unlock the hidden cases then. Just make sure you don't unlock them as soon as your solution fails I guess this should continue in offtopic now 🤷🏻‍♂