Đỗ
like Notepad++, CCleaner, there are many fake vertions with malware inside
Merazi
vscode doesn't even need a crack or anything like that, you can download it from the official website, gcc is the same, no need for a crack or anything crazy, just go to the website and grab it (I added the websites to this message, just click 'em)
Anonymous
Thank you guys
Rashu
If (if statement executed then it is necessary to else statement executed)
Anmol
#ot
Indolent
for(int i = 0; i < arr.size(); i++) { farr[arr[i] / div % mod]++; } // Here arr[i] is of "string" datatype. Is there a way to convert it to "int" datatype on spot? Something like "to_string()" ?
Anmol
Or you can write your own
Indolent
like stoi(arr[i]) right?
Indolent
Is there a way to make it have base 10? Like in Java parseint(val, 10)?
Alex
Is there a way to make it have base 10? Like in Java parseint(val, 10)?
http://www.cplusplus.com/reference/cstdlib/strtol/
Indolent
Yeah I just saw that XDD
Indolent
Hope the code runs!!!
Saurav
Hello guys I'm new to C programming. So, please suggest me a good text editor for C language.
Dima
Code blocks
terrible
Saurav
terrible
Then which one??
Anonymous
hii
Alex
tell us, we are intrigued
Anonymous
please tell me on my accunt
Anonymous
if you wated to know
NAM3L3SS
#define CLEAR_BUFFER while ( getchar ( ) != ’ \n ’ )
Vlad
I really do hope it was irony lmao
#define CLEAR_BUFFER while ( getchar ( ) != ’ \n ’ )
Saurav
Visual studio code, the best by far
Is visual studio code a free or paid software?
klimi
Its free open source
klimi
{Tho Microsoft's puts in the binary a telemetry blob and branding blob}
Vlad
Although it spies a little bit
#define CLEAR_BUFFER while ( getchar ( ) != ’ \n ’ )
Saurav
Sublime Text
It's a paid software, isn't it?
Vlad
iykyk
Dima
Anonymous
Sublime Text
> good editor for C language > Sublime Text Really?
Saurav
I was waiting for your comment 😌. Thank you ☺️.
Renan
Free and open source.
Free as in freedom not necessarily free as in free beer. 😅
Renan
It's a paid software, isn't it?
Sublime is paid and proprietary as far as I know. They do not care if you do not buy their editor, they just allow you to download and keep using indefinitely... But what is under the hood only the author knows.
Renan
Sublime is paid and proprietary as far as I know. They do not care if you do not buy their editor, they just allow you to download and keep using indefinitely... But what is under the hood only the author knows.
Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit for the evaluation. - Sublime Text Website
Kenny
vim.
He is new xd
ɴꙩᴍᴀᴅ
Oh, my bad🙃
klimi
the sooner the better
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Never tried it
Dima
imagine using windows in 2020
Renan
No I'm on Windows
Notepad++, Sublime Text, Visual Studio Code. Run them at your own risk. 👍
Dima
QtCreator, CLion
#define CLEAR_BUFFER while ( getchar ( ) != ’ \n ’ )
#define CLEAR_BUFFER while ( getchar ( ) != ’ \n ’ )
Saurav
QtCreator, CLion
Is these text editors?
Renan
Is these text editors?
Sounds like they are full IDEs, and they are not only editors. Overkill.
Renan
Should I use it as a beginner?
I do not recommend it, not even for pros.
Renan
I do not recommend it, not even for pros.
If developers focused more on writing (good) code first. 😅 👍
Renan
If developers focused more on writing (good) code first. 😅 👍
They wouldn't be so worried about these tiny details. 🤔
Anonymous
Sounds like they are full IDEs, and they are not only editors. Overkill.
Because administration of this chat is c plus plus guys and therefore they wouldn’t advice you to use text editors as c programmers like those from iso-9899.info does.
Anonymous
Should I use it as a beginner?
In fact there is no difference what you use as a beginner
Saurav
In fact there is no difference what you use as a beginner
Yes that's it because from which platform I'll start I'll learn detailed about that. 😁
Anonymous
/get ide
Anonymous
/get cppbookguide
MATEI𝕏⚡️
Is there any doc about ranges-v3 ?
MATEI𝕏⚡️
offical doc is too HARD to understand
MATEI𝕏⚡️
😃