Questions tagged as 'linkagem'

1
answer

What is a linker for?

Some languages use a linker or Wikitravel as it is also called. What is its function and relationship to the compiler? Why do some languages do not have a linker ?     
asked by 21.03.2017 / 16:01
1
answer

Doubts about "linkage"

I tried to pass to IDE a code I found in a book and some doubts came up. Code: newApplication.cpp #include "stdafx.h" #include <iostream> using std::cout; using std::endl; #include "GradeBook.h" int main() { GradeBook gradeB...
asked by 15.11.2018 / 02:13
1
answer

What is the difference between a compiler and a Windows and Linux executable

When compiling a simple program for Linux, the compiler generates an executable that only works on Linux, but when compiling the Same code with a compiler for Windows it generates an executable that only works for Windows. What I want to know is...
asked by 17.04.2018 / 17:56
1
answer

How to link files in different folders?

I'm having trouble linking two HTML pages, the folder hierarchy is this: Iwanttolinktothefile:J:\Totem_App\XPLACES\access\cid_vitoria\1_acru.html<ahref="/../../00_menu_vitoria_xingu.html" target="_parent" class="bcontraste">LINK</a...
asked by 26.01.2018 / 13:42
1
answer

What is a linker for?

Some languages use a linker or Wikitravel as it is also called. What is its function and relationship to the compiler? Why do some languages do not have a linker ?     
asked by 21.03.2017 / 16:01
1
answer

Uncaught SyntaxError: Unexpected token Nodejs

I can not properly link my static / index files, follow the code directory: 'blog / createServer.js' var http = require('http'); var fs = require('fs'); var path = require('path'); var contentTypes = { 'html': 'text/html', 'css': 'text...
asked by 03.03.2017 / 03:30
2
answers

Linking problem in project with more than one source file

This is my job. Give me an error when I call the main function. This is the header of my function, in the file function1.h int eleminar_numeros_repetidos(int *vec, int n, int *vec1); File function1.c: void organizar_vetor(int *vec, in...
asked by 01.10.2016 / 22:53
0
answers

How to make an app that communicates with another on the PC (RAD Studio)?

I am a beginner in the RAD Studio (Embarcadero) program, I would like to know how to create an android app that communicates with one on the PC, if you know a better program, thank you. Example: An app with a button that causes the PC app to sho...
asked by 29.03.2018 / 15:48
0
answers

How to use compound links - 'file.html # section'?

I made the following button: <a href="/../totem_app/xplaces/00_menu_vitoria_xingu.html#acru" target="_parent" class="bcontraste"><b>LINK</b></a> to go to <a href="../acess/00_menu_vitoria_xingu_acess.html#acru"...
asked by 26.01.2018 / 14:23