Search:

Type: Posts; User: SinAmerica

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,664

    DevCPP assignment question

    Im having problems with compiler warnings. This is what i came up with to fix it.


    double d_x, d_y;
    int i_z, i_a;

    d_x = d_y * (double) i_z;
    i_a = (int) d_x;
  2. Replies
    4
    Views
    2,513

    Thanks prelude and codeplug, never was too good...

    Thanks prelude and codeplug, never was too good at pointers... or classes for that matter, or cpp, or.... :)

    Guess i waited to long to learn them.
  3. Replies
    4
    Views
    2,513

    Segmentation Fault

    Main.cpp
    #include "CSDL.h"

    CSDL sdl;

    int main(int argc, char *argv[])
    {
    SDL_Surface *screen;
    sdl.InitSDL();
    sdl.SetVidMode(screen);
  4. Replies
    19
    Views
    5,017

    Poll: When i was 15 me and 2 friends polished off a...

    When i was 15 me and 2 friends polished off a litre of vodka in 30 mins. Needless to say i got a little sick :) I still drink, but i restrain myself. I smoke too... but im trying to quit cuase it...
  5. Replies
    2
    Views
    1,335

    Problem with SB Audigy and Speaker Output

    Ok, when i start up my computer, i wont get output from my rear speakers untill i run the creative test. Then suddenly the rear speakers kick in. Any ideas?
  6. Thread: The new FAQ

    by SinAmerica
    Replies
    34
    Views
    14,347

    If you want to add a SDL specific section i would...

    If you want to add a SDL specific section i would love to help out with that.
  7. Replies
    36
    Views
    6,655

    Partly true... to them dinosours would still be...

    Partly true... to them dinosours would still be roaming this planet, so they would say that when they started looking that dinosaurs roamed the earth. But when they starting looking, i was actually...
  8. Replies
    26
    Views
    6,817

    Me too, i would never do such a thing to a real...

    Me too, i would never do such a thing to a real tech. My mom is a tech for The Hartford, so i know how it can be. This person wasnt a tech though, it was either A. an AI program, B. someone who has...
  9. Replies
    4
    Views
    2,034

    Hmmm... I suggest starting with shareware. One...

    Hmmm...
    I suggest starting with shareware.
    One great shareware company SpiderWeb Software has only 4 or so employees. They have been at it for quite a while now which leads me to believe that they...
  10. Replies
    36
    Views
    6,655

    Studies have shown that objects traveling at a...

    Studies have shown that objects traveling at a faster speed travel further in to the future. For example on the international space station, astronuats are (a really small amount of time ending in a...
  11. Replies
    26
    Views
    6,817

    I really don't think your understanding what im...

    I really don't think your understanding what im saying here. I'm NOT talking about downloading from one source, im talking about total bandwith between client and server.



    Yeah i know, but to...
  12. Replies
    36
    Views
    6,655

    We'll, i was saying that if time travel DID...

    We'll, i was saying that if time travel DID exist, it would'nt be possible to do anythign with it. But as some people have siad, time does not really exist. I suggest this if anyone is interested in...
  13. Replies
    26
    Views
    6,817

    Not true on the dial-up being only able to get 5k...

    Not true on the dial-up being only able to get 5k d/l a sec. Well maybe downloading something, but strait to the server i usually get about 13kb a sec. And yes i think broadband is a little better...
  14. Replies
    36
    Views
    6,655

    re: Stopping Invention

    If it were possible to go back in time, then it would be impossible to go back in time with the intention of doing anything. Doing so would create a paradox which, according to some theorys' could,...
  15. Replies
    27
    Views
    6,080

    Poll: Take away control of anything from the people and...

    Take away control of anything from the people and i'll call you a dirty communist (A.K.A. a Democrat)

    This is inheriently wrong, not becuase of the content, but becuase the parents do not have a...
  16. Replies
    26
    Views
    6,817

    Attn: MSN Dial-Up Users (long)

    For some reason i have yet to fathom, my isp is currently MSN dial-up. I'm here to talk about how incredbly crappy this service is, and to prevent others from making the mistake of using MSN.
    ...
  17. Replies
    17
    Views
    4,730

    We'll if youre not running a program inside a...

    We'll if youre not running a program inside a program then void main is just as good as int main.

    See my point? It's not that you need
    int main(int argc, char *argv[])
    but, it is good practice.
  18. Replies
    17
    Views
    4,730

    4. Declare main as type int (main can never be...

    4. Declare main as type int (main can never be void)

    Hmm thats odd, see i remember... no that couldnt be right. Yeah actually it is! I compiled a program where main was declared void and it...
  19. Replies
    2
    Views
    2,049

    When not in fullscreen mode... you don't need...

    When not in fullscreen mode...
    you don't need SDL_DOUBLEBUFF
    you should'nt use SDL_Flip

    use SDL_UpdateRect

    *rummages for reference*

    God this book is small....
  20. Thread: Line Math?

    by SinAmerica
    Replies
    2
    Views
    944

    Perfect, thanks salem. If anyone else is...

    Perfect, thanks salem. If anyone else is interested ...
  21. Replies
    3
    Views
    1,102

    Write a message que system for console.

    Write a message que system for console.
  22. Thread: Line Math?

    by SinAmerica
    Replies
    2
    Views
    944

    Line Math?

    I'm trying to create a line algorithim. I'm going crazy.
    I just can't seem to get the math strait. Heres what i'm doing...

    First, i am getting two points from the user, then getting the slope.
    ...
  23. Replies
    2
    Views
    1,037

    Quick Question

    Does "undefined reference to (function name)" mean that the function is prototyped, just not defined?
  24. Replies
    20
    Views
    4,599

    Poll: I would need an infinite supply of new games.

    I would need an infinite supply of new games.
  25. Replies
    6
    Views
    2,260

    Here...

    Had the same problem finding ASCII values myself. This is what i came up with.



    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    int checkup = 0;
Results 1 to 25 of 31
Page 1 of 2 1 2