Thread: help regarding use of header file allegro.h

  1. #1
    Registered User
    Join Date
    Apr 2013
    Posts
    103

    help regarding use of header file allegro.h

    what are the major functions that are used in programming and how to use them
    i am excited to draw on computer

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    1. Find the manual for allegro (here).
    2. Find some tutorials on setting up the library.
    3. Find some tutorials on taking your first steps using that library.

  3. #3
    Registered User
    Join Date
    Apr 2013
    Posts
    103
    is it meant for c++ programming?

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Mukul Kumar
    is it meant for c++ programming?
    You were talking about tricks in another thread, and while there are no tricks for what you are asking for there, there is a trick to answer this question now: click here for trick.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #5
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Thanks laserlight.

    @Mukul: One of the best "tricks" you can learn is how to seek out information and documentation. I know nothing about Allegro, but was able to find answers to the questions you asked just by searching for a few minutes.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 09-25-2011, 12:22 AM
  2. Replies: 30
    Last Post: 06-19-2006, 12:35 AM
  3. Including header file with in the header file
    By Arafat_211184 in forum C Programming
    Replies: 13
    Last Post: 12-19-2005, 10:03 AM
  4. Replies: 4
    Last Post: 12-14-2005, 02:21 PM
  5. Replies: 6
    Last Post: 04-02-2002, 05:46 AM