Programming Languages

Liteniav

15 Mar 2019, 12:59

New to coding and I am wondering what programming language I should learn first. What are the pros and cons of the different languages in your opinion? What do you think about this post, Is it recent researches
Last edited by Liteniav on 03 Sep 2020, 21:17, edited 5 times in total.

andrewjoy

20 Mar 2019, 12:26

Could you please provide more info on the problem.

The name and model of the device
The OS of your computer

Inna

26 Jul 2024, 17:03

It depends, but here you can find info if you goal is to create single page application

User avatar
idollar
i$

26 Jul 2024, 17:20

I started with C: https://seriouscomputerist.atariverse.c ... 0(OCR).pdf

Code: Select all

#include <stdio.h>
main()
{
  printf("hello, ");
  printf("world");
  printf("\n");
}

Post Reply

Return to “Mice & other input devices”