Questions tagged [code-blocks]
32 questions
11
votes
1 answer
Where are the other letters in this Unicode block?
Info
On the Wikipedia page, "Unicode Subscripts and Superscripts", it says in the section, Other Superscript and Subscript Characters,
Consolidated, the Unicode standard defines ... a full superscript Latin lowercase alphabet except q (a b c d e f…
SarahofGaia
- 319
9
votes
2 answers
Checking version of GCC compiler in Code::Blocks
How do I check, in Code::Blocks, what version of the GCC compiler am I using?
7
votes
1 answer
How to insert a scrollable block in Word?
I am editing a Word document. I want to insert a big block of XML in a cell of a table.
I want to insert a scrollable text block. How can I do that ?
This quest looks simple, but I have not found any way to achieve that.
I have Office Pro Plus…
TheMaskedCucumber
- 411
- 4
- 8
- 17
3
votes
1 answer
Stuck process, can't be terminated
I was working for an exercise in c, with codeblocks.
When i was done, i compiled & ran it.
Instead of running properly, the cmd window was blank, it couldn't take any input nor show any output. I googled a bit and found guys having a similar…
nic3ts
- 216
2
votes
2 answers
Code::Blocks can't build / Compiler error?
My problem is that when I try to run anything on Code::Blocks it says: "It seems that your program hasn't been built yet". After I try to build it this pops up again. I have seen a similar question somewhere, but I still couldn't resolve my problem…
user288874
2
votes
1 answer
How to generate executable file in CodeBlocks IDE?
I am using CodeBlocks as my IDE for a c++ console application. I got a new computer and installed codeblocks with MinGW. I have been working for hours to try to generate an executable file and have searched through every subdirectory within my…
1
vote
3 answers
Changing default terminal of Code::Blocks 13.12 in Windows
I seem to be at a dead end here. I cannot change the terminal for Code::Blocks on Windows, although it is a cakewalk in Linux.
The option is greyed out.
Running as admin doesn't work also.
The box has command bin/sh -c inside. I installed ConEmu…
goelakash
- 135
1
vote
0 answers
G++ Compiler Stalls [CodeBlocks]
I am using CodeBlocks under Kali Linux and the g++ compiler stalls.
SOMETIMES, I hit compile and at the bottom I get the message: g++ -fexceptions ...etc build main.o ... and NOTHING happens. If I hit cancel I get the message: Aborting build \n…
RatkinHHK
- 11
1
vote
0 answers
Code::blocks IDE: Reload files without asking about it
If a file has been changed externally, Code::Blocks the IDE always asks about it in a popup. It looks somewhat like this:
This gets tiresome when working with several editors, so is there a way to disable the popup? I've searched the both the…
Ludwik
- 322
1
vote
0 answers
Scroll-past-end on codeblocks
Sublime text has a nice feature in that it lets you scroll past the end to position the text you're editing at the top of the window if you're editing the end of the document.
This does not exist in code::blocks, but is there any plugin that allows…
Ludwik
- 322
1
vote
1 answer
scp not working well in 100mbps LAN
I have a compile environment that scps files to a target machine after they have been built over the LAN. Initially this was working well but after several builds, deploys, and reboots, it has become unbearably slow taking upwards of 30+ minutes to…
Status3543
- 3,461
1
vote
1 answer
Build error with Windows 8 and Code::Blocks + MinGW
A few days ago, I upgraded to Windows 8, and since that day, I have had a problem with Code::Blocks + MinGW. I've checked my path and ensured that it is set properly. Here is a screenshot of every run:
The red Build Log error message…
Myri
- 11
- 1
- 3
1
vote
0 answers
Code::Blocks IDE says that the obj/directory cannot be created
When I try to compile my C/C++ code in Code::Blocks, it says
obj/directory cannot be created
When I searched for that error, people suggested that it doesn't have read and write permissions for that directory.
So, one user suggested running the…
Emily Smith
- 11
1
vote
4 answers
How do I install Code::Blocks for Linux on Ubuntu?
I want to install http://www.codeblocks.org/ on Ubuntu Linux. How can I do that?
P.Brian.Mackey
- 2,280
1
vote
0 answers
Trying to use regex as path for my nginx location
main page: (should be / or anything other than phpmyadmin and other folder....)
location ~ (?!phpmyadmin|smf|zDev|DiscordCommunicator|wordpress|Monitor|announcements) {
#...
}
fastcgi pages (should start with / and phpmyadmin or any of the other…
Zorono
- 11