CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 1.88 seconds.

  1. Re: What is the equivalence to List in Java for C++?

    Chill out, razzle. From your previous post in the thread, you don't seem to mind taking the superior tone. Or perhaps it was unintentional?
  2. Re: What is the equivalence to List in Java for C++?

    I only use that tone when working at McDonald's - a nod toward your previous superior and condescending comment:


    Btw, ever notice the irony of folks that condescendingly refer to others as...
  3. Re: What is the equivalence to List in Java for C++?

    Sure, there are always rare cases, but most times you need a pointer to an unknown type about as often as you need a goto. For some, that's more frequently than others.
  4. Re: What is the equivalence to List in Java for C++?

    Nothing wrong with it other than turning something most likely caught by a compiler into a runtime error. Unless you're used to program C with classes, you can restructure to get rid of the void*.
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured