Jump to content

Hello!

I would like to get back in to programming, just for fun. I took some classes in C++ and java in school, but that was like 7 years ago so I don't remember too much of it. I am looking for a free program that I can use to make very simple calculations with, and maybe do some simple file editing/data base stuff. I have also done some html/php stuff, but that was also quite a while ago. 

 

So my question is which program(s) should I use for this? Like I said I don't really have a practical things atm that I want to use it for, just tinker a bit for funsies. 

Link to comment
https://linustechtips.com/topic/504656-programming-tips/
Share on other sites

Link to post
Share on other sites

Hello!

I would like to get back in to programming, just for fun. I took some classes in C++ and java in school, but that was like 7 years ago so I don't remember too much of it. I am looking for a free program that I can use to make very simple calculations with, and maybe do some simple file editing/data base stuff. I have also done some html/php stuff, but that was also quite a while ago. 

 

So my question is which program(s) should I use for this? Like I said I don't really have a practical things atm that I want to use it for, just tinker a bit for funsies. 

For C++ there are many options. There's Visual Studio, Eclipse, Code:Blocks, etc. For Java most people use Eclipse. These are IDE's that should get the job done.

CPU: AMD FX-6300 4GHz @ 1.3 volts | CPU Cooler: Cooler Master Hyper 212 EVO | RAM: 8GB DDR3

Motherboard: Gigabyte 970A-DS3P | GPU: EVGA GTX 960 SSC | SSD: 250GB Samsung 850 EVO

HDD: 1TB WD Caviar Green | Case: Fractal Design Core 2500 | OS: Windows 10 Home

Link to comment
https://linustechtips.com/topic/504656-programming-tips/#findComment-6736396
Share on other sites

Link to post
Share on other sites

I'm confused, are you looking for a development environment to write programs in or...?

 

For calculations you can use the windows calculator and for text editing notepad++

I'm sorry if I was unclear, I meant calculations as in more complex stuff, like i remembered making a program to calculate probabilities for texas hold'em, not as in 4+5 :P And the file editing as in saving variables and stuff to file.

 

For C++ there are many options. There's Visual Studio, Eclipse, Code:Blocks, etc. For Java most people use Eclipse. These are IDE's that should get the job done.

If i recall it was visual studio I worked most with before, is there a free version of that program available? Did a quick google search, but there appears to be quite a lot of versions of it, a bit confusing :P 

Link to comment
https://linustechtips.com/topic/504656-programming-tips/#findComment-6736480
Share on other sites

Link to post
Share on other sites

I'm sorry if I was unclear, I meant calculations as in more complex stuff, like i remembered making a program to calculate probabilities for texas hold'em, not as in 4+5 :P And the file editing as in saving variables and stuff to file.

 

If i recall it was visual studio I worked most with before, is there a free version of that program available? Did a quick google search, but there appears to be quite a lot of versions of it, a bit confusing :P

If you want to use an IDE, go with Visual Studio Community 2015

If you want to do what I do and use a text editor and a separate compiler, use Sublime Text 3 and MingW. (if you're doing c++)

Link to comment
https://linustechtips.com/topic/504656-programming-tips/#findComment-6736547
Share on other sites

Link to post
Share on other sites

Hello!

I would like to get back in to programming, just for fun. I took some classes in C++ and java in school, but that was like 7 years ago so I don't remember too much of it. I am looking for a free program that I can use to make very simple calculations with, and maybe do some simple file editing/data base stuff. I have also done some html/php stuff, but that was also quite a while ago. 

 

So my question is which program(s) should I use for this? Like I said I don't really have a practical things atm that I want to use it for, just tinker a bit for funsies. 

C++: VisualStudio, Code::Blocks

Java: IntelliJ IDEA, Eclipse

Link to comment
https://linustechtips.com/topic/504656-programming-tips/#findComment-6736722
Share on other sites

Link to post
Share on other sites

I'm sorry if I was unclear, I meant calculations as in more complex stuff, like i remembered making a program to calculate probabilities for texas hold'em, not as in 4+5 :P And the file editing as in saving variables and stuff to file.

 

Oh, so you're looking for LANGUAGE suggestions. Well, for databases SQL is pretty much the only choice. For other simple programming I recommend using C, you don't need the extra abstraction an object-oriented language offers and C allows you to learn how things work under the hood.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/504656-programming-tips/#findComment-6736922
Share on other sites

Link to post
Share on other sites

I suggest Python, you will have less problems than going with something as complex as C++, you don't have anything important in particular to win with C++. As for IDE i suggest PyCharm, it has a free community edition. In general, if you do anything with programming and need good tools, look up all of the JetBrains products (PyCharm is one of them). I consider their products the de-facto standard for developers, not all of them are free though, so be wary.

Link to comment
https://linustechtips.com/topic/504656-programming-tips/#findComment-6738556
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×