Search:

Type: Posts; User: spudtheimpaler

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Ta

    by spudtheimpaler
    Replies
    0
    Views
    1,107

    Ta

    Thanks for the advice, though I'd rather just leave it.

    Cheers anyway guys,
    Mitch
  2. Replies
    4
    Views
    1,521

    exactly like that.... but free :) Especially...

    exactly like that.... but free :)

    Especially not $500 anyway!

    cheers for looking though

    What i actually want to do though, is to somehow alert my lecturer that my "partner" hasn't done any...
  3. Replies
    4
    Views
    1,521

    confuzzler

    I remember downloading a while ago a program of some sorts, that basically scrambled my code into a form of giberish, but a giberish that was still compilable and as such runable normally... does...
  4. http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1048384537&id=1043284392

    Hi - I'm doing the same uni project as warny_maelstrom. Interesting thread that... anywho - I've been going through the faq's trying to get my head around this - seeing as a chunk of code was dumped...
  5. Replies
    2
    Views
    1,155

    Spot on! Thanks a lot !!!

    Spot on!

    Thanks a lot !!!
  6. Replies
    2
    Views
    1,155

    V confused

    Apologies for it being very long horizintally
    - but you dont need any of the code
    on the far right anyway :)

    right. I have


    scanf("%c",&look);
  7. Replies
    16
    Views
    2,903

    Sorry, this was supposed to be a reply to my...

    Sorry, this was supposed to be a reply to my other thread "function parameters"
  8. Replies
    16
    Views
    2,903

    Genius

    GOT IT :D

    I didnt miss it, i changed it in the function title, i kinda forgot to change it in the function declaration at the top, and i have now done that also and it comiles! i still get a fair...
  9. Replies
    16
    Views
    2,903

    object* status(p1 *, rover *, location **); ...

    object* status(p1 *, rover *, location **);



    is where i get the errors

    c:\programming\ee1k2\mars_rover.c(46) : error C2143: syntax error : missing ')' before '*'...
  10. Replies
    16
    Views
    2,903

    Deleting intermediate files and output files for...

    Deleting intermediate files and output files for project 'mars_rover - Win32 Debug'.
    --------------------Configuration: mars_rover - Win32 Debug--------------------
    Compiling...
    mars_rover.c...
  11. Replies
    16
    Views
    2,903

    not actual code but to seperate it Deleting...

    not actual code but to seperate it

    Deleting intermediate files and output files for project 'mars_rover - Win32 Debug'.
    --------------------Configuration: mars_rover - Win32...
  12. Replies
    16
    Views
    2,903

    Thanks Hunter. I think ill typedef it, if it...

    Thanks Hunter. I think ill typedef it, if it will make it easier. it was someone else code im supposed to integrate and the structure defs at the top are his work.

    the go==1 if statements are...
  13. Replies
    16
    Views
    2,903

    lol, no worries. thank you very much for looking...

    lol, no worries. thank you very much for looking it over though.
  14. Replies
    16
    Views
    2,903

    Thank you! Though I'm not sure about my function...

    Thank you! Though I'm not sure about my function declaration at the top now :confused:




    object * status(p1 *, rover *, location **);



    Would this be ok? Its giving me like 14 errors.
  15. Replies
    16
    Views
    2,903

    function parameters.

    help :confused:

    I'm trying to access a pointer to a structure. I can do this ok in the main function but i cant seem to pass it properly into another function and return it back.

    Any help...
  16. Replies
    8
    Views
    2,065

    Bonza. cheers. Thanks a lot Hammer, it all...

    Bonza. cheers.

    Thanks a lot Hammer, it all makes sense, its just nt something i've ever done before and so not thought ... well possible i suppose.

    I'm gonna play around with it for a while...
  17. Replies
    8
    Views
    2,065

    can you have a structure within a structure? ...

    can you have a structure within a structure?

    so far i have the map which has elements posX and PosY (GridX and GridY in my case)

    But i can have the rover as another structure and then have the...
  18. Replies
    8
    Views
    2,065

    for example if i were to write some quick code as...

    for example if i were to write some quick code as below, which should put out the "status" which include the current position of the rover, i have to relay the grid x and grid y to the output in this...
  19. Replies
    8
    Views
    2,065

    oops

    The code should be below this time.

    Basically a pointer will start at point 0,0 on a 2d array. If a user wants to go East, it will move the pointer from 0,0 to 0,1. then if the user wants to go...
  20. Replies
    8
    Views
    2,065

    pointer assigment

    I have said 2d array of structures. each structure has a map.gridx and a map.gridy
    ...

    if i am at map[5][9] ( map[5][9].gridx=5, and map[5][9].gridy=9 ) and a user wants to move north one...
  21. Replies
    2
    Views
    2,711

    worked a treat - perfect in fact! ta very much...

    worked a treat - perfect in fact!

    ta very much

    Mitch
  22. Replies
    2
    Views
    2,711

    2d array of structures

    Hi there. I have a 2d array of structures and i am having trouble getting at them. I'm still relatviley new and pointers are *not* my forté.

    I've sent the whole code below, cause i really dont...
  23. Replies
    5
    Views
    1,589

    Thank you all :) Cheers Thantos, Thats prob...

    Thank you all :)

    Cheers Thantos, Thats prob what i'll end up doing (i think i may have mentioned that method in my pps though).

    As for all the high end low end stuff, I've barely been...
  24. Replies
    5
    Views
    1,589

    Random Numbers

    Hey, A uni project I'm on basically requires us to design a mars rover simulation. All command line. I'm on this function that actually creates the map, and am trying to set up whether or not the...
  25. Replies
    8
    Views
    2,776

    Just in case anyones interested

    http://www.sparknotes.com/math/algebra2/matrices/summary.html
Results 1 to 25 of 41
Page 1 of 2 1 2