0
0
00RiNtiK002020-04-27 18:23:00
C++ / C#
00RiNtiK00, 2020-04-27 18:23:00

Don't know where to start writing code?

I have been fond of programming for several years, and I want to create my own application program, but I don’t know where to start writing code. Help me please.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
res2001, 2020-04-27
@res2001

#include <stdio.h>

int main(int argc, char **argv)
{
   printf("Hello world!\n");
   return 0;
}

Seriously, first you need to set the task. Make decomposition. Consider methods to achieve the goal.
And there is not far from the code.

S
Sergey Gornostaev, 2020-04-27
@sergey-gornostaev

At first I wanted to write that you need to run some text editor in order to write code into it, but then I remembered that you can create a source file without having a text editor at all.
Then I decided to write that I need to start the computer. Then I remembered that you can write programs without a computer at all.
In general, you need to know how to program at least a little. Everything.

S
Sergey Karbivnichy, 2020-04-27
@hottabxp

Start with Over many years of programming (albeit mostly amateur), I realized that the C language is suitable for writing either operating system kernels or libraries. Better go to a higher level. Here I already wrote the answer to a similar question, though for a different EP. #include <stdio.h>

C
CityCat4, 2020-04-27
@CityCat4

Before that, they worked in other languages, or what? Or did you draw flowcharts on a piece of paper? :)
They start writing after the task is set. Find a challenge first

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question