92

solving algorithms and ds problems :-

In C++ - I hate pointers.
In Java - I miss pointers

Comments
  • 1
    But there is a different representation for data structures in every language
  • 0
    Which DS or ALGO are you trying to code?
    you've STL in C++ and Collections in Java.
    you need not hardcode any ds.
  • 1
    It's a hate and love relationship. Hang in there friend.
  • 4
    "I miss pointers": none of java developers said
  • 0
    How about delegates? 😬
  • 0
    @Flame239 happens to those who used c++ for everything and now have to switch to java
  • 0
    In C# - I miss poin... oh, just let’s add unsafe to this method.
  • 0
    @Shahriar available with reflection. Since jdk8 almost as fast as called directly.
  • 0
    WTF you need to write sorting algo in Java? School? Phew...
    Java has pointers. But access to them is hidden before eyes of common people.
Add Comment