Pages: [1] 2 3 4
|
|
|
Author
|
Topic: Programming (Read 7749 times)
|
|
onpon4
Enlightened
Offline
Gender:
Posts: 709
Sharing is good.
|
There's some video tutorials on C and C++ by a user called "thenewboston". I don't know how good they are, but a lot of people seem to like his tutorials.
|
|
|
Logged
|
|
|
|
|
onpon4
Enlightened
Offline
Gender:
Posts: 709
Sharing is good.
|
YouTube. Sorry about that.
|
|
|
Logged
|
|
|
|
|
|
|
Gekko
*Many bubbles*
Offline
Gender:
Posts: 199
Arena regular
|
I started by typing to google: "How to code c++". I learned playing guitar the same way. And I'm learning piano that way too.
|
|
|
Logged
|
|
|
|
|
Dragon
Frungy champion
Offline
Posts: 86
|
You could take a look at Cymon's Games. It's run by guesst (now cymon) who still lurks in these forums. He's probably one of the best people here to weigh in on this topic.
For my part I'd suggest starting small before jumping into the UQM code. It's possible to do some very strange and confusing things in C/C++ that could leave you scratching for a good while before working out why they work.
|
|
|
Logged
|
|
|
|
|
RTyp06
*Smell* controller
Offline
Posts: 491
|
I think the most modern version of C and C++ is C# pronounced C "sharp" . I learned C back in the day by reading,practice, reading,practice and reading/practicing some more. This was before the huge volumes of header files, DLLs, code examples and walk throughs were available online. Most of the reference manuals and programming books I used were of the brand 'QUE'.
If I ever get serious about programming again, C# is the direction I plan to go.
|
|
|
Logged
|
|
|
|
onpon4
Enlightened
Offline
Gender:
Posts: 709
Sharing is good.
|
I think the most modern version of C and C++ is C# pronounced C "sharp" . I learned C back in the day by reading,practice, reading,practice and reading/practicing some more. This was before the huge volumes of header files, DLLs, code examples and walk throughs were available online. Most of the reference manuals and programming books I used were of the brand 'QUE'.
If I ever get serious about programming again, C# is the direction I plan to go.
Not quite. C# is a higher-level, proprietary language developed by Microsoft. It's probably best to not go in that direction, since there are possibly better, open source high-level languages available (i.e. Python).
There is also another interesting language based on C that I discovered near the beginning of 2nd semester last year, called C--, intended to be a lower-level (and therefore faster) language than C (i.e., assembly language). However, it probably isn't useful for most of us.
|
|
« Last Edit: July 20, 2010, 12:27:43 am by onpon4 »
|
Logged
|
|
|
|
|
|
Pages: [1] 2 3 4
|
|
|
|
|