Off Topic > Off Topic
Programming Megathread
<< < (169/241) > >>
kevin 51l:
i need to get back into programming to prepare for actually being a computer programmer. i'm pretty good with object oriented programming (specifically java) since i've been doing that for 4 years in high school but it's been like 3 months since i've actually done programming. i was planning on picking up C++ or C, or maybe playing around with python but i haven't been motivated enough to do anything and i wouldn't know where to start since basic tutorials are too basic and i'm too lazy to look for intermediate things. what do i do?
$trinick:
"Intermediate" tutorials don't exist. True intermediate skill means you are capable of combining multiple basic elements to create an end product without a guide. For example.. creating a login form with account system, TCP sockets to send messages, and a room system are all "basic" or "beginner" tasks that you can follow tutorials to do, but writing your own IRC server is an intermediate task because it combines them.
Nickelob Ultra:

--- Quote from: kevin 51l on August 18, 2016, 05:43:38 PM ---i need to get back into programming to prepare for actually being a computer programmer. i'm pretty good with object oriented programming (specifically java) since i've been doing that for 4 years in high school but it's been like 3 months since i've actually done programming. i was planning on picking up C++ or C, or maybe playing around with python but i haven't been motivated enough to do anything and i wouldn't know where to start since basic tutorials are too basic and i'm too lazy to look for intermediate things. what do i do?

--- End quote ---
I'd recommend what trinick said, but on top of that if you're looking for a new language to hop on I'd suggest just going balls deep into C.  Why?  Why the hell not.
phflack:
for some reason I find C easier to use/learn than C++
but overall prefer java
Otis Da HousKat:

--- Quote from: phflack on August 19, 2016, 02:05:19 AM ---for some reason I find C easier to use/learn than C++
but overall prefer java

--- End quote ---
That's because C is a very simple language albeit with a lot of advanced nuances in regards to compilation. C++ is a clusterforget of a runtime trying too hard to do everything.
Navigation
Message Index
Next page
Previous page

Go to full version