Search:

Type: Posts; User: foniks munkee

Page 1 of 14 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,137

    LOL - Thats cool. (And I am quite a fan of...

    LOL - Thats cool.

    (And I am quite a fan of Sachin Tendulkar, one of the best batsmen in the world!)
  2. Replies
    3
    Views
    1,137

    Borland Builder is a good example of a visual...

    Borland Builder is a good example of a visual development tool. It allows you to create your application in a drag and drop fashion. You can then attach code to each of the components or controls...
  3. Make sure your base class has a virtual...

    Make sure your base class has a virtual destructor or else calling delete on the base class pointer will not call the right destructor.
  4. Replies
    7
    Views
    3,823

    Its a very good book. The only real...

    Its a very good book.

    The only real differences between the standard edition and the special edition are that a) it's hard cover and b) it has two extra appendices on locales and standard library...
  5. Replies
    37
    Views
    8,903

    Mmm, it's a tricky one. I guess I like the idea...

    Mmm, it's a tricky one. I guess I like the idea of the multiverse, because it is slightly more romantic theory. The notion that there are an infinite number of universes (in which one of them I am a...
  6. Replies
    9
    Views
    1,674

    I am guessing this isn't what you are talking...

    I am guessing this isn't what you are talking about.. (No asm to be seen!)


    #include <iostream>

    using namespace std;

    int main()
    {
    cout << static_cast <char> (1) << endl;
  7. Replies
    6
    Views
    2,099

    A static_cast converts between related types, for...

    A static_cast converts between related types, for instance int to float. A reinterpret_cast converts between to unrelated types, for instance an integral type to a pointer.

    There is also a...
  8. Replies
    37
    Views
    8,903

    This...

    This is a very simple explanation, but it's pretty much what I was talking about. Enjoy ;)

    I think that is the point of the multiverse theory, in that the duality explanation seems somewhat of a...
  9. Replies
    2
    Views
    1,268

    You may be able to find the answer over here....

    You may be able to find the answer over here.
  10. Replies
    37
    Views
    8,903

    There is a current theory (and work is being done...

    There is a current theory (and work is being done on proving this) that time travel can only exist from the point in time that the first time machine is created. This neatly explains the reason why...
  11. Replies
    13
    Views
    3,621

    I could tell you how NOT to write an email. I see...

    I could tell you how NOT to write an email. I see plenty of really filthy and offensive emails in my line of work.

    I work as a Sys Admin, and one of my Co-Workers is the Internet/Online...
  12. Replies
    11
    Views
    17,456

    Prelude, your from the US right? And I thought a...

    Prelude, your from the US right? And I thought a Cricket question would have been the only thing you couldn't answer correctly, guess I was wrong!
  13. Replies
    6
    Views
    2,423

    Not necessarily, you can have managed c++ :)

    Not necessarily, you can have managed c++ :)
  14. Replies
    13
    Views
    2,374

    Thats true, but the context of the thread kinda...

    Thats true, but the context of the thread kinda confused the issue.

    Interesting article :)

    [edit]: Appologies to lsme, you were quite right, I was literally looking at the context of the...
  15. Replies
    13
    Views
    2,374

    Oops - don't know what is going on here.. Can't...

    Oops - don't know what is going on here.. Can't delete post.. brain hurting..
  16. Replies
    13
    Views
    2,374

    Rubbish. Salem is quite right. My problem is...

    Rubbish.

    Salem is quite right. My problem is that I counted "Hello" to have four characters, I did this twice...
  17. Replies
    55
    Views
    9,964

    Yeah - me too. :( But I watched my housemate...

    Yeah - me too. :(

    But I watched my housemate play Resident Evil : Code Veronica X last week, it's ok if I watch. I don't feel AS guilty that I am not programming.

    I think I bought and completed...
  18. Replies
    35
    Views
    6,504

    ATM its: Radiohead The Cure Interpol The...

    ATM its:

    Radiohead
    The Cure
    Interpol
    The Smiths
    Ladytron
    The Faint
    Royksopp
    Depeche Mode
  19. Replies
    13
    Views
    2,374

    No, this is wrong. Look carefully at the...

    No, this is wrong. Look carefully at the assignment of temp to ptr. There is no need to use the & operator in this assignment as temp is an array, "temp" contains the address to the first element of...
  20. Replies
    13
    Views
    2,851

    The rule of thumb is.. if you have used new with...

    The rule of thumb is.. if you have used new with [], then you should use delete with [].

    This should be:

    I think the first example is flawed, it will only release part of the memory that was...
  21. Replies
    23
    Views
    5,739

    Considering its Anime your lucky to get away with...

    Considering its Anime your lucky to get away with a boobie - it could have been a tentacle.
  22. Replies
    48
    Views
    9,136

    Poll: Interpol The Cure Ladytron Alpine Stars The...

    Interpol
    The Cure
    Ladytron
    Alpine Stars
    The Church
    Echo and The Bunnymen
    Nick Cave and the Badseeds
    Einsturzende Neubauten
    Royksopp
    The Faint
  23. Replies
    15
    Views
    3,841

    Yeah - but I just don't operate well in heat... I...

    Yeah - but I just don't operate well in heat... I am living in the wrong country for an affliction like that. ;)
  24. It could be a custom size I guess. I did...

    It could be a custom size I guess.

    I did expert in 132.. don't know about the other difficulty levels..
  25. Replies
    15
    Views
    3,841

    It hit 44.1 degrees Centigrade here the other...

    It hit 44.1 degrees Centigrade here the other day.. or for those that use Farenheit.. 111.4 F

    In Melbourne it was reported to get to 47.0 Centigrade last week.. or 116.6 F - I wish it snowed...
Results 1 to 25 of 350
Page 1 of 14 1 2 3 4