Search:

Type: Posts; User: VegasSte

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: A bit rusty.

    by VegasSte
    Replies
    5
    Views
    2,777

    Rude? You are positively helpful my good man.

    Rude? You are positively helpful my good man.
  2. Thread: A bit rusty.

    by VegasSte
    Replies
    5
    Views
    2,777

    Any dea where i can find some tuts given to...

    Any dea where i can find some tuts given to students? Or some source code to go through?
    I would also appreciate some help getting my head roung c++. I followed it for a while, eg class is the c++...
  3. Thread: A bit rusty.

    by VegasSte
    Replies
    5
    Views
    2,777

    A bit rusty.

    I have come back to C after a while, and have even attempted to get my head round c++ (but still have a headache), but am now rusty. Does anyone know of somewhere where they may have exercises to try...
  4. I have a feeling that string is a reserved word,...

    I have a feeling that string is a reserved word, meaning you cannot use it for a string.

    Surely the best way to go would be to use 2 strings, and pointers. That way you could increment the...
  5. Replies
    3
    Views
    982

    Have you tried it in a c compiler? It seems...

    Have you tried it in a c compiler?
    It seems sound enough!
  6. Replies
    5
    Views
    1,599

    Yeah welcome. I have to agree that it is the...

    Yeah welcome. I have to agree that it is the community that help and solve problems, so email would negate that.
    See you around!!
  7. Replies
    0
    Views
    2,039

    Vegas is back!

    I have been gone for a while, but now I am back! Do not worry for I have read the "NEW POLICY" message!
  8. Replies
    28
    Views
    5,373

    Nice! Don't you just love life!

    Nice!
    Don't you just love life!
  9. Replies
    92
    Views
    17,449

    Poll: >You've got just as much info as the rest of us...

    >You've got just as much info as the rest of us do, then.
    Sweet!:D
  10. Replies
    92
    Views
    17,449

    Poll: Thankfully we dont have to worry about Bush, just...

    Thankfully we dont have to worry about Bush, just his lapdog Tony Blair (our Prime Minister)!
  11. Replies
    4
    Views
    2,158

    Unions must have common field(s) which allow you...

    Unions must have common field(s) which allow you to select which of the structures housed inside to use, so:


    struct book
    {
    char type;
    char name[30];
    char title[30];
    char publisher[30]; ...
  12. Replies
    3
    Views
    1,000

    you put [usl] which is why the hyperlink did not...

    you put [usl] which is why the hyperlink did not appear!
  13. Replies
    4
    Views
    2,158

    I thought you had a problem with unions as well?...

    I thought you had a problem with unions as well? You have not even used a union?!?!?!?!?
  14. Replies
    2
    Views
    2,864

    Just a little note to say when posting code, the...

    Just a little note to say when posting code, the last code tag is [/code] and not [\code] like in your post.

    :D
  15. Replies
    2
    Views
    831

    Like Morgan said, try it yourself! Also, maybe...

    Like Morgan said, try it yourself!
    Also, maybe now would be a good time to read this.
  16. Thread: small problem

    by VegasSte
    Replies
    4
    Views
    866

    main() should also return an int as void main()...

    main() should also return an int as void main() is WRONG!



    int main()
    {
    return 0;
    }

    is the ONLY correct way to use main()!!
  17. Replies
    6
    Views
    2,411

    I tried a search on google (www.google.com) and...

    I tried a search on google and came up with this!
  18. Replies
    4
    Views
    1,831

    eh? What is possion dist'n?

    eh? What is possion dist'n?
  19. Replies
    4
    Views
    2,342

    I have to agree that the original is good(UFO:...

    I have to agree that the original is good(UFO: Enemy Unknown as it was called over here in England), and that Terror from the Deep was quite poor for a sequel, but I do think that XCOM: Apocalypse...
  20. Replies
    15
    Views
    4,476

    OK now that one was good! Where do you get them...

    OK now that one was good!
    Where do you get them from?
  21. Replies
    15
    Views
    4,476

    Er........O.K. Do you have too much spare time...

    Er........O.K.
    Do you have too much spare time on your hands or what?
  22. Replies
    4
    Views
    2,342

    Anyone remember....?

    Anyone here remember XCOM: Apocalypse?
    Now there was a great game which I still play regulary(or at least if I could get it to work on my comp I would)!
  23. Replies
    15
    Views
    4,476

    Er.......help me! Mummy? Noooooooooooooo :runs...

    Er.......help me!
    Mummy?
    Noooooooooooooo
    :runs screaming from the room:
  24. Thread: prog in C

    by VegasSte
    Replies
    3
    Views
    1,358

    I would use two arrays, one to hold the name of...

    I would use two arrays, one to hold the name of the coin and one to hold(in the corresponding place) the number of that coin there are in the total. i would then use the mod symbol to work out how...
  25. Replies
    4
    Views
    2,207

    Maybe you could try a search on google?

    Maybe you could try a search on google?
Results 1 to 25 of 177
Page 1 of 8 1 2 3 4