Search:

Type: Posts; User: Goku-ssj

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,475

    ummm?

    ummm?
  2. Replies
    5
    Views
    2,475

    the Best Allegro tutorial?

    what is the best allegro tutorials i looked through the ones on www.loomsoft.net and im just about finished but they do not provide enough information to make a game
  3. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    YEAH ITS FIXED for some reason i was using...

    YEAH ITS FIXED for some reason i was using console applications and not regular win32 applications anyway i can start using allegro and thanks for all your help through this agonizing process
  4. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    i went to the allegro.cc forum and someone was...

    i went to the allegro.cc forum and someone was talking about an mscv fix file would that help me and if it would where can i get it?
  5. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    hey atleast your post count is going up

    hey atleast your post count is going up
  6. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    this is really confusing more errors to solve ...

    this is really confusing more errors to solve



    #include <iostream>
    #include <conio.h>
    #include <allegro.h>
    using namespace std;

    int main(int argc, char *argv[])
  7. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    ok both errors are gone but i have one now i...

    ok both errors are gone but i have one now i removed the 0 from


    return(0);


    now i have this error

    --------------------Configuration: frog2 - Win32 Debug--------------------
    Compiling...
  8. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    k thx dling now i had to reinstall because i just...

    k thx dling now i had to reinstall because i just found out adding libraries and header files from different compilers doesnt help :eek:
  9. Thread: C++ Compilers

    by Goku-ssj
    Replies
    19
    Views
    2,432

    Poll: Microsoft Visual C++ (you can get it for under 15...

    Microsoft Visual C++ (you can get it for under 15 bucks but how you get it is not my problem)
  10. Thread: wait command?

    by Goku-ssj
    Replies
    2
    Views
    7,835

    thx gonna test it now

    thx gonna test it now
  11. Thread: wait command?

    by Goku-ssj
    Replies
    2
    Views
    7,835

    wait command?

    is there a wait command? im trying to work on a game but it goes too fast i would like it to wait 3-4 seconds before executing code
  12. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    can you tell me where i can get a copy?

    can you tell me where i can get a copy?
  13. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    which faqs? can u give me a link?

    which faqs? can u give me a link?
  14. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    i dont even have pc.h ive looked through the...

    i dont even have pc.h ive looked through the internet but couldnt find it can anyone send me a copy here? [email protected]
  15. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    thanks but now i have a different error ...

    thanks but now i have a different error

    --------------------Configuration: Cpp2 - Win32 Debug--------------------
    Compiling...
    Cpp2.cpp
    c:\program files\microsoft visual...
  16. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    yes i did exactly what it said in the tutorial...

    yes i did exactly what it said in the tutorial here is the source



    #include <iostream>
    #include <conio.h>
    #include <allegro.h>
    using namespace std;

    int main(int argc, char *argv[])
  17. Thread: allegro help

    by Goku-ssj
    Replies
    27
    Views
    2,981

    allegro help

    i just installed allegro and went to use the first tutorial on loomsoft.net http://loomsoft.net/alltut_lesson1.shtm

    but when i go to compile i get this error (i included the alleg.lib)
  18. Thread: .obj files?

    by Goku-ssj
    Replies
    3
    Views
    1,661

    .obj files?

    ok so from what i have been seeing in other peoples programs .obj are things in the games like the enemy ships or the power ups or anything else you interact with. my question is where can i find a...
  19. Replies
    5
    Views
    2,479

    i just keep /* start variables */ for my use no...

    i just keep /* start variables */ for my use no one is learning anything from my code
  20. Replies
    5
    Views
    2,479

    scan codes and getch

    it always displays going up no matter what key is pressed can anyone tell me why?

    edit: the keys i want to be used are w a s d


    #include <iostream>
    #include <conio.h>
    using namespace std;
    ...
  21. Replies
    3
    Views
    931

    "i like using computer calculators better than my...

    "i like using computer calculators better than my beautiful (and efficient) TI-30X IIS "


    only a ti-30x iss i have a ti-34 II (which i think i sbetter by the numbers =). )
  22. Thread: how much c++?

    by Goku-ssj
    Replies
    3
    Views
    1,293

    how much c++?

    how much c++ should i know before i start looking into graphics i know a bit and i wanted to know how much before i start programming with graphics
  23. Replies
    3
    Views
    931

    My very first program

    its not much but im proud of it. =) its a basic calculator does all the basic math functions but can only calculate 2 variables at a time im planning new versions with more functionality. if you...
  24. Thread: if error

    by Goku-ssj
    Replies
    11
    Views
    1,578

    never mind just had to do if(choice =="add")...

    never mind just had to do if(choice =="add")
    instead of if(choice ="add")
  25. Thread: if error

    by Goku-ssj
    Replies
    11
    Views
    1,578

    if error

    if (choice = "add")

    whats wrong with this line
    choice is a string variable

    i get this error


    --------------------Configuration: lessons - Win32 Debug--------------------
    Compiling...
Results 1 to 25 of 34
Page 1 of 2 1 2