Questions tagged as 'pascal'

1
answer

How to Install Pascal on Ubuntu 17.10

What IDE can I use to program in pascal with Ubuntu? What commands do I use to install it, or installer? I have version 17.10. And, if you can, you can also indicate a manual or book to learn it. Thank you very much.     
asked by 10.01.2018 / 15:16
1
answer

how I transform this algorithm from pascal to c ++

Hello everyone I am a first semester student of lic. in computer science and in my university they sent us to learn the languages in a self-taught way, until now we have seen pascal but they ordered us to learn c / c ++, we are currently working...
asked by 20.07.2016 / 02:36
1
answer

Calculate notes in pascal, lazarus

After entering 6 notes, get the average of the top three. Show the message " Approved " if the average is greater than or equal to 3.5; otherwise, show " Disapproved ". What should I do to this code to get the average of the best three?...
asked by 06.03.2018 / 19:57
1
answer

Use Pascal in GNU Emacs 25 (GUI) - Ubuntu [closed]

I have GNU Emacs installed in Ubuntu 17.10, and I would like to know if I can use it to work with Pascal, since the famous "blue background" is very uncomfortable for me to work with.     
asked by 12.02.2018 / 18:49
1
answer

Double List in Pascal

I'm doing a list exercise. The exercise asks me to create a double list of integers. I'm struggling to do it and I think I did it wrong. I read the integers of a file putting together a common list and then copy the list backwards ... Let's see...
asked by 28.05.2017 / 22:30
0
answers

AES encryption in PASCAL with INNO SETUP

Encryption AES in PASCAL with INNO SETUP. Any form of implementation or advice? Thanks. I have this code, which generates a random key, I need to save that key encrypted with AES, in a BD. Code: const CHARS = 'abcdefghijklmnopqrstuv...
asked by 29.11.2018 / 00:13
1
answer

Nan in Pascal when working with values from an array

I am developing a program in Pascal that takes a matrix and assigns to each box the average of the 4 adjacent quasi-squares during n repetitions. for contador:= 1 to itera do begin for i := 0 to width-1 do begin for z := 0 t...
asked by 19.04.2018 / 12:52
0
answers

It tells me that the variable is not starting

I am compiling a program for class, which has to show from the data that I enter the winning snail. program Entregable2; type //Definir tipos de datos tiempo = record h : 0..23; m : 0..59; end; partic...
asked by 07.12.2017 / 18:40
1
answer

Help with pascal lists

Procedure Remove(minQuantity:integer; VAR storage: tList); var p:tPosL; d:tItem; counter:integer; begin p:=first(storage); counter:=0; writeln('**** Removing ingredients with quantity infe...
asked by 15.06.2017 / 18:47