Questions tagged as 'codeblocks'

1
answer

Porting Visual C ++ code to another language [closed]

Next, I have a simple ShellExecute code that was made in Visual C ++ 2012, but because it is a closed and paid platform and because I need my clients to be downloading more programs I would like this project to be ported to another language . I'...
asked by 23.11.2015 / 04:18
0
answers

Problem with SFML in Code Blocks Windows 32 bit

I installed SFML in CodeBlocks using the instructions here link Then I compiled the example code from there, which should display a window with a green circle: #include <SFML/Graphics.hpp> int main() { sf::RenderWind...
asked by 14.07.2016 / 01:09
1
answer

Use two code :: blocks at the same time?

Does anyone know how to use two code :: blocks at the same time? Each time I try to open two only the last one is opened.     
asked by 17.11.2017 / 19:08
1
answer

I can not use accents in Code Blocks

Hello! I have a code: include stdio.h> include locale.h> int main() { setlocale(LC_ALL,"portuguese"); printf("Agora não tem mais problema algum para utilizar acentuação!\n"); return 0; } Configured right ... But it does not return w...
asked by 15.09.2017 / 01:39
0
answers

Library error libpq-fe.h

I'm using codeblocks and the library however I get the following error: fatal error: libpq-fe.h: No such file or directory I have already added the path pointing to the header file by the following path Project - > Build Options - >...
asked by 04.07.2018 / 21:19
1
answer

Bitdefender accusing viruses when compiling c ++ source with CodeBlocks [closed]

I used Bitdefender a few years ago, and CodeBlocks some time ago, and today specifically the programs were not compiling, until I saw that BitDefender was accusing of viruses ( Gen: Variant.Symmi.86658 ) in any compiled program, even in a new He...
asked by 11.05.2018 / 05:05
2
answers

C code indentation

I and two other people are developing a code in C, and each one did their part of the code, but it was very "messy", is there any command for the codeblocks, the IDE we are using, or some site that lines the code automatically? Thanks in advance...
asked by 06.12.2017 / 18:37
0
answers

Undefined reference to

I have a program that is divided into its main , city.c and city.h . Main: #include "city.h" int main() { FILE *entrada; FILE *saida; Cidade *cidades; entrada = fopen("entrada.c", "r"); int numero...
asked by 06.10.2017 / 16:19
0
answers

SFML Compile Error in Code :: Blocks

I need to make a game for a college subject using the SFML library and the C ++ language. I followed that tutorial to set up the Code :: blocks, and pasted the following test file indicated in the tutorial: #include <SFML/Graphics.hpp>...
asked by 16.05.2017 / 22:12
1
answer

Code :: Blocks doubts

1-how do you put it as default?
asked by 31.03.2017 / 17:47