I would like you to help me with an error that I have: I am starting to learn the C language and to do this I installed code blocks in linux Linux, apparently the gcc compiler was already installed, so I did not uninstall any other. The problem...
I wanted to know how you could concatenate two fixes in C ++:
For example
a = {1,2,3,4,5}
b = {6,7,8,9,10}
c = a + b
//El resultado c = {1,2,3,4,5,6,7,8,9,10}
I reinstalled Code :: Blocks on my computer because a few days ago it started to fail in a very strange way, since it opened and did not appear, that is, the interface was not shown, and when opening the task manager it was showed running and in...
Basically I want to make a program that "divides" the routes in which the file is that I am specifying, that I already achieve, however I also want to access this file with everything and the route so I use fopen and place as variable the string...
codeblocks edition
Good, my problem continues with the compiler of the codeblocks or the way in which
compiled, in several Youtube courses I have seen that they do not have this problem and none
I could give reason. What happens is that when...
I'm currently trying to get the absolute path of a file in C [Linux] but I do not get the expected path, but it skips a folder at least that seems to be the error. main.c
int main()
{
char archivos[MAXARCHIVOS][MAXLONG];...
I would like to do a C ++ fix of Point type, but I do not know how to do it.
This is my code:
#include <windows.h>
#ifdef __APPLE__
#include <GLUT/glut.h>
#else
#include <GL/glut.h>
#endif
#include <stdlib.h>
#includ...
I am trying to run this program in CodeBlocks with Ubuntu operating system. The compiler is GNU GCC Compiler
#include <iostream>
#include <ncurses.h>
using namespace std;
int main()
{
cout << "ingrese letra" << e...
I just installed the Fedora 25 on my machine.
I downloaded Codeblocks from the terminal and the first thing I did was a Hello world in C ++, the program compiles, but when I run it I get a message that says the program is not compiled. There are...
I am learning to program in C and they left us a job to do, but when I want to compile I get an error and as far as I know, I still do not know what the error is. Thanks in advance and sorry if it's a very stupid question, I'm still learning.
e...