Yehor
Only for C++
Yehor
@crackedmind Who said something about cross platform ? The question was about good C/C++ IDE. Visual Studio is good ( in my opinion the best) IDE for C/C++.
Stanislav
Yehor
I knew it, but just I clarified.
Anonymous
code::blocks is nice IDE for c/c++
Yehor
It's strange ide. My choose for programming on Pure C it's Linux. Perfect Ide, seriously
Yehor
I'm really programming on Vim
Anonymous
code::blocks support cmake project. Pure enough for me in Linux.
Yehor
Clion, too)
Stanislav
Yehor
I say about JetBrains Clion
Stanislav
i really fucked up with qt creator that generated c::b projects
Yehor
While support and Cmake and Unit testing and a lot of different stuff
Anonymous
or you can try codeLite
Yehor
Are u sure?
Anonymous
much lighter than code::blocks
Yehor
https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html
Yehor
Here
Anonymous
yes, I mean you can try it if you want pure control of your own project.
1
Yehor
xD
Yehor
Easy
Yehor
I can't find exit)
Yehor
Popular joke
1
vim is texteditor , how do you compile files
Yehor
I have the Terminal
Yehor
Where I have compiler
Yehor
cc, gcc etc. Different tools
1
oh that way ,ok
Yehor
BTW, I can connect plugins to vim and setup compiler
Yehor
vim is texteditor , how do you compile files
1
Yehor
http://www.alexeyshmalko.com/2014/youcompleteme-ultimate-autocomplete-plugin-for-vim/
Anonymous
Anonymous
Anonymous
Anonymous
See
Anonymous
vim is my favorite c++ editor. other IDEs are just spare.
Daniele°
Mr. COwO2 Preis
Mr. COwO2 Preis
vim or neovim
you can install languageserver plugin and a clang language server and then you have many nice ide features too
Anonymous
Kelvin
https://www.kdevelop.org/
Anonymous
Hello everyone
please quickly i have an exam about this question
Anonymous
write a program for inputting a natural number between 0 and 9. If the user enters a number outside of this range, the program should report an error message.
Step2: In case of a wrong input, the user shall be asked again to enter a number between 0 and 9. This shall be repeated until the user enters a correct number. Use a loop to implement the repetition.
Anonymous
klimi
Oh god....
Anonymous
I want it all 😅
Anonymous
but in C
Anonymous
klimi
Do it all?
Anonymous
also if u can
klimi
Read rules if u can
Anonymous
please again the message is deleated
Mat
please again the message is deleated
## Questions
Questions related to the topics are welcomed. However, this is not a place to get the answer to your homework, hence DO NOT ask others to do the homework on behalf of you yourself.
Anonymous
Sorry but only this question
Sanchit
#include<stdio.h>
int main()
{
int n;
while(true)
{
printf("Enter a number betweeen 0 & 9");
scanf("%d",&n);
if(n>=0 && n<=9)
{
printf("Correct number entered");
break;
}
else
printf("Please enter the correct number");
}
return 0;
}
Anonymous
JAIMISH
how i learn c/c++
Sanchit
Anonymous
Sanchit
Anonymous
Anonymous
Mat
Anonymous
Triple the ` both side for multiple lines
Sanchit
Ohhh okay.
Thanks for the advice guys!
Sanchit
test
Anonymous
Hi i need help, my pendrive has moved from fat32 to RAW format. And windows is unable to format it what do i do.
1
Anonymous
Anonymous
Maybe it'll help
Igor🇺🇦
Anonymous
Oh
....
Hi guys
Sunandan
Anonymous
Hi friends