Search:

Type: Posts; User: boontune

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,180

    Help with blit

    Hi there,

    I am new to allegro and just wondered what the first two numbers mean in the blit function.


    blit(my_pic, screen, 0,0,0,0,640,480)

    any help would be great

    boontune
  2. Replies
    6
    Views
    1,468

    Ahaa! Thats done the trick! Thanks again...

    Ahaa! Thats done the trick!

    Thanks again Prog-Bman...

    At least now i can start to write some code.....

    Wish me luck.....

    Boon
  3. Replies
    6
    Views
    1,468

    Hello again, Im still having a problem with...

    Hello again,

    Im still having a problem with running my allegro proram,

    When i try to complie my project i get an error message:-

    "allegro.h: No such file or directory"

    I have linked in...
  4. Replies
    6
    Views
    1,468

    Thanks prog_bman, you are a life saver! Been...

    Thanks prog_bman, you are a life saver!

    Been scratchin my head all night...

    Thanks again.

    Boontune :D
  5. Replies
    6
    Views
    1,468

    Problem with Allegro

    Hi there,

    I have installed allegro following all the instructions and that seems ok, the problem i am having is that when i come to link in the file "liballeg.a" it cannot be found anywhere on my...
  6. Thread: If Statement

    by boontune
    Replies
    2
    Views
    1,511

    thanks alot Boontune

    thanks alot

    Boontune
  7. Thread: If Statement

    by boontune
    Replies
    2
    Views
    1,511

    If Statement

    Hi All,

    Just got a quick question,

    If it possible to find out if there is a value in a certain location?

    for example


    if (gotoxy(1,5) == number)
  8. Replies
    2
    Views
    1,309

    Help with listing numbers in order

    Hi all,

    Can someone help me or show me a tutorial for listing numbers
    kinda like a league table,

    for example,



    team1 49
  9. Thread: Thank-You

    by boontune
    Replies
    5
    Views
    1,732

    Thank-You

    Just a quickie, to say thanks to everyone who helped me
    over the last few months!!!

    Thanks to you guys i passed my c++ exams!!!


    Cheers

    Boontune
  10. Replies
    9
    Views
    2,653

    Thanks alot guys Boontune

    Thanks alot guys

    Boontune
  11. Replies
    9
    Views
    2,653

    Using system "pause"

    Hi all,

    Just a quick question,

    Is it possible to use the system ("pause") function with
    the Borland compiler?

    The reason i ask is im at work, so i cant test it.......
  12. Replies
    4
    Views
    1,068

    I was talking about the function that delays a...

    I was talking about the function that delays a program, the one like sleep() or what ever it is.
  13. Replies
    4
    Views
    1,068

    Which header file?

    Hi Guys,

    Could someone tell me which header file is required to use
    delay() ?


    Thanks

    Boontune
  14. Thread: Indent code

    by boontune
    Replies
    3
    Views
    2,638

    Indent code

    Hi Guys,

    Could someone show me a good example of how to
    indent code..


    Thanks alot

    Boontune
  15. Replies
    12
    Views
    1,668

    hehe sorry mate, I have just look in ctype.h ...

    hehe sorry mate,

    I have just look in ctype.h

    Thanks alot
  16. Replies
    12
    Views
    1,668

    Yeah sorry, I mean in the header file ctype.h,...

    Yeah sorry,

    I mean in the header file ctype.h, there are functions you can use to check conditions, ie.

    isdigit() - to check numbers
    isalpha() - for letters

    I need to know what the one for...
  17. Replies
    12
    Views
    1,668

    Thats right ! But i think it was answered on...

    Thats right !

    But i think it was answered on the second post!

    Cheers guys!


    Just one more thing, whats the function called for checking punctuation?
  18. Replies
    4
    Views
    1,164

    What are the other two functions called with...

    What are the other two functions called with ctype.h?

    i now there is:

    isdigit() - for numbers

    isalpha() - for letters

    Can someone tell me what the other two are called?
  19. Replies
    12
    Views
    1,668

    Help with IF statements

    Is it possible to use the IF statement over several lines?

    Because i have quite afew conditions that have to be met in order
    to continue my program.....

    And if i put them all in it stretches...
  20. Replies
    4
    Views
    1,164

    Thanks for the help... Boontune

    Thanks for the help...

    Boontune
  21. Replies
    7
    Views
    17,881

    Thanks alot for your help guys! Il give it ago...

    Thanks alot for your help guys!

    Il give it ago and let you know how i got on.

    Cheers

    Boontune
  22. Replies
    4
    Views
    1,164

    Valadating letters

    Hi guys,

    Below is my validation function, what it should do is check the length of num1 which is a string( bad name i know!) and also convert num1 to be a floating point number, then it should...
  23. Replies
    7
    Views
    17,881

    getch() problem with Dev C++

    Has anyone ever had a problem using getch() with dev c++ compiler?

    If so how do i fix it?

    or is this function only standard with Borland?


    Cheers guys

    Boontune
  24. Replies
    4
    Views
    1,852

    I know its a mess, i only through it together...

    I know its a mess, i only through it together just to quickly show you guys!!

    Oh crap, it is right!! hahaha

    Sorry for wasting your time boys!


    cya soon

    Boontune
  25. Replies
    4
    Views
    1,852

    Help with Modulus

    Hi All,

    Can one of you guys give me some advice on the following,

    I have 2 float numbers and i want to change them into ints then
    find the remander via modulus, this is what i have :-


    ...
Results 1 to 25 of 59
Page 1 of 3 1 2 3