I have a set of C++ projects in Code::Blocks and a script that builds all of them.
I would like to start developing using codeblocks ide and gtk+ 3 toolkit. I have this setup in Windows and it has worked great. I want to get it setup to work properly on Ubuntu and am having trouble.
Could someone please offer some advice or point me in the right direction? I have tried to unpack the gtk+-3.6.4 archive and place it in /opt.
HI, i'm new to the Linux system. One of my friends recommended me to use Linux for programming. On my windows OS i used Code Blocks and i want to do the same with Linux. I run into the problem that i have no idea on how to install it on Ubuntu. I have used the software center and installed the SFML window,system, and graphic but i have no clue how to compile.
I want to make the programs compiled by Codeblocks, run the shell program 'Terminator'.
So I went into Environment Settings > Terminal to launch console programs, the default value is xterm -T $TITLE -e so I replaced it with /usr/bin/terminator -T $TITLE -e but when I compile the program doesn't run...
How can I do it?
Hi. I have been trying to install allegro for c++. I have followed some of the instructions on other sites and added `allegro-config --libs --static ` and `allegro-config --cflags` into other linker options. However I still can't compile the program properly and this error message will pop up
"ld||cannot find -lalleg| ||=== Build finished: 1 errors, 0 warnings ===|"
Hello everyone!
I just installed Fedora 10 Xfce Spin nad I wanted to install some programs, so I downloaded some rpms specifically targeted on Fedora, both from the Fedora repository and the official website of the sofware, just to make shore at least one works.The programs I wnted to install where CodeBlocks IDE, Koffice and Equinox 3D.
Hi
I'm developing a project in c++ using the CodeBlocks 8.04 IDE.
All the text in the log, such as Build Messages and Build log have been enlarged and I
cant find a way to make it smaller, its extremely annoying since I cant see the full
build messages errors etc.
Also I'm on a laptop, so no numpad commands works.
i've tried in the editor settings but I cant find anything
Thanks
I'm using codeblocks to learn C programming.
When I use /* */ the program works, but when I use // the program returns this error.
expected identifier or ‘(’ before ‘/’ token|
here's the main.c
#include <stdio.h>
#include <stdlib.h>
//Ex1
int i;
float p;
char *n;
int main(void)
{
i = 22;
p = 70.0;
n = "Samuel";
printf("%s %d %.2f", n, i, p);
return 0;
}
Changing some Software Update settings I possibly corrupted something, and now I don't see many packages in the list. For example:
alex@u120464:~$ sudo apt-get install codeblocks
[sudo] password for alex:
Reading package lists... Done
Building dependency tree
Reading state information...