Search:

Type: Posts; User: Welshy

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,280

    C# Multithreading Synchronisation

    Hey guys. I wouldnt usually post asking for help with assignments on here, but I feel like im going round in circles with this one.
    Basically clicking on each "Hanger" spawns an aeroplane, current...
  2. Thread: a little laugh

    by Welshy
    Replies
    6
    Views
    2,888

    oooo blazingly fast? i need to get me one of them!

    oooo blazingly fast? i need to get me one of them!
  3. Replies
    6
    Views
    3,087

    yeah looks very nice, would have been nicer had...

    yeah looks very nice, would have been nicer had it been captured on the monitor itself, rather than someone using a camera on the screen
  4. Thread: Making the move

    by Welshy
    Replies
    22
    Views
    6,067

    lol, thought this was going to be about women...

    lol, thought this was going to be about women also, but as it's about linux i have nothing to contribute :P
  5. Thread: Shuttle footage

    by Welshy
    Replies
    7
    Views
    2,862

    was the launch of the shuttle, but the camera was...

    was the launch of the shuttle, but the camera was attached to the shuttle
  6. Thread: Shuttle footage

    by Welshy
    Replies
    7
    Views
    2,862

    Wow, that was one of the most amazing pieces of...

    Wow, that was one of the most amazing pieces of footage ive seen.

    To see it in the movies is one thing, but seeing it like that is something else
  7. Replies
    4
    Views
    2,924

    now now, lets not get carried away :p

    now now, lets not get carried away :p
  8. Replies
    33
    Views
    8,450

    Calm down mate, they were more in the right than...

    Calm down mate, they were more in the right than the wrong in my opinion

    You got banned, so thought you'd make another account? That undermines the whole point of bans, so serves you right is all...
  9. Replies
    91
    Views
    20,056

    Personally what makes online games addictive for...

    Personally what makes online games addictive for me, is that playing with other people means that it's different every time, whereas playing against AI, the majority of the time they'll play the...
  10. Thread: C#/.NET books

    by Welshy
    Replies
    2
    Views
    2,227

    C#/.NET books

    Hey guys,

    not sure whether to put this in the C# forum, but it doesnt look too widely used, so i thought id get more coverage in here :p id obviously understand if it got moved there or something....
  11. Replies
    9
    Views
    3,249

    Considering ive already got a copy of all of the...

    Considering ive already got a copy of all of the command and conquer games, id rather not have to buy a new copy of them all, lol
  12. Replies
    9
    Views
    3,249

    I miss the original so much, that used to be my...

    I miss the original so much, that used to be my favourite PC game, played it all the time. Anyone know how to get it working on XP? last time i tried i failed miserably :(
  13. Replies
    3
    Views
    1,897

    thanks guys :)

    thanks guys :)
  14. Replies
    3
    Views
    1,897

    Just a quick question about character arrays

    Is there a way to make an array of character arrays? i.e. an array of 10 place names, which are character strings? i know you cant do multiple dimension arrays in C, so does this count as one? cheers!
  15. Replies
    3
    Views
    1,083

    ah ive solved it, id setup the paths incorrectly,...

    ah ive solved it, id setup the paths incorrectly, sorry to have wasted anyones time
  16. Replies
    3
    Views
    1,083

    Oh that line should be "writeFile(array);". My...

    Oh that line should be "writeFile(array);". My compiler didnt pick it up :S im working on unix, if that means anything
  17. Replies
    3
    Views
    1,083

    problem with writing to file

    Right, here's my code:


    #include <stdio.h>

    #define NO_POINTS 10
    #define PPM 0.40
    #define TRUE 1
    #define FALSE 0
  18. Replies
    12
    Views
    2,410

    You dont need to use square brackets, or specify...

    You dont need to use square brackets, or specify the size of the array when you pass an array, therefore:

    Func(index,array[SIZE],a);

    becomes

    Func(index,array,a);
  19. Replies
    27
    Views
    6,421

    First year of "Software Engineering", really...

    First year of "Software Engineering", really enjoying it so far
  20. Replies
    2
    Views
    1,291

    oh, well that's a bit gay and confusing :S thanks...

    oh, well that's a bit gay and confusing :S thanks though
  21. Replies
    2
    Views
    1,291

    "array does not point to an object type"

    hey guys, hope someone can help because im confused about this. I keep getting the error in the title, at the lines ive commented, when i try to compile. I cant see an obvious error, but then again...
  22. Replies
    7
    Views
    1,110

    alright, thanks guys. Just one more thing,...

    alright, thanks guys.

    Just one more thing, about inclusion guards and header files. Do i put the inclusion guards around the header files too, or do i only include my code itself (not including...
  23. Replies
    7
    Views
    1,110

    I've read in more than one place to include as...

    I've read in more than one place to include as few files as possible in the interface header file, and then include them in the implementation file, but ill include them as you suggest
  24. Replies
    7
    Views
    1,110

    vectors in header files

    hey guys, found a problem when writing a class, not really a problem, more the fact that im not sure what to do about it. Anyway, here's the class:

    class room
    {
    public:
    room();
    virtual...
  25. Replies
    2
    Views
    869

    alright, thanks. Oh and cheers for the link,...

    alright, thanks. Oh and cheers for the link, should minimise the need to post om here asking about inheritance again, hehe
Results 1 to 25 of 170
Page 1 of 7 1 2 3 4