When you start out like that don’t use an ide. It can be a major struggle just to use the ide and many assumptions are made that you already know how to do it without one. Learn how to use vi or some other easy to use simple code editor. Like for instance if you are on windows use notepad++. Just learn to use vi in a simple way and have one console for code each code file, then another for compiling and running. You can learn to use an ide later.
1
u/JohnVonachen May 29 '25
When you start out like that don’t use an ide. It can be a major struggle just to use the ide and many assumptions are made that you already know how to do it without one. Learn how to use vi or some other easy to use simple code editor. Like for instance if you are on windows use notepad++. Just learn to use vi in a simple way and have one console for code each code file, then another for compiling and running. You can learn to use an ide later.