I was in a conversation with
tylik and it occurred to me I should ask this of the group at large:
"As for coding, I've made the attempt to learn coding a couple of times, but it all seems to boil down to the same problem: I don't honestly know how to learn the info I need to solve the problem
(
Read more... )
Comments 10
I think the last time I actually wrote any code was in Basic for the Commodore 64. I haven't a clue when folks are discussing programming languages these days, and wouldn't recognise the difference between C, C+, C++ or F-. As for the API's, well, I know what the acronym means, and that's about it.
Reply
FORTRAN just worries me, since I'm not good with math, and never have been.
You have my sympathy. :)
Reply
Reply
I tried going to school to learn C, but school was in many ways a train wreck, which is one reason I don't go to school to learn this stuff. I don't think I'm well-disposed to school tactics. It kinda beat me down trying to figure out how I best learn.
I wanted to learn C and then C++ because there seemed to be a lot of code written for it, and a lot of my friends were using it, so I figured I'd have people to talk to. I found Dev-C++ for coding in. I found something about C++ in "The Secret Guide to Computers", which seems a little too brief. I got "Teach Yourself C++ in 10 Minutes" and "C/C++ Programmer's Reference" to try to nursemaid my way through it. I'm told there's "The C++ Programming Language", but I was only able to find the one for C, so I'm confused about whether I can use that book or not. I fear I've fallen into a pattern ( ... )
Reply
I'm using g++ and a text editor right now. I'm a bit biased towards starting that way and using more involved dev environments later on if you have need. Don't worry about learning OS specific APIs at first. Don't worry about learning a particular environment - start with the core language, and go from there.
Reply
Of course, this probably exposes my basic ignorance of g++.
Reply
Leave a comment