Search:

Type: Posts; User: Mbrio

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    73
    Views
    12,356

    I must say I'm amazed by all the bickering and...

    I must say I'm amazed by all the bickering and flaming over here. I was actually hoping programmers would be different, but some of you proved me wrong. Shame on you.

    If you do critici someone, do...
  2. Replies
    73
    Views
    12,356

    riddle: don't have a clue.. a german? The...

    riddle: don't have a clue.. a german?



    The dutch and the Americans actually do have a lot in common. You know that New York used to be New Amsterdam and Brooklyn comes from the dutch town...
  3. Replies
    26
    Views
    6,455

    I beleive the bill actually covers code, not just...

    I beleive the bill actually covers code, not just programs. So that would include html too. But I wonder wether there is such a thing as copy protection for html... I don't think so.

    <off topic>...
  4. Replies
    26
    Views
    6,455

    For those who don't live in the US (including me)...

    For those who don't live in the US (including me) it might have implications aswell. Especially Europe has a lot of treaties with America thru wich the US could enforce these laws beyond its...
  5. Replies
    174
    Views
    21,092

    Just to be a bit more contsructive, try this: ...

    Just to be a bit more contsructive, try this:



    #include <iostream.h>

    int loop()
    {
    int a;
    char b, c;
  6. Replies
    174
    Views
    21,092

    I mean, experience points and golden coins. U...

    I mean, experience points and golden coins. U know, the things u get after you've won a battle.

    Bitshifting: >> and <<, just look it up. Its an operator.
  7. Replies
    174
    Views
    21,092

    Hy there, like the game. I encountered some bugs...

    Hy there, like the game. I encountered some bugs though.

    1) I accidentally pressed ` in the spellshop and it crashed.

    2) After gaining level 3, my point and coin upgrades didn't register. So I...
  8. Replies
    26
    Views
    6,455

    Anti-Copy Bill Slams Coders

    Read and weap people:

    http://www.wired.com/news/politics/0,1283,51274,00.html

    I'm still shaking in terror. Please give your comments.
  9. Thread: Maze

    by Mbrio
    Replies
    8
    Views
    1,454

    i guess u should check whether u are allowed to...

    i guess u should check whether u are allowed to move before you try to do it. in short: if not then stop else move...
  10. Thread: A Challenge!

    by Mbrio
    Replies
    20
    Views
    2,835

    And now that I've taken the time to look at...

    And now that I've taken the time to look at Isometrics source I must point out that this is in no sense anything like the AI suggested by Silentsharp. What he's talking about is a Turing Machine, a...
  11. Thread: A Challenge!

    by Mbrio
    Replies
    20
    Views
    2,835

    samG, I think isometric is ignoring you... :) ...

    samG, I think isometric is ignoring you... :)

    btw, nothing wrong with the sig. I say...
  12. Replies
    2
    Views
    866

    First tell us what it is you don't understand,...

    First tell us what it is you don't understand, then someone might be able to help you. If you don't know what you don't understand, go read some more tutorials/books.
  13. Replies
    3
    Views
    2,483

    c-style string vs. c++-style strings

    Hy there,

    I'm reading about strings right now and the book I'm using only covers c-style string. It does mention c++-style strings, but it doesn't go into it. Allthough c-style strings seem to be...
  14. Replies
    16
    Views
    2,084

    :) (we probably should stop using this board as a...

    :) (we probably should stop using this board as a messenging program...)
  15. Replies
    16
    Views
    2,084

    Nice work. Thumbs up!:D

    Nice work. Thumbs up!:D
  16. Replies
    16
    Views
    2,084

    Heh samG, can't compile it man. :confused:

    Heh samG, can't compile it man. :confused:
  17. Replies
    16
    Views
    2,084

    Yeah well, i'm an interaction designer. I aim to...

    Yeah well, i'm an interaction designer. I aim to please:)
  18. Replies
    16
    Views
    2,084

    Well I thought of being a bit more constructive...

    Well I thought of being a bit more constructive here, so I went ahead and added some to what samGwilliam made:





    #include <iostream.h>

    int main()
    {
  19. Replies
    16
    Views
    2,084

    Jeez dude, this is lame. I just started on C++ 5...

    Jeez dude, this is lame. I just started on C++ 5 days ago and I could have dreamt up that code in a sec... I sure as hell hope for you you're gonna catch on a bit quicker.:rolleyes:
  20. Replies
    9
    Views
    2,447

    I can't help you with the time.h (just started...

    I can't help you with the time.h (just started using cpp...:p )

    But I would like to comment on the graphix part. It's not really the matter whether it be more worth it, its just worth it for you I...
  21. Replies
    12
    Views
    1,142

    Thanks for the suggestion, looks good.

    Thanks for the suggestion, looks good.
  22. Replies
    12
    Views
    1,142

    rmullen3: you are my saviour. thanks a lot. it...

    rmullen3: you are my saviour. thanks a lot. it works. :))) happy happy joyjoy. i've been working on this for hours now and you just gave me the right push in the right direction. thanks!
  23. Replies
    12
    Views
    1,142

    I didn't think it was possible to do it in the...

    I didn't think it was possible to do it in the first place, but since Sorensen mentioned it, he made me think otherwise.

    But since I'm not really going anywhere with this I guess, I'll just start...
  24. Replies
    12
    Views
    1,142

    Hye, is't me again. I've been trying to...

    Hye, is't me again.

    I've been trying to declare an array of several obj's (2 infact...). But it doesn't seem to be possible to do that either...

    my code:

    int main()
    {
    int objs[2];
  25. Replies
    12
    Views
    1,142

    Can't get it to work with an array either. Right...

    Can't get it to work with an array either. Right now I have this:

    int main()
    {
    char objs[99];

    int i;
    for (i = 0; i < 100;i++)
    {
    obj objs[i];
Results 1 to 25 of 27
Page 1 of 2 1 2