Search:

Type: Posts; User: bobbinator

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,179

    Creation of object in game

    Hi everoyne

    I understand about how classes work but i have an issue with creating new objects. In my game i want to read a file which has level data. No problem.

    What i want to do is make a...
  2. Replies
    15
    Views
    2,590

    if i become a millionair i will give you 10K each...

    if i become a millionair i will give you 10K each :D
  3. Replies
    15
    Views
    2,590

    Im getting annoyed now because I followed the...

    Im getting annoyed now because I followed the Allegro instructions to the letter, it did not work!

    ALL I WANT IS A CIRCLE INSIDE A SQUARE. Code Blocks is irriating, Visual C++ Does not work with...
  4. Replies
    15
    Views
    2,590

    Ok, I cant install any libraries because they...

    Ok, I cant install any libraries because they just dont want to install. Im using Code Blocks and every time i try to install Allegro it WONT WORK. Why cant people just make exe self installers!

    I...
  5. I can be your tutor, only for the very basic c++,...

    I can be your tutor, only for the very basic c++, up to object orientated stuff :)
    Im already teaching someone else, how much do you know?

    (ps, my ICQ number is 575-481-100. ICQ is a good program...
  6. Replies
    15
    Views
    2,590

    I love you gltiich :) That is one HELL of a...

    I love you gltiich :)
    That is one HELL of a response.

    Ok yes, its real time so things are moving about. So far its not complex and i would like around 30 fps. I can see what you mean now with the...
  7. Replies
    15
    Views
    2,590

    That sounds good! Ok, this is linked to my...

    That sounds good!

    Ok, this is linked to my particle simulator. I know all the math behind this project such as projectories, energy lost after each collision and stuff. I just want the easiest way...
  8. Replies
    15
    Views
    2,590

    No :) I just want to display a box and a circle...

    No :)
    I just want to display a box and a circle inside it :(
  9. Replies
    15
    Views
    2,590

    Where to do graphics

    Hi guys,
    I want to display very simple lines and shapes like circles. How do i do this and what should i use (the easiest would be the best ;) )
  10. Replies
    5
    Views
    1,058

    No worries, i figured it out !

    No worries, i figured it out !
  11. Replies
    5
    Views
    1,058

    I know this may be asking for a lot but...could...

    I know this may be asking for a lot but...could you upload an example please please please......
    Thanks!
  12. Replies
    5
    Views
    1,058

    Reflecting particle

    Hi guys

    For my 2 year project I have decided to make a particle simulator and so far so good :)
    But I want the particle to bounce when it hits a side. Now this is a little complex as i need to...
  13. Replies
    3
    Views
    1,123

    never mind, once again im being a retard! I did...

    never mind, once again im being a retard!
    I did not write the function write, sorrry!
  14. Replies
    3
    Views
    1,123

    What's wrong?

    what's wrong?
    It keeps coming up with to few arguments to function ( its in a header)



    inline float tang(string A_O_Aj, float angle, float opposite, float adjacent)
    {
    float x = 0;

    ...
  15. Replies
    14
    Views
    4,566

    Sorry salem, I have found out my problem with...

    Sorry salem,

    I have found out my problem with sleep, i forgot it was a capital S and in windows.h
    But this only stops the program, at least its a start :)

    Sorry for any incoveniance ;)
  16. Replies
    14
    Views
    4,566

    Infact I dont! all the flush does is make a new...

    Infact I dont!
    all the flush does is make a new line, i could just use "endl" and this does not help me with the everty second. What does flush have to do with every second actions
  17. Replies
    14
    Views
    4,566

    So could i have an example please :)

    So could i have an example please :)
  18. Replies
    14
    Views
    4,566

    um... All i need is an example like this: int...

    um...
    All i need is an example like this:

    int counter = 0;
    (every second)
    system("CLS");
    counter = counter +1;
    cout << counter;
  19. Replies
    14
    Views
    4,566

    sleep(); Sleep(); I think that is it, sorry

    sleep();
    Sleep();

    I think that is it, sorry
  20. Replies
    14
    Views
    4,566

    Every x Seconds?

    Hi everyone :D

    How do I make my program do something every second, like add one to a number. I have tried Sleep() and this does not work. I am using code blocks on windows with GNU GCC complier
    ...
  21. Replies
    13
    Views
    2,524

    that's why I stuck with my orig code for...

    that's why I stuck with my orig code for calculation becasue i know that they work fine if left alone :D

    LaserLight, if i took that code of yours I would feel that it would change from Robin's...
  22. Replies
    13
    Views
    2,524

    Degmath updated

    Degmath updated
  23. Replies
    13
    Views
    2,524

    with your wise advise im guessing you have...

    with your wise advise im guessing you have hundreds of friends :D
  24. Replies
    13
    Views
    2,524

    Thanks :D Very quickly, im a beginner so i...

    Thanks :D

    Very quickly, im a beginner so i would like to know two things,
    what is a wrapper and what does the inline do?
  25. Replies
    13
    Views
    2,524

    No, not looking for motivation, just wanted an...

    No, not looking for motivation, just wanted an honest opinion, thanks for your help :D

    yeah, sorry i meant complier (silly me)

    When you said you did not want my library, you know you do, its so...
Results 1 to 25 of 30
Page 1 of 2 1 2