Questions tagged as 'codeblocks'

1
answer

Program with C Recursion

I need to make a program that is a game where the user will input a number and I must determine if it is possible for the user to win the game through a printf saying "Yes" or "No", not it is necessary to show the steps of the program. The game...
asked by 19.11.2017 / 20:43
0
answers

C ++ Reduced spending space

I'm creating a C ++ project with Allegro 5 using code :: blocks, and I put allegro files straight into the project folder to make it simpler. I'm using functions only to display images and texts with ttf fonts and detect mouse and keyboard event...
asked by 16.06.2017 / 04:42
1
answer

Error in project in Code :: Blocks [duplicate]

I have installed g ++ and Code :: Blocks (Linux-Ubuntu) and I created a project and I used the code of the Code :: Blocks file ( main.cpp ), when I give run a written tab appears    It seems that this project has not been built...
asked by 10.12.2016 / 03:12
1
answer

Segmentation Fault when initializing Code Blocks in Fedora

Error presented:    Try to migrate conf-folder       The places where the configuration files and user-data files are   stored have been changed to be more standard-conform.       Now moving "/root/.codeblocks/share/codeblocks" to   "/root/...
asked by 16.06.2016 / 01:28
1
answer

How to link boost library in codeblocks! (linux fedora)

Hello, I downloaded the boost.tar file, extracted it, compiled it, and installed it on my fedora 23! But I can not make the codeblocks link to these new libraries. How do I link?     
asked by 24.04.2016 / 00:53
1
answer

Error with wxWidgets wxmsw30u_gcc_custom.dll

link I'm starting with C / C ++ and I've got the code :: blocks as compiler, I'm trying to use wxWidgets, I've compiled an application, a hello world, opening it in code :: blocks it works normal, when I try to open it directly from ".exe" , g...
asked by 28.09.2015 / 16:56
1
answer

Program to change a character by an asterisk to a string [closed]

Hello! I need to make a program that reads a string entered by the user with a maximum of 500 characters, and print this text by replacing the first letter of each word with an asterisk '*'. Can anyone help me?     
asked by 23.09.2015 / 01:41
1
answer

Variable declaration problem to compile in Code :: Blocks

#include <stdio.h> #include <locale.h> #include <string.h> int main () { setlocale (LC_ALL,"Portuguese"); int num,escolha; char nome[20]; printf ("\nDigite seu nome: "); gets (nome); printf ("\nInforme u...
asked by 12.06.2016 / 23:01