+ 4
Non-Programming Question. Don't hesistate to Downvote, but help...
I have been using Code::Blocks for long now. But these days, something strange has happened. Whenever i try printing data to the console, the console remains blank for entire 5s and then prints the data. Even this: #include<iostream> main() { std::cout<<"Hello"; return 0; } Is taking 6s to print! Also, the process return time shows 1.047s, which is not the real time... Please help me escape this slow speed! I have Win10 64bit with 4GB Ram and i5 Processor...
13 Respostas
+ 5
try visual studio. i found codeblocks clunky on windows 10 also. It is my goto on my ubuntu box though
+ 4
I dont know! Dare say you need a seperate compiler. I have only ever used vscode for editing html files and the like. I will do a bit of digging
+ 4
try the suggestions here: https://stackoverflow.com/questions/30269449/how-do-i-set-up-vscode-to-compile-c-code
+ 3
did you get vscode?
+ 3
@jay
Yup, got VS Code as well...
Now, please tell me, how to attach the process?
+ 2
@jay
Can we compile individual files on VS, like if I have a cpp file, can I run it without copying it into a project?
+ 2
dont know. never tried. give it a go see if you like it. it is free so why not huh
+ 2
wow. how fast is your internet? it is like huge
+ 2
you want vs community edition. https://www.visualstudio.com/
+ 2
if you're a student you can also get Clion for free
+ 1
I have started downloading the packages, it will install soon âș
+ 1
Installed. Where is the build button?
+ 1
Its asking me to attach it to a process...