Question:
Need a good, COMPLETE tutorial in programming....?
?
2010-03-29 19:09:02 UTC
My school does not offer a programming class, yet I want to start learning how to make programs. To be more specific, PSP homebrew, but I want to learn about programming in general in case of future incidents.

I have ABSOLUTELY no idea about anything in programming programs, but I've messed with HTML and that's about it. I don't know what C++, Lua, or anything else really, just that they're programming languages.

For PSP homebrew, I read something about knowing Lua or C++ (it also said Lua was easier), so I want to have a bit more focus in that rather than anything else. Learning Lua would also help with WoW addon development, in case I ever wanted to delve into that realm of programming.

Since I'm almost completely clueless with programming, are there any good tutorials for programming out there (Google is no help), that maybe some of you experienced programmers may know about, because I want to learn some Lua, and maybe C++ or anything else, rather badly

Thanks all for those answers.
Three answers:
tbshmkr
2010-03-29 19:31:49 UTC
C++ Tutorials online:

=

http://www.cprogramming.com/tutorial/lesson1.html

http://www.cplusplus.com/doc/tutorial/

=

Free Electronic Books:

Thinking in C++ 2nd Edition by Bruce Eckel

Volume 1 - http://www.linuxtopia.org/online_books/programming_books/thinking_in_c++/index.html

Volume 2 - http://www.linuxtopia.org/online_books/programming_books/c++_practical_programming/index.html

-

Code::Blocks == Open Source C/C++ IDE

http://www.codeblocks.org/downloads/binaries
?
2010-03-29 19:12:39 UTC
Here is a bunch of lua tutorials.

http://lua-users.org/wiki/TutorialDirectory
?
2016-06-01 07:55:31 UTC
You've got to pick a language first. As mentioned above, you might want to start with Visual Basic as it's a simpler language to pick up than say C++ or C# for example.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...