M
M
Max Ba2017-01-24 19:27:13
Programming
Max Ba, 2017-01-24 19:27:13

What program to create simple prog-scripts under windows?

Guys, advise some kind of easy program for writing code and compiling. C++ language. Previously, there was borland c ++, but it is heavy, you need to install a lot of everything. I want something "easier", at times, and free. Like Notepad++)) is a joke.
There are xcode on poppies, but in my opinion it is also heavy and also licensed.
Required features for the program:
- Compilation into 1 console executable file .exe
- Working with text files, txt, xml, json (reading, writing)
- Timer
- Arithmetic
- Working with sqlite

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
MiiNiPaa, 2017-01-24
@phpcoder81

Guys, advise some kind of easy program for writing code and compiling. C++ language.
Compiler. Any.
For Windows, you can use MinGW ( For example, this one ) + any editor (For example, Notepad++), or IDE (For example, Code::Blocks).
Required features for the program:
- Working with text files, txt, xml, json (reading, writing)
- Timer
- Arithmetic
- Working with sqlite
These are not requirements for the compiler, but for the mental abilities of the programmer.

S
sisn, 2017-01-24
@sisn

with compilation to exe - golang.
it needs a single small directory to compile.
ready-made exe-files have no dependencies and are easily transferred anywhere within the same type of operating systems (that is, in your case, between any modern Windows)
compiles quickly. after With ++ - it will seem fantastic.
the program runs quickly.
the language is very easy to learn.
if you need an IDE for it, then the lightest IDE for golang is LiteIDE,
that is, only 2 directories.
may not be installed. you only need to register and register one environment variable in PATH - GOPATH (semi-automatic uploads libraries there, except for the standard ones)

A
Alexander, 2017-01-24
@NeiroNx

Isn't it easier to write scripts in PowerShell, which is intended for this and is available almost everywhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question