Allegro.cc - Online Community

Allegro.cc Forums » Off-Topic Ordeals » Book ideas?

This thread is locked; no one can reply to it. rss feed Print
Book ideas?
Ryan Stover
Member #9,755
May 2008
avatar

I am learning allegro (obviously. and i learn a lot easier if i have a book in front of me.
Are there any books that teach allegro? tyvm :D

Sorry i don't know where to put this question so if its in the wrong spot i apologize.

nonnus29
Member #2,606
August 2002
avatar

IMVHO: this is the only book you need: http://www.allegro.cc/manual/

Everything else is either:

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

Or an equivalent C tutorial.

Alan W.
Member #7,958
November 2006
avatar

Just in case you are really new to programming in general; I wouldn't recommend starting with allegro. You will have to learn a lot of (nerdy) stuff before you can do something to keep your interest on.
Maybe XNA (http://creators.xna.com/) is a better place to start up.
But this is just my opinion.

---
[url http://www.allegro.cc/forums/thread/596362/748772#target]
I couldn't care less that you see me as a fool
[/url] - Thomas Fjellstrom

Ryan Stover
Member #9,755
May 2008
avatar

i have been programming for a few months.
but this is my first time using grapghics
i am picking up allegro quicly though. thanks to this place and everyones help.

SiegeLord
Member #7,827
October 2006
avatar

If you haven't discovered it yet, the allegro wiki has a bunch of guided tutorials on a reasonable number of topics: Linky.

"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18
[SiegeLord's Abode][Codes]:[DAllegro5]:[RustAllegro]

Johan Halmén
Member #1,550
September 2001

Quote:

You will have to learn a lot of (nerdy) stuff before you can do something to keep your interest on.

That's actually wrong. I believe you have to find everything interesting on your way. The "Hello, world!" program. A number guessing text console game. Lots of other text console applications, before you advance to graphic windows, everything should be exciting. At least it was for me. Never got bored, no matter how low my skills were. I still know nothing of lots of fancy C++ stuff or lots of 3D graphics, stuff that I could use for really cool games. Yet, I'm not bored when I code something using my present skills.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Years of thorough research have revealed that the red "x" that closes a window, really isn't red, but white on red background.

Years of thorough research have revealed that what people find beautiful about the Mandelbrot set is not the set itself, but all the rest.

Biznaga
Member #3,180
January 2003
avatar

You can even learn from Depot's games which include source code. I've learned a lot from KQ, Fiend and PainTown, even good practices and software design. I've also learned a couple of tricks from speedhack entries and that 20-line-game contest. :)

Alan W.
Member #7,958
November 2006
avatar

Quote:

That's actually wrong

But I cannot be wrong if I experienced boredom :(. This is a personal thing.

---
[url http://www.allegro.cc/forums/thread/596362/748772#target]
I couldn't care less that you see me as a fool
[/url] - Thomas Fjellstrom

Arthur Kalliokoski
Second in Command
February 2005
avatar

I used to greatly prefer books too, but with the proliferation of program manuals on CD-ROM only, I've gotten used to reading from the screen.

Actually, it's better that way. Ketchup wipes off without destroying the page, you can adjust the font to the size you like, and last but not least, you can't grep dead trees!

They all watch too much MSNBC... they get ideas.

Indeterminatus
Member #737
November 2000
avatar

What ever happened to taking a book, going outside, sitting on a bench beneath a tree, enjoying some fresh air while browsing through the pages, enjoying the growing urge to do something with whatever it is one just learned.

I always found that way nicer than reading from the screen. Maybe that's just me.

Having said that, I could provide a long list of books that I liked and value, but I'll spare both our time. Maybe go to your local library (or to the next University's one) and browse for a while, borrow the books you find interesting.

_______________________________
Indeterminatus. [Atomic Butcher]
si tacuisses, philosophus mansisses

Thomas Fjellstrom
Member #476
June 2000
avatar

Quote:

I always found that way nicer than reading from the screen. Maybe that's just me.

I totally agree. I much prefer reading books on paper, than on a screen.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

james_lohr
Member #1,947
February 2002

Yeah, I'm the same - even with exam revision I'll print out hundreds of pages worth of lecture slides so that I have them on paper.

Quote:

the growing urge to do something with whatever it is one just learned

That's very true too. When I originally learnt to program it was from a friend at school who would scribble stuff out on paper for me during lunch breaks. It was always exciting to get home and try out new stuff. :)

Go to: