I\'m using code::blocks on a linux system with the gcc compiler, and I want to be able to use the shared library template to make a shared library with classes, then make another project that accesses
I have an SVN repository setup online and I want to use it to manage my C++ projects in CodeBlocks. I read that SVN can only track changes to text files, so how do I manage the .cbp project files and
I just started learning C++ and am currently using codeblocks. I want to write 开发者_运维百科an application that can search for files in a directory including its subdirs, but I cant seem to find any
I\'ve been using Code::Blocks with MinGW on a WinXP box for a while now. But since I started using Boost.Build as \"custom build tool\" I\'m having trouble setting break points from Code::Blocks. When
I would like some 开发者_StackOverflow中文版data structures to be studied by Code::Blocks and made available via its code completion feature.
I have a simple C console application named Test. But when I build, it says Test - Debug uses a invalid compiler
I installed Code::Blocks on Ubuntu 9.10, but when I start it from terminal, it shows the following error:
I\'m under the impression certain comp开发者_运维知识库ilers only work for making windows applications.If you want to develop GUI applications and/or go for maximum portability, go for MinGW for compi