Tagged Questions

Code::Blocks is a free, open-source, cross-platform and extensible C++ IDE with some support for a few other languages such as D and Fortran.

learn more… | top users | synonyms

12
votes
4answers
521 views

Any hosted blog engine with integrated markdown and code highlighting?

Is anyone aware of any hosted blog engine (like wordpress.com for example) that supports writing posts in Markdown, and also supports code highlighting?
9
votes
2answers
158 views

List of what each of <% means (<%#, <%=, etc…) [closed]

Possible Duplicate: ASP.NET “special” tags You know how you can embed property value from code-behind in your page by simply using <%= PropertyFromCodeBehind %> in your ...
9
votes
2answers
7k views

Export a makefile from codeblocks

Is it possible to export a makefile from a c++ codeblocks project? If so, how is it done? Best Regards
8
votes
1answer
175 views

Publish a GPL v3 licensed project which statically links to a BSD style licensed library

as the question title said, I would like to create a project which will be published under GPLV3 license, but the project internally statically links to a BSD styled licensed library. More details ...
8
votes
4answers
3k views

HTML Encoding Blocks - Invalid expression term ':'

I'm developing a new ASP.NET MVC 2.0 application and wanting to use the new ASP.NET 4 encoding blocks. My View code contains <%: Model.ActivityName %> however Visual Studio is reporting: ...
8
votes
4answers
730 views

Finding a blog site with good code block support

This has probably been asked before but I can't find any relevant post using the search system. I'm looking for a site where I could host my own blog. Unfortunately, I found none that have the kind ...
7
votes
1answer
423 views

How to install Boost libraries with CodeBlocks?

So I'm about at the end of my line here; I was looking into saving files and serialization, only to learn that C++ doesn't have the kind of native serialization ability that Python has with its ...
7
votes
1answer
2k views

Code Blocks, Mingw, Boost, and static linking issues

I am using Code Blocks with mingw and am trying to get a simple program to compile with static linking. I have build the boost libraries using these directions. Everything worked out fine and i was ...
7
votes
3answers
443 views

Variable declarations following if statements

An issue came up on another forum and I knew how to fix it, but it revealed a feature of the compiler peculiar to me. The person was getting the error "Embedded statement cannot be a declaration or ...
6
votes
2answers
167 views

2 Identical Programs; Only 1 asks for elevation

I am having an interesting problem when compiling my programs on win32 (mingw). I have 2 identical projects, both created in C::B. When compiling one, it runs just fine without requiring elevated ...
6
votes
4answers
2k views

Why is MinGW very slow?

I'm using Code::Blocks IDE with Gcc/minGW on Windows and I'm trying to build a wxWidgets application which has ca. 20k lines and 40 source modules. And it builds very very slow. Compiling a cpp module ...
6
votes
2answers
2k views

How to get RPATH with $ORIGIN to work on Code::Blocks GCC?

I'm trying to link an RPATH containing the special string $ORIGIN into an executable built using GCC with the Code::Blocks IDE. I've specified -Wl,-R$ORIGIN in the linker options for the project, ...
5
votes
1answer
138 views

Beginning Code::blocks and UnitTest++

I'm about to start a C++ project but I'm stuck at the basics. I want to use the (linux) Code::Blocks IDE, and it's easy to create a normal project. However I want to do TDD using the UnitTest++ ...
5
votes
7answers
1k views

error: stray '\302' in program

I'm using Code::Blocks on Ubuntu 10.10. I have connected a Mac keyboard and set the keyboard settings to "Swiss German Mac". Now whenever I write an equals sign, followed by a space (something like ...
5
votes
3answers
2k views

Blob extraction in OpenCV

I'm using OpenCV to filter an image for certain colours, so I've got a binary image of the detected regions. Now I want to erode those areas and then get rid of the smaller ones, and find the x,y ...
5
votes
2answers
118 views

Is it possible to pass more than one block to a method in Ruby?

Something like: def foo(&b1, &b2) b1.call b2.call end foo() { puts "one" } { puts "two" }
5
votes
5answers
911 views

Blocks of code in python

Can you elaborate on the current state of "blocks" (in the Ruby sense) in Python? What are the language constructs that exist in python? How do they compare to other languages (like Ruby, Smalltalk, ...
5
votes
4answers
237 views

How do I use a block as an 'or' clause instead of a simple die?

I want to check the results of an operation in the Net::FTP Perl module rather than die. Typically you would do: $ftp->put($my_file) or die "Couldn't upload file"; But I want to do something ...
4
votes
3answers
112 views

how to unit test c (with the help of code blocks)?

I have a task of unit testing C project for homework It's written in Code Blocks. Here's one example from the code: void ServerUserWrite(int Command) //Command "1" prints an extra row into server. ...
4
votes
3answers
865 views

ld.exe: cannot open output file … : Permission denied

I recently installed CodeBlocks with mingw32 on Windows 7 Ultimate 32bit in order to dust off my c skills, but this problem has me somewhat stumped. I decided to fire off a short Fibonacci generator ...
4
votes
5answers
2k views

Getting Clang to work on windows

I have followed the following step by step guide:http://clang.llvm.org/get_started.html and I've managed, after a bit of fiddling, to get clang to compile using code:blocks and MinGW. Great, so now I ...
4
votes
2answers
327 views

making a constant array in c++

is there any reason why codeblocks is telling me that I cant make an array? im simply trying to do const unsigned int ARRAY[10] = {0,1,2,3,4,5,6,7,8,9}; and its giving me error: a brace-enclosed ...
4
votes
1answer
258 views

Changing IDE shortcuts in Code::Blocks

I'd like to change Build, Debug & Run shortcut keys in Code::Blocks. Does any know a plugin or setting to change the keys?
4
votes
5answers
552 views

PCRE: Find matching brace for code block

Is there a way for PCRE regular expressions to count how many occurrences of a character it encounters (n), and to stop searching after it has found n occurrences of another character (specifically { ...
4
votes
3answers
922 views

MinGW compile for MS DOS

I'm using Code::Blocks with MinGW to write my C++ applications in Windows XP. Now I want to compile my code to run under an MS DOS environment, so I can put it on my DOS formatted floppy disc. Can ...
4
votes
2answers
3k views

Boost library setup for Codeblocks

How to use boost libraries with Codeblocks(Windows) ? What i need to do after downloading the library from boost site ? Any idea, suggestions, pointers ?
4
votes
4answers
8k views

wxwidgets setup.h “no such file”

A quick Google search of this issue shows it's common, I just can't for the life of me figure out the solution in my case. I have a straight forward install of wxWidgets 2.8.8 for Windows straight ...
3
votes
1answer
392 views

Failing to compile curlpp

I've been on this for a few hours now (and that's just today) so I could really use some help. I always code in a Windows environment so I am trying to add curlpp to my Code::Blocks project. I ...
3
votes
3answers
399 views

How to compile using CodeBlocks

I download LibCurl from http://curl.haxx.se/download.html (zip type), after I extract, I notice there is Include and Lib folder that has source codes, so I copy those to CodeBlocks project and include ...
3
votes
2answers
388 views

How can I get CodeBlocks to compile with -std=c++0x with gcc?

How can I get CodeBlocks to compile with -std=c++0x with gcc? I would like to see if they treat new features with useful syntax highlighting. Also, I have a lot of stuff n C++-0x now.
3
votes
1answer
743 views

Adding static libcurl to Code::Blocks IDE

I can't figure out how to properly add a static libcurl library to my Code::Blocks IDE. I want it static because then no .dll files, which are not included in Windows by default, are needed during ...
3
votes
2answers
488 views

How do I link to a library with Code::Blocks?

C++ GUI Tutorial: undefined reference to TextOut I have the same problem, but I'm new to programming and Code::Blocks, and I want to use the GDI32 library. How can I install it? I'm very confused ...
3
votes
1answer
1k views

Code::Blocks git plugin

Does anyone use the Code::Blocks IDE? If yes, can you tell me of a decent plugin for working with git? Seems strange, but I didn't find anything with Google.
3
votes
9answers
424 views

C++ “OR” operator

can this be done somehow? if((a || b) == 0) return 1; return 0; so its like...if a OR b equals zero, then...but it is not working for me. my real code is: bool Circle2::contains(Line2 l) { ...
3
votes
4answers
736 views

I want to flash an UIImageview on the iPad, how do I do that?

I want to let a UIImageView flash several times. Currently I dont'know how to do that. actual code: -(void)arrowsAnimate{ [UIView animateWithDuration:1.0 animations:^{ arrow1.alpha = 1.0; ...
3
votes
3answers
112 views

How can I compile code directly that was originally written in code::blocks

I need to compile code someone gave me, which they wrote in code::blocks. I know code::blocks uses gcc, but what is the specific format for the command(s) it uses to do so? Because of various ...
3
votes
2answers
271 views

main doesn't continue after pthread

Im using Ubuntu 10.10, Code::Blocks with GCC 4.2. I have written a code like that: #include <iostream> #include <stdlib.h> #include <pthread.h> using namespace std; void ...
3
votes
2answers
87 views

How it is possible to reach a variable from a different code-block expression than the block where the variable was declared?

Can someone explain the working principle of asp.Net below? I have 2 separate code-block asp.Net expressions in an aspx markup, with an html content between (span element in the example below). In ...
3
votes
1answer
139 views

Is codeblocks 10.05. compatible with QtWorkbench?

windows xp sp2 , codeblocks 10.05. , Qt 4.6 Does anyone know if codeblocks_10.05 is compatible with QtWorkbench-0.6.0_alpha. I made everything written on http://code.google.com/p/qtworkbench but when ...
3
votes
4answers
216 views

What Should be the Structure of a C++ Project?

I have recently started learning C++ and coming from a Ruby environment I have found it very hard to structure a project in a way that it still compiles correctly, I have been using Code::Blocks which ...
3
votes
1answer
257 views

Passing multiple codeblocks as arguments

I have a method which takes a code block. def opportunity @opportunities += 1 if yield @performances +=1 end end and I call it like this: opportunity { @some_array.empty? } ...
3
votes
1answer
900 views

How do I successfully use VIM as an external editor for Code::Blocks?

I really like Code::Blocks for its build system and step through debugging abilities - ie I really enjoy using wrappers to gcc/gdb more than using them from Makefiles or the command line. The problem ...
3
votes
2answers
692 views

Using WTL with Codeblocks

I want to try WTL, but problem is i can't use Visual Studio for this. So i've codeblocks on my side. Is there any way i can use WTL with codeblocks ? I mean configuration/settings that i need to do ...
3
votes
1answer
984 views

Highlight Code Block Backgrounds with Vim

While I am working in Vim I'd like to have a slight background color change for all code inside the php tags. So for example, the background is solid black for regular XHTML markup, then displays ...
3
votes
4answers
693 views

When do you use code blocks?

When do you use code blocks in C/C++/C#, etc.? I know the theoretical reason behind them, but when do you use them in real programs? EDIT: I have just realised that I use them in switch statements, ...
2
votes
1answer
48 views

Error passing pointers in Xcode, but works in Codeblocks on windows

When I run the following C++ code from CodeBlocks on Windows using the mingw compiler, all is fine. But, when I run it on Mac OS X it doesn't work: void func (vector<int> &v1, ...
2
votes
4answers
83 views

C function that doesn't 'wait' for any input, but detects if any?

Is there a C function that doesn't wait for input but if there is one, it detects it? What I'm trying to do here is continue a loop endlessly until any key is pressed. I'm a newbie, and all the input ...
2
votes
1answer
95 views

Boost on windows with codeblocks - error: undefined reference to boost

Tons of these errors are popping up whenever I try to use boost in windows with codeblocks. On linux it works fine. Even though I did add the boost .lib files and the include path to the GCC ...
2
votes
3answers
138 views

How do I create a .exe from a .cpp file in Code Blocks?

I've just started learning C++, and to display the outputs of code I found this method. This worked when I first compiled Structure of a Programme.cpp: #include <iostream> using namespace std; ...
2
votes
3answers
83 views

Boost rename() function doesn't work

The compiler doesn't complain while building,and my program says it worked, and creates the folder, but the file hasn't moved. What am I doing wrong? #include <iostream> #include ...

1 2 3 4 5 8