Search:

Type: Posts; User: dynamic_cast

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: fstream

    by dynamic_cast
    Replies
    2
    Views
    1,081

    Your not allocating space for your pointer...your...

    Your not allocating space for your pointer...your just decalring a pointer. Either use new to create some space or don't use a pointer.
  2. Replies
    17
    Views
    4,851

    "No matter how small (or how crap the hardware)...

    "No matter how small (or how crap the hardware) apple have dug themeselves a niche."

    Thats true...though mabye they would have gotton a niche anyway. Who knows...I'm just saying it's why it can't...
  3. Replies
    17
    Views
    4,851

    I've never been one for those emulators. I like...

    I've never been one for those emulators. I like speed, and architecture emulation makes my kickass computer that much worse...I'm crazy like that, won't even use object bar or any of that crap.
    ...
  4. Replies
    38
    Views
    7,374

    I think travis has a point in a lot of...

    I think travis has a point in a lot of cases...of course not all..but a lot. Kids who can get into the social scene, even if they are pretty smart, tend to be social instead of learning. The kid...
  5. Replies
    17
    Views
    4,851

    Huge difference? Nah. Both computers...both...

    Huge difference? Nah. Both computers...both turring(sp?) complete...if it can be programmed on one, it can be on the other. PC has more support, more software...artists generally seem to prefer...
  6. Replies
    6
    Views
    3,645

    When you delete a node with two children you have...

    When you delete a node with two children you have two good options:

    1. replace the node with the smallest node in it's right subtree

    2. replace the node with the largest node in it's left...
  7. Replies
    13
    Views
    1,998

    Well...they don't really run like crap. All of...

    Well...they don't really run like crap. All of their "advanced" features allow them to match a pc at like half the MHZ (thats just a random figure, but you get the idea). The problem is in their...
  8. Replies
    13
    Views
    1,998

    nope, min of 640x480...sometimes at 800x600 but...

    nope, min of 640x480...sometimes at 800x600 but it wasn't as smooth. Todays processors would easily rock half life with no 3d card. It wouldn't be as pretty, but it certainly works, and I can't be...
  9. Replies
    13
    Views
    1,998

    I used to run halflife on a 300mhz laptop with no...

    I used to run halflife on a 300mhz laptop with no 3d card and a ****ty video system. 48 meg of ram. Never noticed any slow down.
  10. Thread: Pics

    by dynamic_cast
    Replies
    30
    Views
    6,985

    pg13ified

    pg13ified
  11. Replies
    10
    Views
    2,537

    Or don't be so suspicious. It could be either...

    Or don't be so suspicious. It could be either way. Seems pretty harsh to judge him before you know. Seems to me it's just as likley the kid is excited he spotted the error before the rest of the...
  12. Replies
    10
    Views
    1,747

    Ive always read that OpenGL uses a right handed...

    Ive always read that OpenGL uses a right handed system...which would be positive out of the screen.
  13. Thread: C++++

    by dynamic_cast
    Replies
    37
    Views
    7,168

    There are a few measures you can take to ensure...

    There are a few measures you can take to ensure that only one instance of a class can be created...one way is reference counting...
  14. Replies
    19
    Views
    3,263

    >>Google returns about 114,000 matches for...

    >>Google returns about 114,000 matches for "objective c" and about 7,690,000 matches for "C++".
    Thank you. That's what I wanted to see, real proof instead of "I don't know much about Objective-C so...
  15. Replies
    5
    Views
    1,090

    Vasanth, your posts have been making me grin for...

    Vasanth, your posts have been making me grin for well over a year now. I'm very curious about your age though. Mind sharing?
  16. Replies
    19
    Views
    3,263

    Objective C does to C basically what C++ does. It...

    Objective C does to C basically what C++ does. It addes ADT, or objects, or classes...whichever way you prefer to say it. It does so in a different way though...whereas C++ is geared toward static...
  17. Replies
    3
    Views
    1,800

    i'd just go with 8. I think doing 2d in 8 is...

    i'd just go with 8. I think doing 2d in 8 is easier than 7.
  18. Replies
    35
    Views
    3,151

    Yes, it's getters and setters. You should use...

    Yes, it's getters and setters. You should use them instead of a friend function because people are anal and will ***** at you if you use friend functions...seriously, friend functions violate...
  19. Replies
    35
    Views
    3,151

    You can use accessor functions so that you don't...

    You can use accessor functions so that you don't need to make it a friend.
  20. Replies
    35
    Views
    3,151

    You can make them members. But you'd have to use...

    You can make them members.
    But you'd have to use the syntax 'class >> cout'
    which is fine except it's not the same as how built in types work, which is confusing.

    And no...you don't have to make...
  21. Replies
    35
    Views
    3,151

    Yeah sure. Ummm...the two off the top of my head...

    Yeah sure. Ummm...the two off the top of my head are operator+ and operator<< and >>.

    Both can be implemented as member functions. But it's better to implement opertaor+ as a toplevel function so...
  22. Replies
    11
    Views
    5,311

    Bjarne Sroustrup created C++...which has nothing...

    Bjarne Sroustrup created C++...which has nothing to do with the use of the terms binding or linking. They are not under c++ or any language. Yes, linking is a word used for something much different...
  23. Replies
    11
    Views
    5,311

    I dunno man. From the reading I've done "binding"...

    I dunno man. From the reading I've done "binding" and "linking" are often used interchangably. I don't think he made a mistake. It would mean many many other highly respected programmers make that...
  24. Replies
    35
    Views
    3,151

    Thats still wrong. There are many cases when you...

    Thats still wrong. There are many cases when you can but shouldn't.
  25. Replies
    35
    Views
    3,151

    You can get that same functionality by using one...

    You can get that same functionality by using one == function and some form of implicit or explicit conversion too. Also, you can avoid making the function a friend by using an accessor function.
Results 1 to 25 of 29
Page 1 of 2 1 2