Score:0

Codeblocks 20.03 isn't compiling

ao flag

I have installed Codeblocks 20.03 successfully in ubuntu 21.04. Even I coded right but the code is not running successfully. So what can I do for it?

waltinator avatar
it flag
"coded right but the code is not running successfuly" contains two unexplained assertions, and no actual information.
Score:0
zw flag

So your installation of Codeblocks is not full. It is packaged in universe repository pocket.

For correct installation you have to install it as follows:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install codeblocks

and then install compilers by

sudo apt-get install build-essential # for GCC
sudo apt-get install gfortran llvm clang # optional

then create a simple project using FileNew Project wizard and compile it.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.