Answer the question
In order to leave comments, you need to log in
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
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello world!\n");
return 0;
}
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.
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question