Search:

Type: Posts; User: stien

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,448

    /*This source code copyrighted by Lazy Foo'...

    /*This source code copyrighted by Lazy Foo' Productions (2004-2007) and may not be redestributed without written permission.*/

    //The headers
    #include "SDL/SDL.h"
    #include "SDL/SDL_image.h"...
  2. Replies
    4
    Views
    3,448

    tic tac toe crashes :(

    Hi guys,

    I made a version of tic tac toe from a book i needed to change some of the code to get it to work but it was only a consol program.

    So i decided to try to use sdl to make it better ive...
  3. Thread: SDL + Keys

    by stien
    Replies
    24
    Views
    4,661

    im not 100% because i havent used sdl or...

    im not 100% because i havent used sdl or programmed in a while now but
    i think sdl_flip() acts as a buffer and stores the next screen ready to display
    so if u load a black white screen onto the...
  4. Thread: SDL + Keys

    by stien
    Replies
    24
    Views
    4,661

    ok i dont think this will help much but lazyfoo...

    ok i dont think this will help much but lazyfoo has some great sdl tutorials ill find the link and post it but if u cant wait for that just google lazyfoo it goes through most of the sdl routines u...
  5. Replies
    0
    Views
    5,247

    game engine advice?

    hiya ive been thinking of making a game but ive had trouble but now im evan more confused.
    i found a game engie and its open source and can be used by anyone for anything it can do.

    the trouble...
  6. Replies
    18
    Views
    2,456

    hey i dont suppose somebody could email the files...

    hey i dont suppose somebody could email the files to save me having to download the whole file because ive used it befor and prefer dev?

    thanks in advance
  7. Replies
    18
    Views
    2,456

    hey thanks ill download that cant wait to finish...

    hey thanks ill download that cant wait to finish this program its been a while in the making :)
  8. Replies
    18
    Views
    2,456

    sorry i ment the code you wrote for me didnt...

    sorry i ment the code you wrote for me didnt compile when i saved it as url.cpp
    but it did compile when i saved it as url.h

    i just googled urlmon.h but i couldnt find any place to download it...
  9. Replies
    18
    Views
    2,456

    i compiled it but it says no such direcotry. but...

    i compiled it but it says no such direcotry.
    but when i compiled as .h
    it worked?
  10. Replies
    18
    Views
    2,456

    hey thanks alot :) i really appreciate it. at a...

    hey thanks alot :) i really appreciate it.
    at a quick glance i thinks its gone straight over my head but ill read through and study it properly. im sure that is just what i need :)


    thank you :)...
  11. Replies
    18
    Views
    2,456

    if i post this link you can see what information...

    if i post this link you can see what information i need from the web site

    but where it says zezima u will be able to put any name you want but im sure ill work that out just need to get that info...
  12. Replies
    18
    Views
    2,456

    well if there is a gap in the market maybe you...

    well if there is a gap in the market maybe you should consider trying to make one?

    im gonna research the web again and see if i can find anything there :)

    thanks :)
  13. Replies
    18
    Views
    2,456

    ok cool ty ill start a thread there or can this...

    ok cool ty ill start a thread there or can this one be moved?
  14. Replies
    7
    Views
    1,289

    hehe ty :)

    hehe ty :)
  15. Replies
    18
    Views
    2,456

    using ifsteam from a webpage??

    hi i was wondering if there is a way i can use ifstream to read from a web page and how i would do this at a guess


    ifstream ins("www.webpage.com");

    im pretty sure this is wrong
    thanks in...
  16. Replies
    7
    Views
    1,289

    i know but my main problem was making it all work...

    i know but my main problem was making it all work first

    because im quite new to c++ the code i used before did have those loops but it didnt work so now i can edit my old program and it should...
  17. Replies
    7
    Views
    1,289

    thank you :( i cant belive i did that :) u guys...

    thank you :( i cant belive i did that :) u guys are great thanks :)
  18. Replies
    7
    Views
    1,289

    this is the input file: Agility 65 450514...

    this is the input file:


    Agility 65 450514
    Attack 78 1638569
    Construction 63 368665
    Cooking 74 1151417
    Crafting 67 548040
    Defence 75 1225165
    Farming 64 409597
  19. Replies
    7
    Views
    1,289

    problem using ofstream

    hi just wondering if any body could help me i have made a list of objects but i did this manually and not through a loop then i sort the list and try to ouput to a file it works fine except the last...
  20. Replies
    8
    Views
    1,374

    ok ill take that into account and i will start a...

    ok ill take that into account and i will start a whole new program from scratch instead of using the code from my book
    im not sure how i would cleanup memory at this time but ill look into doing so...
  21. Replies
    8
    Views
    1,374

    hey thank you for the advice im gonna have a look...

    hey thank you for the advice im gonna have a look into the three string things youve told me about and yes my code does need recoding :)
    this is just the first prototype hopfully i can make it into...
  22. Replies
    13
    Views
    3,171

    lol well done an experienced c++ user would of...

    lol well done an experienced c++ user would of spotted that straight away lol
    sorry to of hinderd ya :( :)
  23. Replies
    13
    Views
    3,171

    ok i think the problem is u have 2 int main...

    ok i think the problem is u have 2

    int main ()

    have u got these in a project file?

    i mean if a variable is global then u can only have that name once
    but if it is local to a function then...
  24. Replies
    13
    Views
    3,171

    if u post all the source code ill see if i can...

    if u post all the source code ill see if i can fix it i do think that another name: in a source file will make an error if they are both in scope of each other
  25. Replies
    13
    Views
    3,171

    ok im not very good at this myself but it sounds...

    ok im not very good at this myself but it sounds like u defined something twice?
    check your code to make sure any functions i.e main or variables are only defined once
Results 1 to 25 of 31
Page 1 of 2 1 2