User Profile

Collapse

Profile Sidebar

Collapse
Ajb181
Ajb181
Last Activity: Nov 14 '08, 01:47 AM
Joined: Oct 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ajb181
    started a topic HELP can not link my template class
    in C

    HELP can not link my template class

    hi all. i have a template class that i can not link. there is no problem when i add the method def's inside the header file but as soon as i move them out i get a link error where i define the object. i have tryed a simple test of the same code and it links fine so am baffeled at what is happing

    this is my simple test that complies and links


    Code:
    bool test();
    
    template <class  T>
    ...
    See more | Go to post

  • Ajb181
    started a topic Working with Arraylists
    in .NET

    Working with Arraylists

    Hi team. Im am trying to convert an arraylist of an arraylist to a array of byte[].

    but unable to get it to compile any help would be great.
    Array abData = new Array[Data.Count];
    for (int i = 0; i < Data.Count; i++)
    {

    abData = (Array)Data;
    byte[] DataToSend = new byte[0];
    // DataToSend = abData[1];...
    See more | Go to post
No activity results to display
Show More
Working...